Skip to content

Commit 0454fa8

Browse files
author
Xinyun Huang
committed
Update README.md
1 parent e48caf9 commit 0454fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $ mvn clean install
4444

4545
First, add the path of spark-hbase jar to the hbase-env.sh in $HBASE_HOME/conf directory, as follows:
4646
```
47-
HBASE_CLSSPATH=$HBASE_CLSSPATH:/spark-hbase-root-dir/target/spark-sql-on-hbase-1.0.0.jar
47+
HBASE_CLASSPATH=$HBASE_CLASSPATH:/spark-hbase-root-dir/target/spark-sql-on-hbase-1.0.0.jar
4848
```
4949
Then, register the coprocessor service 'CheckDirEndPoint' to hbase-site.xml in the same directory, as follows:
5050
```

0 commit comments

Comments
 (0)