You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then go to the spark-hbase installation directory and issue
56
-
57
+
```
57
58
./bin/pyspark-hbase
58
-
59
+
```
59
60
A successfull message is as follows:
60
61
61
62
You are using Spark SQL on HBase!!!
@@ -72,13 +73,13 @@ Note that the shell commands are not included in the Zip file of the Spark relea
72
73
Testing first requires [building Spark HBase](#building-spark). Once Spark HBase is built ...
73
74
74
75
Run all test suites from Maven:
75
-
76
+
```
76
77
mvn -Phbase,hadoop-2.4 test
77
-
78
+
```
78
79
Run a single test suite from Maven, for example:
79
-
80
+
```
80
81
mvn -Phbase,hadoop-2.4 test -DwildcardSuites=org.apache.spark.sql.hbase.BasicQueriesSuite
81
-
82
+
```
82
83
## IDE Setup
83
84
84
85
We use IntelliJ IDEA for Spark HBase development. You can get the community edition for free and install the JetBrains Scala plugin from Preferences > Plugins.
0 commit comments