Hive
文章平均质量分 53
Allen_Infosys
这条路有多远,可以通向我要去的地方吗
展开
-
如何用SQL来写动态SQL,本文主要是HiveQL
SQL语句静态变为静态,字符串拼接,concat函数,Hive环境,HiveQL原创 2016-04-15 16:46:39 · 4892 阅读 · 2 评论 -
hiveFailedCollection: ParseException line 1:0 character '<feff>' not supported here
Referto:https://issues.apache.org/jira/browse/HIVE-7568点击打开链接执行环境:hive cli端执行:hive -f hive.sql报错:FAILED: ParseException line 1:0character 'Reason:Hive.sql这个文件的编码格式为UTF-8格式编码,而被hive认可编译的是原创 2016-08-10 15:12:44 · 6494 阅读 · 0 评论 -
LOCATION issue about create external table
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:hdfs://nameservice1/user/hive/warehouse/test.db/raw/raw.gz is not a directory or unable to create one)原创 2016-08-11 17:14:22 · 667 阅读 · 0 评论 -
SQL:将表中生日字段转化为年龄
假设表中生日字段为 user_birthday在不计 日时分秒 的情况下:生日 ==> 年龄user_birthday ==> floor(((year(current_date)-year(user_birthday))*12+month(current_date)-month(user_birthday))/12)计算原创 2016-09-29 11:12:12 · 8360 阅读 · 0 评论 -
mapreduce执行过程详细讲解
mapreduce执行过程详细讲解,《hadoop权威指南》map,reduce,shuffle,partition, reducer number, splitfile原创 2017-07-28 17:03:53 · 706 阅读 · 0 评论