Member since
04-06-2016
47
Posts
7
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5993 | 12-02-2016 10:20 PM | |
4633 | 11-23-2016 08:59 PM | |
1159 | 07-26-2016 03:11 AM |
07-13-2016
04:45 PM
Here is the link that has syntax to compute statisitcs on hive partitioned table. https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_dataintegration/content/cost-based-opt.html ANALYZE TABLE employees PARTITION (dt) COMPUTE STATISTICS
... View more
07-13-2016
04:28 PM
Run analyze table <table name> compute statistics;
... View more
07-11-2016
03:34 PM
Are you able to ping each host from Ambari server nodes and vice-versa? The error says "org.apache.ambari.server.HostNotFoundException: Host not found, hostname=ctsc00675971901.cts.com"
... View more
06-07-2016
06:40 PM
Is id_person part of primary key? If it is part of primary_key, it won't work.
... View more
06-07-2016
06:03 PM
yes you can. Also, to investigate why it is using only one mapper, can you check your mapper size and size of that you are trying to import? How did you calculate your split size?
... View more
06-01-2016
03:47 PM
Are you able to ping sandbox.hortonworks.com from your windows machine? If not, try using IP address instead of hostname.
... View more
06-01-2016
02:13 PM
1 Kudo
You can use Ambari views(HDFS, Hive, Pig) within Ambari web interface.
... View more
05-17-2016
06:32 PM
Take a look at below properties. You can reduce the retention time of local logs. yarn.nodemanager.log.retain-seconds: Time in seconds to retain user logs on the individual nodes if log aggregation is disabled. Default is 10800 yarn.nodemanager.log.deletion-threads-count: Determines the number of threads used by the NodeManagers to clean-up logs once the log-retention time is hit for local log files when aggregation is disabled.
... View more
- « Previous
-
- 1
- 2
- Next »