Member since
09-30-2014
31
Posts
13
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1011 | 10-25-2016 07:02 AM | |
272 | 10-17-2016 11:34 AM | |
546 | 01-07-2016 12:46 PM |
05-09-2017
02:31 AM
This may shed some light on this https://community.hortonworks.com/questions/10594/ha-for-history-server-and-app-timeline-server.html
... View more
11-12-2016
04:50 PM
My recommendation is to double-check your ATS settings, I've come across many cases where ATS is misconfigured going from version 1.0 in HDP 2.2 to HDP 2.3+. http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.3/bk_yarn_resource_mgt/content/ch_timeline_server.html
... View more
10-25-2016
07:03 AM
Thanks for your reply Anu. We didn't get around to try your suggestion so I can't accept your answer unfortunately, even though it might be valid.
... View more
10-17-2016
11:34 AM
I just found that something like this was added somewhat recently: https://github.com/apache/hadoop/blob/f67237cbe7bc48a1b9088e990800b37529f1db2a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/AvailableSpaceBlockPlacementPolicy.java This seems to be what I was looking for.
... View more
09-29-2016
01:25 PM
Hi, I'm exploring the ATS Rest API and am encountering an issue with the results from the TEZ_APPLICATION domain. On our production cluster (running HDP 2.2.6.0) , the results from a query such as curl "http://HOSTNAME:8188/ws/v1/timeline/TEZ_APPLICATION" returns a list of applications with the field "relatedentities" listing its child DAGs, but on our development cluster (running HDP 2.4.3.0) the exact same query for the same job returns an empty list for this property. Is this is bug? Is it known? I haven't seen any jira issue for it. I don't think this is dependant on what hive query that you run but for the sake of completion I'll just mention my very simple one: set hive.execution.engine=tez;
insert into table TARGET_DATABASE.dummy
select
id,
description
from SOURCE_DATABASE.dummy_input; Best Regards /Thomas
... View more
Labels:
08-18-2017
04:54 PM
SmartSense provides this information (and much more than this) for every job.
... View more
07-04-2016
06:43 AM
Hi Artem. I agree that /tmp is just plain wrong for this. I think Ambari chose these directories for us during cluster installation and we haven't noticed. We will remove /tmp from this configuration.
... View more
08-11-2016
12:52 PM
Hi @Arpit Agarwal,
That is my understanding as well. Thanks for a short and to the point answer.
... View more
01-07-2016
12:46 PM
1 Kudo
I found the source code, here: https://github.com/hortonworks/hive-release/releases
... View more
02-02-2016
06:06 PM
@Thomas Larsson has this been resolved? Please accept best answer or provide your own solution.
... View more
10-02-2014
06:18 AM
Hello. I am trying to figure out why we see swapping in our cluster. We are running a CDH 4.4 cluster and recently enabled the cgroups setting. After this we began to see swapping warnings on our hosts, typically between 100 and 5000 pages swapped per 15 minutes, more often towards the lower end of this range. However, our machines are fairly powerful in all respects, and memory-wise, they all have 136 Gb of RAM and I can see in the Host memory usage graphs that the amount of used memory practically never go above 20 Gb. Most of the RAM is used for file caches (physical_memory_cached, ~100 Gb). This seems to leave about 10-15 Gb of free memory which can be used. When running top on a node I can see that the amount of free memory varies rapidly between these 15-15 Gb down to 3-400 Mb. However, as I understand it all the cached memory should be available for processes that request them so there should always be lots of memory here. According to this post (https://groups.google.com/a/cloudera.org/forum/#!msg/cdh-user/TcxxzhoO3o0/6UtugxglYZYJ) in some cases swapping may occur even though there is plenty of cached memory to use. I don't know if this is our reason. Since the default value of the swapping warning in cloudera manager is zero, I guess you (cloudera) believes that normally there shouldn't be any swapping going on. Therefore I want to strive for this on our cluster. I'd be thankful for any insights or tips on how to understand and proceed with this situtation. Best Regards /Thomas
... View more
09-30-2014
01:55 AM
I just found out myself that this configuration is hardcoded in the org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairSchedulerEventLog.init() method... So as far as I can see, it is not possible to control this logging in CDH4.4. Cleaning up these files have to be done as an external process. /Thomas
... View more