随笔分类 -  hive

hive修改表comments不正常显示
该文被密码保护。

posted @ 2020-03-27 20:41 锋锋2019

hive的classpath(包括hadoop)
该文被密码保护。

posted @ 2020-03-08 18:21 锋锋2019 阅读(0) 评论(0) 推荐(0)

hive原理和调优
摘要:参考: hive参数: https://www.cnblogs.com/yinzhengjie/articles/11065409.html 官网: hive.apache.org 选Getting Started Guide会转到wiki, 中文翻译--里面搜索想要的,比如hiveserver2 阅读全文

posted @ 2019-12-27 21:28 锋锋2019 阅读(869) 评论(0) 推荐(0)

建外表实例
该文被密码保护。

posted @ 2019-12-14 21:43 锋锋2019 阅读(6) 评论(0) 推荐(0)

hive表存储位置
该文被密码保护。

posted @ 2019-10-14 15:05 锋锋2019 阅读(4) 评论(0) 推荐(0)

hive查询结果保存
摘要:参考: https://blog.csdn.net/zhuce1986/article/details/39586189 一、保存结果到本地 方法1:调用hive标准输出,将查询结果写到指定的文件中 这个方法最为常见,笔者也经常使用。sql的查询结果将直接保存到/tmp/out.txt中 $ hiv 阅读全文

posted @ 2019-09-04 18:05 锋锋2019 阅读(2268) 评论(0) 推荐(1)

hive常用命令和语句
摘要:desc database/schema,table_name,view_name; show create table xxx; 排序: select * from 表名 order by 字段名; #正序 select * from 表名 order by 字段名 desc; #倒序 #命令主要 阅读全文

posted @ 2019-08-30 20:31 锋锋2019 阅读(302) 评论(0) 推荐(0)

hive排错
摘要:找出错的那个hive实例,看错误日志: 点下面stdout,找Error 阅读全文

posted @ 2019-08-21 12:20 锋锋2019 阅读(160) 评论(0) 推荐(0)

hive udf编程教程
摘要:hive udf编程教程 https://blog.csdn.net/u010376788/article/details/50532166 Hive自定义UDF的JAR包加入运行环境的方法: https://blog.csdn.net/fjssharpsword/article/details/7 阅读全文

posted @ 2019-08-17 19:10 锋锋2019 阅读(249) 评论(0) 推荐(0)

导航