我试图创建hbase表并使用spark core插入(后面的spark spark)。 我成功地创建了表并向其添加数据,即使我遇到了这个问题:
Set env_var as follows,
$vim ~/.bashrc
export LD_LIBRARY_PATH=/usr/local/lib/:${LD_LIBRARY_PATH}
$source ~/.bashrc
$echo $LD_LIBRARY_PATH
$thrift -version
但是当我试图计算时我得到了一个错误;有人可以帮我解决第一个警告,以及我怎么不能将流数据添加到此表中
我的代码如下:
warning: Class org.apache.hadoop.hbase.classification.InterfaceAudience not found - continuing with a stub.
答案 0 :(得分:0)