All pastes #2050726 Raw Edit

Miscellany

public text v1 · immutable
#2050726 ·published 2011-04-26 02:46 UTC
rendered paste body
^C[edward@tablitha ~]$ /home/edward/hpcas/apache-cassandra-0.7.3-1/bin/sstable2jn  /home/edward/hpcas/data/1/football/teams-f-1-Data.db 
 WARN 22:44:53,095 Schema definitions were defined both locally and in cassandra.yaml. Definitions in cassandra.yaml were ignored.
{
"4769616e7473": [["41686d6164204272616473686177", "52427c41686d61642042726164736861777c313233357c343133", 0, false]]
}


$ echo 4769616e7473 | xxd -r -p 

Giants

$ /home/edward/hpcas/apache-cassandra-0.7.3-1/bin/sstable2json  /home/edward/hpcas/data/1/football/teams-f-1-Data.db -k Giants
 WARN 22:46:07,282 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:286)
	at org.apache.cassandra.tools.SSTableExport.main(SSTableExport.java:446)

and hangs!