java - ClassNotFound:apache.hadoop.io.ImmutableBytesWritable Integrating Spark with Hbase using Python -
i trying integrate spark , hbase , use through python , keep on getting error related classnotfound. (line 77 -83) here code using: https://github.com/apache/spark/blob/master/examples/src/main/python/hbase_inputformat.py#l70
i new java. not sure directory structure of java classes due unable navigate folder can find these classes. anyway, can tell me how can org.apache.hadoop.hbase.io.immutablebytewritable?
this file part of hbase.
make sure have included dependency ( jar , maven dependency ) within project.
you can perform mvn dependency:tree , make sure have included dependency.
Comments
Post a Comment