Key space name issue with creating table in cassandra
问题 I have an existing key space 'emsSdk'. I need to create a table in the mentioned key space through java. So i followed the code using spark-cassandra-connector. Code is provided below ession.execute("CREATE TABLE emsSdk.activity (project_party_id TEXT, error_count TEXT," + " lock_version TEXT, record_status_id TEXT, error_type TEXT, error_message TEXT, file TEXT, release_stage_id TEXT, " + "line_no TEXT, uid TEXT PRIMARY KEY, activity_type_id TEXT, created_at TEXT," + "project_name TEXT,