I am trying to write into a cassandra table through sstable output , initial question:
-- it doesnot give option to specify database details, so where it will write the data?
-- I gave the details assuming it will use local database connection it gives me following error :
2015/04/23 16:53:20 - SSTable Output.0 - ERROR (version 5.3.0.0-213, build 1 from 2015-02-02_12-17-08 by buildguy) : Failed to process row
2015/04/23 16:53:20 - SSTable Output.0 - ERROR (version 5.3.0.0-213, build 1 from 2015-02-02_12-17-08 by buildguy) : org.pentaho.di.core.exception.KettleException:
2015/04/23 16:53:20 - SSTable Output.0 - Failed to create SSTableSimpleUnsortedWriter
2015/04/23 16:53:20 - SSTable Output.0 - Could not initialize class org.apache.cassandra.config.CFMetaData
2015/04/23 16:53:20 - SSTable Output.0 -
2015/04/23 16:53:20 - SSTable Output.0 - at org.pentaho.di.trans.steps.cassandrasstableoutput.SSTableWriter.init(SSTableWriter.java:136)
2015/04/23 16:53:20 - SSTable Output.0 - at org.pentaho.di.trans.steps.cassandrasstableoutput.SSTableOutput.initialize(SSTableOutput.java:134)
2015/04/23 16:53:20 - SSTable Output.0 - at org.pentaho.di.trans.steps.cassandrasstableoutput.SSTableOutput.processRow(SSTableOutput.java:153)
2015/04/23 16:53:20 - SSTable Output.0 - at org.pentaho.di.trans.step.RunThread.run(RunThread.java:62)
2015/04/23 16:53:20 - SSTable Output.0 - at java.lang.Thread.run(Unknown Source)
2015/04/23 16:53:20 - SSTable Output.0 - Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.cassandra.config.CFMetaData
2015/04/23 16:53:20 - SSTable Output.0 - at org.apache.cassandra.io.sstable.SSTableSimpleUnsortedWriter.<init>(SSTableSimpleUnsortedWriter.java:80)
2015/04/23 16:53:20 - SSTable Output.0 - at org.apache.cassandra.io.sstable.SSTableSimpleUnsortedWriter.<init>(SSTableSimpleUnsortedWriter.java:91)
2015/04/23 16:53:20 - SSTable Output.0 - at org.pentaho.di.trans.steps.cassandrasstableoutput.SSTableWriter.init(SSTableWriter.java:133)
2015/04/23 16:53:20 - SSTable Output.0 - ... 4 more
2015/04/23 16:53:20 - SSTable Output.0 - ERROR (version 5.3.0.0-213, build 1 from 2015-02-02_12-17-08 by buildguy) : Unexpected error
2015/04/23 16:53:20 - SSTable Output.0 - ERROR (version 5.3.0.0-213, build 1 from 2015-02-02_12-17-08 by buildguy) : java.lang.NullPointerException
2015/04/23 16:53:20 - SSTable Output.0 - at org.pentaho.di.trans.step.BaseStep.putError(BaseStep.java:1618)
2015/04/23 16:53:20 - SSTable Output.0 - at org.pentaho.di.trans.steps.cassandrasstableoutput.SSTableOutput.processRow(SSTableOutput.java:170)
2015/04/23 16:53:20 - SSTable Output.0 - at org.pentaho.di.trans.step.RunThread.run(RunThread.java:62)
2015/04/23 16:53:20 - SSTable Output.0 - at java.lang.Thread.run(Unknown Source)
2015/04/23 16:53:20 - SSTable Output.0 - Finished processing (I=0, O=0, R=1, W=0, U=0, E=1)
2015/04/23 16:53:20 - testtrans - ERROR (version 5.3.0.0-213, build 1 from 2015-02-02_12-17-08 by buildguy) : Errors detected!
2015/04/23 16:53:20 - Spoon - The transformation has finished!!
2015/04/23 16:53:20 - testtrans - ERROR (version 5.3.0.0-213, build 1 from 2015-02-02_12-17-08 by buildguy) : Errors detected!
2015/04/23 16:53:20 - testtrans - ERROR (version 5.3.0.0-213, build 1 from 2015-02-02_12-17-08 by buildguy) : Errors detected!
Please help it as we need to suggest Pentaho enterprise edition to our client.
Thanks,
Saurabh.