<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question how to print the values of yarn.nodemanager.local-dirs  and yarn.nodemanager.log-dirs  by API in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-print-the-values-of-yarn-nodemanager-local-dirs-and/m-p/178585#M72954</link>
    <description>&lt;P&gt;we want to capture the values of yarn.nodemanager.local-dirs  and yarn.nodemanager.log-dirs by API&lt;/P&gt;&lt;P&gt;in order to use these values  in bash script &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;example from ambari GU&lt;/STRONG&gt;I&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="47402-capture.png" style="width: 1117px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19470i3A89F9806BCAC1CA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="47402-capture.png" alt="47402-capture.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;what is the API syntax for yarn.nodemanager.local-dirs and yarn.nodemanager.log-dirs ?&lt;/P&gt;</description>
    <pubDate>Sun, 18 Aug 2019 09:31:02 GMT</pubDate>
    <dc:creator>mike_bronson7</dc:creator>
    <dc:date>2019-08-18T09:31:02Z</dc:date>
    <item>
      <title>how to print the values of yarn.nodemanager.local-dirs  and yarn.nodemanager.log-dirs  by API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-print-the-values-of-yarn-nodemanager-local-dirs-and/m-p/178585#M72954</link>
      <description>&lt;P&gt;we want to capture the values of yarn.nodemanager.local-dirs  and yarn.nodemanager.log-dirs by API&lt;/P&gt;&lt;P&gt;in order to use these values  in bash script &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;example from ambari GU&lt;/STRONG&gt;I&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="47402-capture.png" style="width: 1117px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19470i3A89F9806BCAC1CA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="47402-capture.png" alt="47402-capture.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;what is the API syntax for yarn.nodemanager.local-dirs and yarn.nodemanager.log-dirs ?&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 09:31:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-print-the-values-of-yarn-nodemanager-local-dirs-and/m-p/178585#M72954</guid>
      <dc:creator>mike_bronson7</dc:creator>
      <dc:date>2019-08-18T09:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to print the values of yarn.nodemanager.local-dirs  and yarn.nodemanager.log-dirs  by API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-print-the-values-of-yarn-nodemanager-local-dirs-and/m-p/178586#M72955</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/26229/uribarih.html" nodeid="26229"&gt;@Michael Bronson&lt;/A&gt;&lt;P&gt;You can use configs.py to achieve this.&lt;/P&gt;&lt;P&gt;Run below command on ambari server host&lt;/P&gt;&lt;P&gt;/var/lib/ambari-server/resources/scripts/configs.py --action get --host localhost --port &amp;lt;ambari_server_host&amp;gt; --protocol &amp;lt;ambari_protocol&amp;gt; --cluster &amp;lt;cluster_name&amp;gt; --config-type yarn-site&lt;/P&gt;&lt;P&gt;(/var/lib/ambari-server/resources/scripts/configs.py --action get --host localhost --port 8080 --protocol http --cluster cl1 --config-type yarn-site)&lt;/P&gt;&lt;P&gt;This will return the results in JSON format which are key value pairs. You can use this result to find the value of yarn.nodemanager.local-dirs and yarn.nodemanager.log-dirs&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example :&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;[root@ctr-e136-1513029738776-28711-01-000002 ~]# /var/lib/ambari-server/resources/scripts/configs.py --action get --host localhost --port 8080 --protocol http --cluster cl1 --config-type yarn-site&lt;BR /&gt;2018-01-02 12:14:46,879 INFO ### Performing "get" content:&lt;BR /&gt;2018-01-02 12:14:46,902 INFO ### on (Site:yarn-site, Tag:82207fb3-2c26-47fb-a092-d0b88e19fa66)&lt;BR /&gt;{&lt;BR /&gt;"properties": {&lt;BR /&gt;"yarn.rm.system-metricspublisher.emit-container-events": "true",&lt;BR /&gt;"yarn.timeline-service.http-authentication.kerberos.keytab": "/etc/security/keytabs/spnego.service.keytab",&lt;BR /&gt;"yarn.timeline-service.http-authentication.signer.secret.provider.object": "",&lt;BR /&gt;"yarn.resourcemanager.hostname": "ctr-e136-1513029738776-28711-01-000004.hwx.site",&lt;BR /&gt;"yarn.node-labels.enabled": "false",&lt;BR /&gt;"yarn.resourcemanager.scheduler.monitor.enable": "false",&lt;BR /&gt;"yarn.nodemanager.aux-services.spark2_shuffle.class": "org.apache.spark.network.yarn.YarnShuffleService",&lt;BR /&gt;"yarn.timeline-service.http-authentication.signature.secret.file": "",&lt;BR /&gt;"yarn.timeline-service.bind-host": "0.0.0.0",&lt;BR /&gt;"hadoop.registry.secure": "true",&lt;BR /&gt;"yarn.resourcemanager.ha.enabled": "true",&lt;BR /&gt;"hadoop.registry.dns.bind-port": "5353",&lt;BR /&gt;"yarn.nodemanager.runtime.linux.docker.privileged-containers.acl": "",&lt;BR /&gt;"yarn.timeline-service.webapp.address": "ctr-e136-1513029738776-28711-01-000004.hwx.site:8188",&lt;BR /&gt;"yarn.nodemanager.principal": "nm/_HOST@EXAMPLE.COM",&lt;BR /&gt;"yarn.timeline-service.enabled": "false",&lt;BR /&gt;"yarn.nodemanager.recovery.enabled": "true",&lt;BR /&gt;"yarn.timeline-service.entity-group-fs-store.group-id-plugin-classpath": "{\"HDP\":\"/usr/hdp\"}/${hdp.version}/spark/hdpLib/*",&lt;BR /&gt;"yarn.timeline-service.http-authentication.type": "kerberos",&lt;BR /&gt;"yarn.nodemanager.container-metrics.unregister-delay-ms": "60000",&lt;BR /&gt;"yarn.nodemanager.keytab": "/etc/security/keytabs/nm.service.keytab",&lt;BR /&gt;"yarn.timeline-service.address": "ctr-e136-1513029738776-28711-01-000004.hwx.site:10200",&lt;BR /&gt;"yarn.timeline-service.entity-group-fs-store.summary-store": "org.apache.hadoop.yarn.server.timeline.RollingLevelDBTimelineStore",&lt;BR /&gt;"yarn.timeline-service.entity-group-fs-store.app-cache-size": "10",&lt;BR /&gt;"yarn.nodemanager.aux-services.spark2_shuffle.classpath": "{{stack_root}}/${hdp.version}/spark2/aux/*",&lt;BR /&gt;"yarn.resourcemanager.webapp.spnego-principal": "HTTP/_HOST@EXAMPLE.COM",&lt;BR /&gt;"yarn.resourcemanager.am.max-attempts": "20",&lt;BR /&gt;"\nyarn.webapp.api-service.enable\n": "true",&lt;BR /&gt;"yarn.nodemanager.log-aggregation.debug-enabled": "false",&lt;BR /&gt;"yarn.timeline-service.http-authentication.proxyuser.*.users": "",&lt;BR /&gt;"yarn.timeline-service.http-authentication.proxyuser.*.hosts": "",&lt;BR /&gt;"yarn.scheduler.maximum-allocation-vcores": "1",&lt;BR /&gt;"yarn.resourcemanager.system-metrics-publisher.enabled": "true",&lt;BR /&gt;"yarn.nodemanager.vmem-pmem-ratio": "2.1",&lt;BR /&gt;"yarn.resourcemanager.nodes.exclude-path": "/etc/hadoop/conf/yarn.exclude",&lt;BR /&gt;"yarn.timeline-service.http-authentication.cookie.path": "",&lt;BR /&gt;"yarn.resourcemanager.system-metrics-publisher.dispatcher.pool-size": "10",&lt;BR /&gt;"yarn.log.server.url": "http://ctr-e136-1513029738776-28711-01-000004.hwx.site:19888/jobhistory/logs",&lt;BR /&gt;"yarn.nodemanager.webapp.spnego-principal": "HTTP/_HOST@EXAMPLE.COM",&lt;BR /&gt;"yarn.timeline-service.keytab": "/etc/security/keytabs/yarn.service.keytab",&lt;BR /&gt;"\nyarn.nodemanager.runtime.linux.docker.allowed-container-networks\n": "host,none,bridge",&lt;BR /&gt;"yarn.resourcemanager.webapp.delegation-token-auth-filter.enabled": "false",&lt;BR /&gt;"hadoop.registry.dns.domain-name": "hwx.site",&lt;BR /&gt;"yarn.timeline-service.entity-group-fs-store.active-dir": "/ats/active/",&lt;BR /&gt;"\nyarn.nodemanager.runtime.linux.docker.default-container-network\n": "host",&lt;BR /&gt;"yarn.resourcemanager.principal": "rm/_HOST@EXAMPLE.COM",&lt;BR /&gt;"yarn.nodemanager.local-dirs": "/grid/0/hadoop/yarn/local",&lt;BR /&gt;"yarn.nodemanager.linux-container-executor.cgroups.strict-resource-usage": "false",&lt;BR /&gt;"yarn.nodemanager.remote-app-log-dir-suffix": "logs",&lt;BR /&gt;"yarn.log.server.web-service.url": "http://ctr-e136-1513029738776-28711-01-000004.hwx.site:8188/ws/v1/applicationhistory",&lt;BR /&gt;"\nyarn.nodemanager.linux-container-executor.nonsecure-mode.limit-users\n": "false",&lt;BR /&gt;"yarn.resourcemanager.address": "ctr-e136-1513029738776-28711-01-000004.hwx.site:8050",&lt;BR /&gt;"yarn.resourcemanager.zk-num-retries": "1000",&lt;BR /&gt;"yarn.timeline-service.http-authentication.token.validity": "",&lt;BR /&gt;"yarn.resourcemanager.ha.automatic-failover.zk-base-path": "/yarn-leader-election",&lt;BR /&gt;"yarn.resourcemanager.proxy-user-privileges.enabled": "true",&lt;BR /&gt;"yarn.application.classpath": "$HADOOP_CONF_DIR,{{hadoop_home}}/*,{{hadoop_home}}/lib/*,{{stack_root}}/current/hadoop-hdfs-client/*,{{stack_root}}/current/hadoop-hdfs-client/lib/*,{{stack_root}}/current/hadoop-yarn-client/*,{{stack_root}}/current/hadoop-yarn-client/lib/*",&lt;BR /&gt;"yarn.timeline-service.ttl-ms": "2678400000",&lt;BR /&gt;"yarn.timeline-service.http-authentication.proxyuser.ambari-server.hosts": "ctr-e136-1513029738776-28711-01-000002.hwx.site",&lt;BR /&gt;"yarn.nodemanager.container-monitor.interval-ms": "3000",&lt;BR /&gt;"yarn.node-labels.fs-store.retry-policy-spec": "2000, 500",&lt;BR /&gt;"yarn.resourcemanager.zk-acl": "sasl:rm:rwcda",&lt;BR /&gt;"yarn.timeline-service.leveldb-state-store.path": "/grid/0/hadoop/yarn/timeline",&lt;BR /&gt;"hadoop.registry.jaas.context": "Client",&lt;BR /&gt;"yarn.scheduler.capacity.ordering-policy.priority-utilization.underutilized-preemption.enabled": "false",&lt;BR /&gt;"yarn.resourcemanager.webapp.https.address": "ctr-e136-1513029738776-28711-01-000004.hwx.site:8088",&lt;BR /&gt;"yarn.log-aggregation-enable": "true",&lt;BR /&gt;"yarn.nodemanager.delete.debug-delay-sec": "3600",&lt;BR /&gt;"yarn.resourcemanager.bind-host": "0.0.0.0",&lt;BR /&gt;"yarn.timeline-service.store-class": "org.apache.hadoop.yarn.server.timeline.EntityGroupFSTimelineStore",&lt;BR /&gt;"yarn.resourcemanager.webapp.spnego-keytab-file": "/etc/security/keytabs/spnego.service.keytab",&lt;BR /&gt;"yarn.timeline-service.client.retry-interval-ms": "1000",&lt;BR /&gt;"yarn.system-metricspublisher.enabled": "true",&lt;BR /&gt;"yarn.timeline-service.entity-group-fs-store.group-id-plugin-classes": "org.apache.tez.dag.history.logging.ats.TimelineCachePluginImpl",&lt;BR /&gt;"hadoop.registry.zk.quorum": "ctr-e136-1513029738776-28711-01-000007.hwx.site:2181,ctr-e136-1513029738776-28711-01-000003.hwx.site:2181,ctr-e136-1513029738776-28711-01-000006.hwx.site:2181,ctr-e136-1513029738776-28711-01-000005.hwx.site:2181",&lt;BR /&gt;"yarn.nodemanager.aux-services": "mapreduce_shuffle",&lt;BR /&gt;"\nyarn.nodemanager.runtime.linux.allowed-runtimes\n": "default,docker",&lt;BR /&gt;"yarn.timeline-service.http-authentication.proxyuser.ambari-server.groups": "*",&lt;BR /&gt;"yarn.nodemanager.aux-services.mapreduce_shuffle.class": "org.apache.hadoop.mapred.ShuffleHandler",&lt;BR /&gt;"hadoop.registry.dns.enabled": "true",&lt;BR /&gt;"yarn.nodemanager.disk-health-checker.max-disk-utilization-per-disk-percentage": "90",&lt;BR /&gt;"yarn.resourcemanager.zk-timeout-ms": "10000",&lt;BR /&gt;"yarn.resourcemanager.fs.state-store.uri": " ",&lt;BR /&gt;"yarn.nodemanager.linux-container-executor.group": "hadoop",&lt;BR /&gt;"yarn.nodemanager.remote-app-log-dir": "/app-logs",&lt;BR /&gt;"yarn.nodemanager.aux-services.spark_shuffle.classpath": "{{stack_root}}/${hdp.version}/spark/aux/*",&lt;BR /&gt;"yarn.resourcemanager.keytab": "/etc/security/keytabs/rm.service.keytab",&lt;BR /&gt;"yarn.timeline-service.ttl-enable": "true",&lt;BR /&gt;"yarn.timeline-service.entity-group-fs-store.cleaner-interval-seconds": "3600",&lt;BR /&gt;"yarn.resourcemanager.fs.state-store.retry-policy-spec": "2000, 500",&lt;BR /&gt;"yarn.timeline-service.generic-application-history.store-class": "org.apache.hadoop.yarn.server.applicationhistoryservice.NullApplicationHistoryStore",&lt;BR /&gt;"yarn.resourcemanager.webapp.address.rm1": "ctr-e136-1513029738776-28711-01-000004.hwx.site:8088",&lt;BR /&gt;"hadoop.registry.dns.zone-mask": "255.255.255.0",&lt;BR /&gt;"yarn.nodemanager.disk-health-checker.min-healthy-disks": "0.25",&lt;BR /&gt;"yarn.resourcemanager.state-store.max-completed-applications": "${yarn.resourcemanager.max-completed-applications}",&lt;BR /&gt;"yarn.resourcemanager.webapp.address.rm2": "ctr-e136-1513029738776-28711-01-000003.hwx.site:8088",&lt;BR /&gt;"yarn.resourcemanager.work-preserving-recovery.enabled": "true",&lt;BR /&gt;"yarn.resourcemanager.resource-tracker.address": "ctr-e136-1513029738776-28711-01-000004.hwx.site:8025",&lt;BR /&gt;"yarn.nodemanager.health-checker.script.timeout-ms": "60000",&lt;BR /&gt;"yarn.resourcemanager.scheduler.class": "org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler",&lt;BR /&gt;"yarn.nodemanager.resource.memory-mb": "12288",&lt;BR /&gt;"yarn.timeline-service.http-authentication.kerberos.name.rules": "",&lt;BR /&gt;"yarn.nodemanager.resource.cpu-vcores": "1",&lt;BR /&gt;"yarn.timeline-service.http-authentication.signature.secret": "",&lt;BR /&gt;"yarn.scheduler.maximum-allocation-mb": "12288",&lt;BR /&gt;"yarn.resourcemanager.monitor.capacity.preemption.total_preemption_per_round": "0.17",&lt;BR /&gt;"yarn.nodemanager.resource.percentage-physical-cpu-limit": "80",&lt;BR /&gt;"yarn.nodemanager.disk-health-checker.min-free-space-per-disk-mb": "1000",&lt;BR /&gt;"yarn.resourcemanager.proxyuser.*.groups": "",&lt;BR /&gt;"yarn.nodemanager.log-aggregation.roll-monitoring-interval-seconds": "3600",&lt;BR /&gt;"yarn.timeline-service.principal": "yarn/_HOST@EXAMPLE.COM",&lt;BR /&gt;"yarn.timeline-service.state-store-class": "org.apache.hadoop.yarn.server.timeline.recovery.LeveldbTimelineStateStore",&lt;BR /&gt;"yarn.node-labels.fs-store.root-dir": "/system/yarn/node-labels",&lt;BR /&gt;"yarn.resourcemanager.hostname.rm1": "ctr-e136-1513029738776-28711-01-000004.hwx.site",&lt;BR /&gt;"yarn.resourcemanager.hostname.rm2": "ctr-e136-1513029738776-28711-01-000003.hwx.site",&lt;BR /&gt;"yarn.resourcemanager.proxyuser.*.hosts": "",&lt;BR /&gt;"yarn.resourcemanager.webapp.address": "ctr-e136-1513029738776-28711-01-000004.hwx.site:8088",&lt;BR /&gt;"yarn.scheduler.minimum-allocation-vcores": "1",&lt;BR /&gt;"yarn.nodemanager.health-checker.interval-ms": "135000",&lt;BR /&gt;"yarn.nodemanager.admin-env": "MALLOC_ARENA_MAX=$MALLOC_ARENA_MAX",&lt;BR /&gt;"yarn.nodemanager.vmem-check-enabled": "false",&lt;BR /&gt;"yarn.acl.enable": "true",&lt;BR /&gt;"yarn.timeline-service.leveldb-timeline-store.read-cache-size": "104857600",&lt;BR /&gt;"yarn.nodemanager.log.retain-seconds": "604800",&lt;BR /&gt;"yarn.client.nodemanager-connect.max-wait-ms": "60000",&lt;BR /&gt;"yarn.timeline-service.http-authentication.simple.anonymous.allowed": "true",&lt;BR /&gt;"\nyarn.nodemanager.runtime.linux.docker.privileged-containers.allowed\n": "false",&lt;BR /&gt;"yarn.scheduler.minimum-allocation-mb": "1024",&lt;BR /&gt;"yarn.timeline-service.leveldb-timeline-store.start-time-read-cache-size": "10000",&lt;BR /&gt;"yarn.resourcemanager.monitor.capacity.preemption.natural_termination_factor": "1",&lt;BR /&gt;"yarn.resourcemanager.ha.rm-ids": "rm1,rm2",&lt;BR /&gt;"yarn.timeline-service.http-authentication.signer.secret.provider": "",&lt;BR /&gt;"yarn.resourcemanager.connect.max-wait.ms": "900000",&lt;BR /&gt;"yarn.resourcemanager.proxyuser.*.users": "",&lt;BR /&gt;"yarn.timeline-service.http-authentication.cookie.domain": "",&lt;BR /&gt;"yarn.timeline-service.http-authentication.proxyuser.*.groups": "",&lt;BR /&gt;"yarn.http.policy": "HTTP_ONLY",&lt;BR /&gt;"yarn.nodemanager.runtime.linux.docker.capabilities": "\nCHOWN,DAC_OVERRIDE,FSETID,FOWNER,MKNOD,NET_RAW,SETGID,SETUID,SETFCAP,\nSETPCAP,NET_BIND_SERVICE,SYS_CHROOT,KILL,AUDIT_WRITE",&lt;BR /&gt;"yarn.timeline-service.version": "2.0",&lt;BR /&gt;"yarn.resourcemanager.zk-address": "ctr-e136-1513029738776-28711-01-000007.hwx.site:2181,ctr-e136-1513029738776-28711-01-000006.hwx.site:2181,ctr-e136-1513029738776-28711-01-000005.hwx.site:2181",&lt;BR /&gt;"yarn.nodemanager.recovery.dir": "{{yarn_log_dir_prefix}}/nodemanager/recovery-state",&lt;BR /&gt;"yarn.nodemanager.container-executor.class": "org.apache.hadoop.yarn.server.nodemanager.LinuxContainerExecutor",&lt;BR /&gt;"yarn.resourcemanager.store.class": "org.apache.hadoop.yarn.server.resourcemanager.recovery.ZKRMStateStore",&lt;BR /&gt;"yarn.timeline-service.entity-group-fs-store.retain-seconds": "604800",&lt;BR /&gt;"yarn.nodemanager.webapp.spnego-keytab-file": "/etc/security/keytabs/spnego.service.keytab",&lt;BR /&gt;"yarn.resourcemanager.recovery.enabled": "true",&lt;BR /&gt;"yarn.timeline-service.leveldb-timeline-store.path": "/grid/0/hadoop/yarn/timeline",&lt;BR /&gt;"hadoop.registry.system.accounts": "sasl:yarn,sasl:jhs,sasl:hdfs,sasl:rm,sasl:hive",&lt;BR /&gt;"yarn.timeline-service.client.max-retries": "30",&lt;BR /&gt;"yarn.resourcemanager.scheduler.address": "ctr-e136-1513029738776-28711-01-000004.hwx.site:8030",&lt;BR /&gt;"yarn.log-aggregation.retain-seconds": "2592000",&lt;BR /&gt;"yarn.nodemanager.address": "0.0.0.0:25454",&lt;BR /&gt;"hadoop.registry.rm.enabled": "false",&lt;BR /&gt;"yarn.timeline-service.leveldb-timeline-store.ttl-interval-ms": "300000",&lt;BR /&gt;"yarn.resourcemanager.work-preserving-recovery.scheduling-wait-ms": "10000",&lt;BR /&gt;"yarn.resourcemanager.zk-state-store.parent-path": "/rmstore",&lt;BR /&gt;"yarn.nodemanager.log-aggregation.compression-type": "gz",&lt;BR /&gt;"yarn.timeline-service.http-authentication.kerberos.principal": "HTTP/_HOST@EXAMPLE.COM",&lt;BR /&gt;"yarn.nodemanager.log-aggregation.num-log-files-per-app": "30",&lt;BR /&gt;"hadoop.registry.client.auth": "kerberos",&lt;BR /&gt;"yarn.timeline-service.recovery.enabled": "true",&lt;BR /&gt;"yarn.nodemanager.bind-host": "0.0.0.0",&lt;BR /&gt;"yarn.resourcemanager.zk-retry-interval-ms": "1000",&lt;BR /&gt;"manage.include.files": "false",&lt;BR /&gt;"yarn.nodemanager.recovery.supervised": "true",&lt;BR /&gt;"yarn.admin.acl": "yarn,dr.who",&lt;BR /&gt;"yarn.resourcemanager.cluster-id": "yarn-cluster",&lt;BR /&gt;"yarn.nodemanager.log-dirs": "/grid/0/hadoop/yarn/log",&lt;BR /&gt;"yarn.timeline-service.entity-group-fs-store.scan-interval-seconds": "60",&lt;BR /&gt;"yarn.timeline-service.leveldb-timeline-store.start-time-write-cache-size": "10000",&lt;BR /&gt;"yarn.nodemanager.aux-services.spark_shuffle.class": "org.apache.spark.network.yarn.YarnShuffleService",&lt;BR /&gt;"hadoop.registry.dns.zone-subnet": "172.17.0.0",&lt;BR /&gt;"yarn.client.nodemanager-connect.retry-interval-ms": "10000",&lt;BR /&gt;"yarn.resourcemanager.admin.address": "ctr-e136-1513029738776-28711-01-000004.hwx.site:8141",&lt;BR /&gt;"yarn.timeline-service.webapp.https.address": "ctr-e136-1513029738776-28711-01-000004.hwx.site:8190",&lt;BR /&gt;"yarn.resourcemanager.connect.retry-interval.ms": "30000",&lt;BR /&gt;"yarn.timeline-service.entity-group-fs-store.done-dir": "/ats/done/"&lt;BR /&gt;}&lt;BR /&gt;}&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2018 20:23:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-print-the-values-of-yarn-nodemanager-local-dirs-and/m-p/178586#M72955</guid>
      <dc:creator>ssharma</dc:creator>
      <dc:date>2018-01-02T20:23:58Z</dc:date>
    </item>
  </channel>
</rss>

