Member since
09-24-2015
22
Posts
31
Kudos Received
6
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1673 | 05-31-2017 02:18 PM | |
2043 | 06-09-2016 08:19 PM | |
3217 | 02-03-2016 08:37 PM | |
15332 | 02-03-2016 08:26 PM | |
2341 | 12-09-2015 06:54 PM |
03-10-2017
12:51 AM
Thanks for checking this out!
... View more
05-17-2017
03:51 AM
i got the similar issues above with HDP2.6 when i run yum -y erase hdp-select on each host, still there exist problem where Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
User Group mapping (user_group) is missing in the hostLevelParams Kindly advise.
... View more
04-02-2017
03:58 PM
now, i've solved this issue by setting below property. Now, all mapper/reducer's output will not be stored in memory. But, i need to revisit my table data and predicates(where clause) once again to check if any unnecessary data is fetched. set hive.auto.convert.join=false;
... View more
10-28-2015
01:21 AM
2 Kudos
Falcon supports mirroring for HDFS and Hive. Performance issue I mentioned above is only for HDFS mirroring, if replicated data is not evicted. This is because for Hive mirroring , last successfully replicated event id will be saved in the data store by Falcon and next replication job will start replication past the last successfully replicated event id. Also Falcon cleans up staging paths used for export after the job runs. As DistCP will get only the new data to be replicated there is no performance overhead for Hive mirroring. Just an FYI.
... View more