0

我是 Ignite 的新手,并试图在我的 MacO 中设置 ignite。然后想使用 sqline 在 Ignite 中创建一个表。我正在使用休闲步骤。

    1.Ignite Download: 
    2. Set Ignite Path.  export IGNITE_HOME=“/Users/username/apps/                  apache-ignite-2.7.5-bin”
    3. Start Ignite Node.
    4. Redirected to ignite folder.cd /Users/username/apps/apache-ignite-2.7.5-bin 
    5. start ignite node.
    apache-ignite-2.7.5-bin % bin/ignite.sh
  1. 我可以在最后 3 行中看到以下日志

     [13:11:12] Ignite node started OK (id=c5598906)
     [13:11:12] Topology snapshot [ver=1, locNode=c5598906,servers=1, clients=0, state=ACTIVE, CPUs=12, offheap=3.2GB, heap=3.6GB]
    
     7.open one more new terminal.
     pwd
     /Users/username/apps/apache-ignite-2.7.5-bin
    
     8. Start sqlline 
     apache-ignite-2.7.5-bin % ./sqlline.sh --verbose=true -u jdbc:ignite:thin://127.0.0.1/ 
    

但我得到以下错误消息

    zsh: no such file or directory: ./sqlline.sh
    apache-ignite-2.7.5-bin % 

有人可以指导我为什么我无法启动 sqlline。我该怎么做。

4

2 回答 2

1

我将版本从 2.7 更新到 2.8 并且它工作正常。

于 2021-04-27T12:23:01.103 回答
0

尝试指定./bin/sqlline.sh:)

于 2021-04-27T10:59:39.787 回答