[
https://issues.apache.org/jira/browse/CASSANDRA-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12863348#action_12863348
]
Gary Dusbabek commented on CASSANDRA-1026:
------------------------------------------
It looks like there is a fix for this attached to CASSANDRA-1030. johano: care
to review?
> 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.