Member since
04-11-2016
535
Posts
148
Kudos Received
77
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
7706 | 09-17-2018 06:33 AM | |
1920 | 08-29-2018 07:48 AM | |
2871 | 08-28-2018 12:38 PM | |
2239 | 08-03-2018 05:42 AM | |
2107 | 07-27-2018 04:00 PM |
07-21-2016
10:01 AM
@payal patel The compression of the table can be validated by checking the definition of the hive table using the command: hive> describe formatted <hive_table>;
... View more
07-20-2016
12:59 PM
@Rajinder Kaur If you are using Ambari, then you can modify the properties from Ambari and restart affected services. If performing the changes manually, check the owner of the file and modify the file as owner of the file. Regarding configurations, refer to below post with similar issue: https://community.hortonworks.com/questions/5780/hive-on-tez-query-map-output-outofmemoryerror-java.html Hope this helps. Thanks and Regards, Sindhu
... View more
07-17-2016
05:51 PM
@Hari Rongali This is a current limitation with ACID transactions supported only in ORC format.
... View more
07-15-2016
05:38 PM
@Nelson KA Rajendran Can you please share the format of the table using command 'show create table test;'? Thanks and Regards, Sindhu
... View more
07-15-2016
05:28 AM
@Rinku Singh Glad to be of some help. Please mark best answer to end the discussion.
... View more
07-14-2016
10:51 AM
@Rinku Singh Error: ERROR Datastore.Schema: Failed initialising database. Unable to open a test connection to the given database. JDBC url = jdbc:postgresql://xxxxxxxxxxxxxxxxxxxxxxxx/cirrus1, username = root. Seems like issue with test connectivity. Can you please try testing connectivity using a java program? https://community.hortonworks.com/content/kbentry/25410/simple-steps-to-test-hive-jdbc-connect.html Thanks and Regards, Sindhu
... View more
07-13-2016
01:57 PM
@arman rahbar The issue can be related to yarn resource manager. Please check the below discussion with same issue: https://community.hortonworks.com/questions/15153/pig-script-status-running-but-always-remain-at-zer.html
... View more
07-13-2016
01:41 PM
@Rinku Singh Run the below command and share the result: schematool -info -dbType postgres -userName hive -passWord hive -verbose
... View more
07-13-2016
12:37 PM
@Rinku Singh When you say 56 tables present in MySQL database to postgres database, to which database the tables were migrated to on postgres? What is the jdbc connection URL under hive-site.xml?
... View more
07-13-2016
12:27 PM
1 Kudo
@Rinku Singh From below error, it seems like the Hive metastore is trying to run schemaTool -initSchema: ERROR: relation "BUCKETING_COLS" already exists (state=42P07,code=0) org.apache.hadoop.hive.metastore.HiveMetaException: Schema initialization FAILED! Metastore state would be inconsistent !! *** schemaTool failed *** Please run schemaTool -upgradeSchema -dbType <type> -dryRun and let me know the result.
... View more