我对Ignite很陌生,并试图在我的MacOs中设置点火器。然后希望使用sqline.I在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.sh13:11:12 Ignite节点启动OK (id=c5598906) 13:11:12拓扑快照ver=1、locNode=c5598906、servers=1、clients=0、state=ACTIVE、CPUs=12、offheap=3.2GB、heap=3.6GB 7。pwd /Users/username/app/apache-点燃-2.7.5-bin 8.启动sqlline apache-点燃-2.7.5-bin% ./sqlline.sh --详细=真正的-u jdbc:ignite:瘦://127.0.0.1/
但是我得到了下面的错误信息
zsh: no such file or directory: ./sqlline.sh
apache-ignite-2.7.5-bin % 有谁能给我指点一下为什么我不能开始使用平底线?我该怎么做呢。
发布于 2021-04-27 12:23:01
我把版本从2.7更新到2.8,它起了作用。
发布于 2021-04-27 10:59:39
尝试指定./bin/sqlline.sh :)
https://stackoverflow.com/questions/67281517
复制相似问题