Member since
09-17-2016
29
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2765 | 10-09-2019 06:15 PM |
10-12-2019
10:49 PM
This (NULL issue) can be caused by data schema mismatch.
... View more
10-09-2019
06:15 PM
I have solved the issue. My Namenode was in safe mode. So i have turned off safe mode by using :- hadoop dfsadmin -safemode leave
... View more
10-09-2019
05:37 PM
10-09-2019
05:32 PM
Yes i didn't notice that it has space. So i used trim for it.
... View more
04-19-2019
05:52 AM
we are facing another ISSSUE: inserted only partial number of rows. The source table has 7,070,150,676. The insert query ran and we could see that from the source table same number of rows were transferred and beeline end screenshot also shows numRows = 7,070,150,676 but in the target hive table only 500,912,361 many rows were inserted. The user is using QueryGrid. Please hekp us to find the issue.
... View more
12-08-2017
09:40 AM
the first thing you have to do in your script set hive.variable.substitute=true; set current_date=${hiveconf:current_date}; command should be hive -v --hiveconf current_date='01-01-2015' -f argument.hql it will execute successfully -V willp rint the sql command in console appliocation read hiveconf and hivevar concepts
... View more
09-18-2016
04:15 PM
You can read about Hive/beeline in http://www.cloudera.com/documentation/enterprise/latest/topics/cdh_ig_hive_doc.html#topic_18_14 or for the Hue SQL Editor here http://gethue.com/sql-editor/ Romain
... View more