如何在hadoop2.2.0上集成pig和cassandra?

kq0g1dla  于 2021-05-29  发布在  Hadoop
关注(0)|答案(1)|浏览(288)

当我要用pig把数据插入cassandra时,我得到了以下错误,
error org.apache.pig.tools.grunt.grunt-错误2998:未处理的内部错误。找到接口org.apache.hadoop.mapreduce.jobcontext,但应为类
我的剧本是,
将insertformat存储到'cql://cql3ks/simple_table1?output_query=update+cql3ks.simple_table1+set+b+%3d+%3f'使用cqlstorage;

ih99xse1

ih99xse11#

检查此链接https://pig.apache.org/docs/r0.12.0/start.html#req 对于hadoop支持的pig版本。
对于pig 0.12.0->hadoop 0.20.2、020.203、020.204、0.20.205、1.0.0、1.0.1或0.23.0、0.23.1
对于pig 0.14.x->hadoop 0.23.x、1.x或2.xhttps://pig.apache.org/docs/r0.14.0/start.html#req

相关问题