Word count contrib cannot verify schema
---------------------------------------

                 Key: CASSANDRA-1026
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1026
             Project: Cassandra
          Issue Type: Bug
          Components: Contrib
            Reporter: Johan Oskarsson


Running the word count example out of the box fails since it cannot verify the 
column family specified actually exists. This is due to CASSANDRA-44

Exception in thread "main" java.lang.RuntimeException: 
InvalidRequestException(why:unconfigured columnfamily Standard1)
        at 
org.apache.cassandra.hadoop.ConfigHelper.setColumnFamily(ConfigHelper.java:68)
        at WordCount.run(Unknown Source)
        at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
        at WordCount.main(Unknown Source)
Caused by: InvalidRequestException(why:unconfigured columnfamily Standard1)
        at 
org.apache.cassandra.thrift.ThriftValidation.validateColumnFamily(ThriftValidation.java:72)
        at 
org.apache.cassandra.hadoop.ConfigHelper.setColumnFamily(ConfigHelper.java:64)
        ... 3 more


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to