Spark-SQL-on-HBase

(β˜… 316)

Native, optimized access to HBase Data through Spark SQL/Dataframe Interfaces

  • .gitignore
  • LICENSE
  • pom.xml
  • README.md
  • spark-hbase_2.10.iml

# Installation Guide

1. Get the code
git clone https://github.com/Huawei-Spark/Spark-SQL-on-HBase

Downloads the entire project code from GitHub to your computer.

cd Spark-SQL-on-HBase

Moves into the project folder you just downloaded.

2. Maven (Java)

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • JDK (Java) Required to build and run Java projects.
  • Maven The build tool used for the mvn command.
$ mvn -DskipTests clean install

Installs dependencies and builds the project using Maven.

$ mvn clean install

Installs dependencies and builds the project using Maven.

mvn -Phbase,hadoop-2.4 test

Installs dependencies and builds the project using Maven.

mvn -Phbase,hadoop-2.4 test -DwildcardSuites=org.apache.spark.sql.hbase.BasicQueriesSuite

Installs dependencies and builds the project using Maven.

βœ… A BUILD SUCCESS message means it worked. The output is created under target/.

Pulled directly from this repo's README.

// repository documentation