1.pom.xml
2.配置文件
2.1config.properties
2.2MyConfig
3.entity实体(与phoenix中的table互相对应)
4.Util
5.scala,客户端查询Phoenix中的数据
5.1 method1
5.2 method2
IDEA中,使用spark操作Phoenix中的数据,scala语言编写。
首先附上pom.xml
entity表示的实体,必须与Phoenix的table中的字段名称保持一致。
1.pom.xml
2.配置文件
2.1config.properties
2.2MyConfig
3.entity实体(与phoenix中的table互相对应)
4.Util
5.scala,客户端查询Phoenix中的数据
5.1 method1
5.2 method2
IDEA中,使用spark操作Phoenix中的数据,scala语言编写。
首先附上pom.xml
entity表示的实体,必须与Phoenix的table中的字段名称保持一致。