Member since
04-11-2016
535
Posts
148
Kudos Received
77
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
7497 | 09-17-2018 06:33 AM | |
1827 | 08-29-2018 07:48 AM | |
2744 | 08-28-2018 12:38 PM | |
2125 | 08-03-2018 05:42 AM | |
1991 | 07-27-2018 04:00 PM |
07-01-2016
06:49 AM
1 Kudo
@Simran Kaur Can you please check the hive table created using describe formatted <hivetablename> and check the location of the hive data? It seems like data is being written to different directory and with --warehouse-dir not taking effect. Thanks and Regards, Sindhu
... View more
06-29-2016
10:46 AM
@Jan Kytara Can you please share the table definition?
... View more
06-28-2016
06:54 AM
@ARUNKUMAR RAMASAMY The jars need to be present on the Hiveserver machine. It is not necessary to have them on all the nodes. You can refer to below link: http://stackoverflow.com/questions/31802908/adding-hive-jars-permanently/31808016 Thanks and Regards, Sindhu
... View more
06-27-2016
11:39 AM
@Ethan Hsieh Have you run import-hive.sh? From where the tabled were created?
... View more
06-27-2016
09:39 AM
1 Kudo
@ARUNKUMAR RAMASAMY You can import data into underlying hbase table of phoenix, but data cannot be seen from phoenix. Sqoop Jira SQOOP-2649 for sqoop-phoenix integration is addressed on Sqoop 1.4.7. https://issues.apache.org/jira/browse/SQOOP-2649 Thanks and Regards, Sindhu
... View more
06-27-2016
04:44 AM
@Ethan Hsieh Issue seems to missing gson.jar in the AUX path. Please check and download the gson jar from the below link: http://www.java2s.com/Code/Jar/g/Downloadgson222jar.htm Hope this helps. Thanks and Regards, Sindhu
... View more
06-24-2016
01:15 PM
@jihed chokri Please try following: Login to Hive Cli. Run command set mapred.job.queue.name=<queue_name>; Run command set hive.execution.engine=mr; Run the query. Thanks and Regards, Sindhu
... View more
06-24-2016
10:54 AM
@jihed chokri Set the queue name in the hive cli and beeline as below: set set mapred.job.queue.name=<queue_name>; Or under hive-site.xml as property: <property>
<name>mapred.job.queue.name</name>
<value>queue_name</value>
</property> Thanks and Regards, Sindhu
... View more