You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/08/15 07:55:20 UTC

[GitHub] [pulsar] mingfang opened a new issue #4957: docker image needs to install 'less'

mingfang opened a new issue #4957: docker image needs to install 'less'
URL: https://github.com/apache/pulsar/issues/4957
 
 
   I'm getting this message when running `pulsar sql`
   
   ```
   presto> show schemas in pulsar;
   ERROR: failed to open pager: Cannot run program "less": error=2, No such file or directory
   ```
   
   I was able to temporarily resolve this by running `apt-get update && apt-get install -y less`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services