Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在eclipse中配置了Cassandra 2.0.3的源代码。JDK:jdk1.7.0_45 Win 7-32 bits,python 2.7.3 python 但 cqlsh 只是没有启动。请帮助我可能是什么问题?
ValueError: int() 的无效文字与 base10:'Unknown'
当您从源代码运行 Cassandra 并且version.properties文件丢失时会发生这种情况。只需ant generate-eclipse-files在 cassandra 文件夹中执行,即可生成文件。
version.properties
ant generate-eclipse-files