We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b227f7 commit 1cb181eCopy full SHA for 1cb181e
README.md
@@ -44,7 +44,7 @@ $ mvn clean install
44
45
First, add the path of spark-hbase jar to the hbase-env.sh in $HBASE_HOME/conf directory, as follows:
46
```
47
-HBASE_CLASSPATH=$SPARK_CLASSPATH:/spark-hbase-root-dir/target/spark-sql-on-hbase-1.0.0.jar
+HBASE_CLSSPATH=$HBASE_CLSSPATH:/spark-hbase-root-dir/target/spark-sql-on-hbase-1.0.0.jar
48
49
Then, register the coprocessor service 'CheckDirEndPoint' to hbase-site.xml in the same directory, as follows:
50
0 commit comments