【问题标题】:while launching Presto CLI it is showing permission denied error启动 Presto CLI 时显示权限被拒绝错误
【发布时间】:2013-12-17 20:13:28
【问题描述】:

在启动 Presto CLI 时,它会抛出权限拒绝错误。 我曾经使用以下命令启动 PrestoCLI,

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

在启动 PrestoCLI 之前,我会安装 Presto 和发现服务。

任何人都可以在这个问题上帮助我。

【问题讨论】:

  • 请提供更多信息。你能提供堆栈吗?节点配置? (node.config)

标签: presto


【解决方案1】:

根据installation instructions for the CLI,它需要通过运行chmod +x 使其可执行,就像任何其他UNIX 可执行文件一样。

【讨论】:

    【解决方案2】:

    尝试像这样以管理员身份运行它:

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

    【讨论】:

      猜你喜欢
      • 2019-04-16
      • 1970-01-01
      • 1970-01-01
      • 2013-12-16
      • 2015-08-25
      • 2018-07-29
      • 2020-09-06
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多