Commit f8dd3989 authored by 王志伟's avatar 王志伟
parents 6f1e0bde 62219947
...@@ -695,7 +695,7 @@ object GetDiaryPortrait { ...@@ -695,7 +695,7 @@ object GetDiaryPortrait {
) )
val jdbc = "jdbc:mysql://10.66.157.22:4000/jerry_test?user=root&password=3SYz54LS9#^9sBvC&rewriteBatchedStatements=true" val jdbc = "jdbc:mysql://10.66.157.22:4000/jerry_test?user=root&password=3SYz54LS9#^9sBvC&rewriteBatchedStatements=true"
GmeiConfig.writeToJDBCTable(jdbc,result,"pre_test",SaveMode.Overwrite) GmeiConfig.writeToJDBCTable(jdbc,result,"diary_feat",SaveMode.Overwrite)
sc.stop() sc.stop()
......
...@@ -53,6 +53,11 @@ object GmeiConfig extends Serializable { ...@@ -53,6 +53,11 @@ object GmeiConfig extends Serializable {
.enableHiveSupport() .enableHiveSupport()
.getOrCreate() .getOrCreate()
spark.sql("use online")
spark.sql("ADD JAR hdfs:///user/hive/share/lib/udf/brickhouse-0.7.1-SNAPSHOT.jar")
spark.sql("ADD JAR hdfs:///user/hive/share/lib/udf/hive-udf-1.0-SNAPSHOT.jar")
spark.sql("CREATE TEMPORARY FUNCTION json_map AS 'brickhouse.udf.json.JsonMapUDF'")
spark.sql("CREATE TEMPORARY FUNCTION is_json AS 'com.gmei.hive.common.udf.UDFJsonFormatCheck'")
val context = SparkContext.getOrCreate(sparkConf) val context = SparkContext.getOrCreate(sparkConf)
(context, spark) (context, spark)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment