You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "David Alves (JIRA)" <ji...@apache.org> on 2012/07/03 22:32:38 UTC

[jira] [Commented] (CASSANDRA-2181) sstable2json should return better error message if the usage is wrong

    [ https://issues.apache.org/jira/browse/CASSANDRA-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13406013#comment-13406013 ] 

David Alves commented on CASSANDRA-2181:
----------------------------------------

Shotaro, any news on this?
                
> sstable2json should return better error message if the usage is wrong
> ---------------------------------------------------------------------
>
>                 Key: CASSANDRA-2181
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2181
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tools
>         Environment: linux
>            Reporter: Shotaro Kamio
>            Assignee: David Alves
>            Priority: Minor
>             Fix For: 1.2
>
>         Attachments: 2181.patch
>
>
> These errors are not user friendly.
> (Cassandra 0.7.2)
> $ bin/sstable2json PATH_TO/Order-f-7-Data.db -k aaaaaaa -x 0
>  WARN 21:55:34,383 Schema definitions were defined both locally and in cassandra.yaml. Definitions in cassandra.yaml were ignored.
> {
> "aaaaaaa": {Exception in thread "main" java.lang.NullPointerException
> 	at org.apache.cassandra.db.columniterator.SSTableSliceIterator.hasNext(SSTableSliceIterator.java:108)
> 	at org.apache.cassandra.tools.SSTableExport.serializeRow(SSTableExport.java:178)
> 	at org.apache.cassandra.tools.SSTableExport.export(SSTableExport.java:310)
> 	at org.apache.cassandra.tools.SSTableExport.main(SSTableExport.java:444)
> $ bin/sstable2json PATH_TO/Order-f-7-Data.db -k aaaaaaa 
>  WARN 21:55:49,603 Schema definitions were defined both locally and in cassandra.yaml. Definitions in cassandra.yaml were ignored.
> Exception in thread "main" java.lang.NullPointerException
> 	at org.apache.cassandra.tools.SSTableExport.export(SSTableExport.java:284)
> 	at org.apache.cassandra.tools.SSTableExport.main(SSTableExport.java:444)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira