Posts by yiliang
Author: yiliang
How to use HBase-Spark Module

Feed: Hadoop Dev. Author: yiliang. In this article, I will introduce how to use hbase-spark module in the Java or Scala client program. To understand this article, users need to have knowledge of hbase, spark, java and scala. I will create a maven project from scratch. The whole project is attached here:HBase-Spark 1.Create a maven projectThe most important thing for this step is modifying pom.xml in the maven project, we need to include all required jars as dependency and add some plugins to compile scala and java. 2.Develop Java and Scala source codeWe will use public API in hbase-spark module ... Read More
Recent Comments