<?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 Re: library copy to /opt/cloudera/parcels/CDH/lib/hadoop-yarn/lib in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/library-copy-to-opt-cloudera-parcels-CDH-lib-hadoop-yarn-lib/m-p/32638#M7488</link>
    <description>&lt;P&gt;One more thing, I think remote parcel would be helpful. Is there any cdh upgrade impact on this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Khirod&lt;/P&gt;</description>
    <pubDate>Sun, 04 Oct 2015 16:17:49 GMT</pubDate>
    <dc:creator>Khirod</dc:creator>
    <dc:date>2015-10-04T16:17:49Z</dc:date>
    <item>
      <title>library copy to /opt/cloudera/parcels/CDH/lib/hadoop-yarn/lib</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/library-copy-to-opt-cloudera-parcels-CDH-lib-hadoop-yarn-lib/m-p/32236#M7484</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am very new to hadoop eco system . Please somebody help me to file(external jar from my local system) copy to all nodes(/opt/cloudera/parcels/CDH/lib/hadoop-yarn/lib) using cloudera manager .&amp;nbsp;Not sure if we can do it through cloudera manager &amp;nbsp;or we may have some other alternatives. Please suggest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Khirod Patra&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:41:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/library-copy-to-opt-cloudera-parcels-CDH-lib-hadoop-yarn-lib/m-p/32236#M7484</guid>
      <dc:creator>Khirod</dc:creator>
      <dc:date>2022-09-16T09:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: library copy to /opt/cloudera/parcels/CDH/lib/hadoop-yarn/lib</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/library-copy-to-opt-cloudera-parcels-CDH-lib-hadoop-yarn-lib/m-p/32250#M7485</link>
      <description>The easiest way is to build your own parcel. It would be best if your&lt;BR /&gt;custom jars are stored in a location outside of the CDH bits, this way&lt;BR /&gt;upgrades work smoothly. You can always add the location to&lt;BR /&gt;yarn.application.classpath&lt;BR /&gt;in Cloudera Manager, making it easier to support.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/cloudera/cm_ext/wiki/Parcels:-What-and-Why%3F" target="_blank"&gt;https://github.com/cloudera/cm_ext/wiki/Parcels:-What-and-Why%3F&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Sep 2015 11:05:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/library-copy-to-opt-cloudera-parcels-CDH-lib-hadoop-yarn-lib/m-p/32250#M7485</guid>
      <dc:creator>GautamG</dc:creator>
      <dc:date>2015-09-24T11:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: library copy to /opt/cloudera/parcels/CDH/lib/hadoop-yarn/lib</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/library-copy-to-opt-cloudera-parcels-CDH-lib-hadoop-yarn-lib/m-p/32578#M7486</link>
      <description>Thank you Gautam,&lt;BR /&gt;&lt;BR /&gt;I will try and update here how it goes.&lt;BR /&gt;&lt;BR /&gt;-Khirod</description>
      <pubDate>Fri, 02 Oct 2015 06:40:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/library-copy-to-opt-cloudera-parcels-CDH-lib-hadoop-yarn-lib/m-p/32578#M7486</guid>
      <dc:creator>Khirod</dc:creator>
      <dc:date>2015-10-02T06:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: library copy to /opt/cloudera/parcels/CDH/lib/hadoop-yarn/lib</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/library-copy-to-opt-cloudera-parcels-CDH-lib-hadoop-yarn-lib/m-p/32635#M7487</link>
      <description>&lt;P&gt;Hi Goutham,&lt;/P&gt;&lt;P&gt;I tried with a custom parcel, but it would be always required some extra effort in upgrade as you suggested too, and it may be a caution to play with main cdh parcel. One more burden is , if I want to just add a required jar file in between , I have to create a new parcel again , which is not feasible. And please suggest if I do have some jar files only which I may need to copy &amp;nbsp;to "/opt/cloudera/parcels/CDH/lib/hadoop-yarn/lib" only on each node . Let I have a cluster having 4 nodes , and I want all the jar file in "/opt/cloudera/parcels/CDH/lib/hadoop-yarn/lib" on each node.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Initially I thought to scp to each node, but seems this is not an effective way. So I guess, we may have some thing/or any exposed api &amp;nbsp;just to transfer these files to cloudera manager and manager will takes care to put those files in respective place.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CLASS_PATH location is also good idea, but it is not specific to the YARN_SERVER only, I need this jar on each and every node, Please suggest and guide.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Khirod&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Oct 2015 16:04:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/library-copy-to-opt-cloudera-parcels-CDH-lib-hadoop-yarn-lib/m-p/32635#M7487</guid>
      <dc:creator>Khirod</dc:creator>
      <dc:date>2015-10-04T16:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: library copy to /opt/cloudera/parcels/CDH/lib/hadoop-yarn/lib</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/library-copy-to-opt-cloudera-parcels-CDH-lib-hadoop-yarn-lib/m-p/32638#M7488</link>
      <description>&lt;P&gt;One more thing, I think remote parcel would be helpful. Is there any cdh upgrade impact on this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Khirod&lt;/P&gt;</description>
      <pubDate>Sun, 04 Oct 2015 16:17:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/library-copy-to-opt-cloudera-parcels-CDH-lib-hadoop-yarn-lib/m-p/32638#M7488</guid>
      <dc:creator>Khirod</dc:creator>
      <dc:date>2015-10-04T16:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: library copy to /opt/cloudera/parcels/CDH/lib/hadoop-yarn/lib</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/library-copy-to-opt-cloudera-parcels-CDH-lib-hadoop-yarn-lib/m-p/32750#M7489</link>
      <description>&lt;P&gt;So Finaly remote parcel fullfill my requirements .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks GauthamG for help and guide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Khirod&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 16:19:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/library-copy-to-opt-cloudera-parcels-CDH-lib-hadoop-yarn-lib/m-p/32750#M7489</guid>
      <dc:creator>Khirod</dc:creator>
      <dc:date>2015-10-07T16:19:08Z</dc:date>
    </item>
  </channel>
</rss>

