问题标签 [cassandra-4.0]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
cassandra - apache cassandra 4.0 中的 sstabeloader 正在使用 9042 传输端口,即使在使用“-p”选项覆盖它之后也是如此
使用的命令行是:~/apache-cassandra-4.0.1/bin/sstableloader -d 10.14.20.148 -cph 1 -idct 0 -p 9942 -ssp 7011 -sp 7010 --verbose ~/cassandra4_experiment/nishant/employee/
请注意,给定的传输端口是 9942,但我仍然看到调用 /10.14.20.148:9042。对此的任何帮助表示赞赏。
cassandra - 如何在 Cassandra SQL 中为时间戳添加加 1 天?
我正在尝试将 1 天添加到时间戳字段。
以下是我尝试过但不起作用的方法:
请帮忙。