码迷,mamicode.com
首页 > 数据库 > 详细

创建function实现hive表结果导出到mysql

时间:2018-12-11 13:50:03      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:sql   style   ora   需要   gen   开发   pac   tput   UNC   

1. 创建临时function (这里两个包都是hive自带到,不需要自己开发的,可以根据名称查找对应的版本)

add jar /opt/local/hive/lib/hive-contrib-2.3.3.jar;
add jar /opt/local/hive/lib/mysql-connector-java-5.1.35-bin.jar;

CREATE TEMPORARY FUNCTION dboutput AS org.apache.hadoop.hive.contrib.genericudf.example.GenericUDFDBOutput;

 

2. dboutput使用方法

 

创建function实现hive表结果导出到mysql

标签:sql   style   ora   需要   gen   开发   pac   tput   UNC   

原文地址:https://www.cnblogs.com/30go/p/10101607.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!