0
votes

While launching Presto CLI it is throwing permission denide error. I used to launch PrestoCLI by using the following command,

Presto$ /home/reddy/presto/presto --server localhost:8080 --catalog hive --schema default

Before launching PrestoCLI, I Install Presto and Discovery Service.

Can anyone assist me on this issue is appreciated.

2
Please provide more info. Can you provide stack? configuration of nodes ? (node.config) - Damien Carol

2 Answers

1
votes

Per the installation instructions for the CLI, it needs to be made executable by running chmod +x, just like any other UNIX executable.

-2
votes

Try running it as administrator like this:

su <yourpassword>
./presto --server localhost:8080 --catalog hive --schema default