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

Popular posts from this blog

android - Gradle sync Error:Configuration with name 'default' not found -

java - Andrioid studio start fail: Fatal error initializing 'null' -

html - jQuery UI Sortable - Remove placeholder after item is dropped -