[ https://issues.apache.org/jira/browse/CASSANDRA-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12872339#action_12872339 ]
Jeremy Hanna commented on CASSANDRA-1026: ----------------------------------------- Johan - I just ran the word_count_setup and word_count on a clean build of trunk. I didn't get the error you're describing. Did you run word_count_setup first? I'm not sure if something since this was created resolved the problem or if I'm just not doing what you're doing. It seems to work okay - though the execute bits on contrib/word_count/bin/* aren't set in vcs. > 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 > Affects Versions: 0.7 > Reporter: Johan Oskarsson > Fix For: 0.7 > > > 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.