Hello, I'm running a simple cassandra-stress test and I got this error whe I'm running the following command:
> cassandra-stress user profile= test.yaml n=1000000 ops\(insert=3, read1=1\) no-warmup cl=one -graph file=graph.html title=test_FOR_GRAPH -node lvwwlnx0067q Error: java.lang.RuntimeException: Unable to find table KEYSPACE_DATA2.CLIENT_IDENTITY at org.apache.cassandra.stress.StressProfile.maybeLoadSchemaInfo(StressProfile.java:335) at org.apache.cassandra.stress.StressProfile.maybeCreateSchema(StressProfile.java:302) at org.apache.cassandra.stress.StressProfile.newGenerator(StressProfile.java:713) at org.apache.cassandra.stress.StressProfile.printSettings(StressProfile.java:157) at org.apache.cassandra.stress.settings.StressSettings.lambda$printSettings$1(StressSettings.java:311) at java.util.LinkedHashMap.forEach(LinkedHashMap.java:684) at org.apache.cassandra.stress.settings.StressSettings.printSettings(StressSettings.java:311) at org.apache.cassandra.stress.Stress.run(Stress.java:100) at org.apache.cassandra.stress.Stress.main(Stress.java:67)
Any Idea pls
Regards