java - RHive package connection with hadoop -
i beginner , trying connect r hadoop using r package rhive
. codes following:
at hadoop prompt:
u/users/seeker $ export hadoop_home=/usr/bin/hadoop u/users/seeker $ export hive_home=/usr/bin/hive
at r console:
library(rjava) library(rhive) rhive.init() rhive.connect()
i getting error:
error: java.lang.classnotfoundexception
please me fix issue. appreciated!
Comments
Post a Comment