<?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: I have been working on scheduling HBase compaction using oozie. I ran into this error message in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-have-been-working-on-scheduling-HBase-compaction-using/m-p/107765#M30073</link>
    <description>&lt;P&gt;Hi @BenjaminLeonhardi, I am getting another error message. What can be wrong with the permissions? &lt;EM&gt;&lt;STRONG&gt;Cannot run program&lt;/STRONG&gt;&lt;/EM&gt; &lt;I&gt;"minorcompaction.sh" (in directory "/hadoop/yarn/local/usercache/hdfs/appcache/application_1462434761155_14999/container_e12_1462434761155_14999_01_000002"): error=13, Permission denied&lt;/I&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jun 2016 12:33:26 GMT</pubDate>
    <dc:creator>joshua_adeleke</dc:creator>
    <dc:date>2016-06-02T12:33:26Z</dc:date>
    <item>
      <title>I have been working on scheduling HBase compaction using oozie. I ran into this error message</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-have-been-working-on-scheduling-HBase-compaction-using/m-p/107761#M30069</link>
      <description>&lt;P&gt;I have been working on scheduling HBase compaction using oozie. I ran into this error message and i have changed permissions, used a different users and also specified in the &amp;lt;exec&amp;gt; and &amp;lt;file&amp;gt; parameters the script but it keeps failing with error message "&lt;EM&gt;&lt;STRONG&gt;Cannot run program&lt;/STRONG&gt;&lt;/EM&gt; "&lt;EM&gt;&lt;STRONG&gt;minorcompaction.sh" (in directory "/hadoop/yarn/local/usercache/yarn/appcache/application_1464245207716_0007/container_e28_1464245207716_0007_01_000002"): error=2, No such file or directory&lt;/STRONG&gt;&lt;/EM&gt;" but i have not been able to get past this issue. Any help?&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2016 16:00:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-have-been-working-on-scheduling-HBase-compaction-using/m-p/107761#M30069</guid>
      <dc:creator>joshua_adeleke</dc:creator>
      <dc:date>2016-05-30T16:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: I have been working on scheduling HBase compaction using oozie. I ran into this error message</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-have-been-working-on-scheduling-HBase-compaction-using/m-p/107762#M30070</link>
      <description>&lt;P&gt;It would sound to me that you didnt use the file tag correctly. Did you upload the file to hdfs? However I am dubious if this will work in any case since the script will have a lot of dependencies. You might have to install the hbase client on all nodes or upload a lot of extra libraries. &lt;/P&gt;&lt;P&gt;Alternatively you could use an ssh action to connect to a full working edge node and run your commands there. I would almost propose this for something non mission critical like scheduling compactions. &lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2016 16:30:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-have-been-working-on-scheduling-HBase-compaction-using/m-p/107762#M30070</guid>
      <dc:creator>bleonhardi</dc:creator>
      <dc:date>2016-05-30T16:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: I have been working on scheduling HBase compaction using oozie. I ran into this error message</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-have-been-working-on-scheduling-HBase-compaction-using/m-p/107763#M30071</link>
      <description>&lt;P&gt;@BenjaminLeonhardi Please find attached my workflow and script below it. I've also checked for special characters but that doesn't seem to be the issue.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 20:50:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-have-been-working-on-scheduling-HBase-compaction-using/m-p/107763#M30071</guid>
      <dc:creator>joshua_adeleke</dc:creator>
      <dc:date>2016-06-01T20:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: I have been working on scheduling HBase compaction using oozie. I ran into this error message</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-have-been-working-on-scheduling-HBase-compaction-using/m-p/107764#M30072</link>
      <description>&lt;P&gt;Weird I do the same thing and it should work. Works for me. You sure its not just a stupid mistake like missing / or that the access rights are not correct? Can you try with hardcoded path?&lt;/P&gt;&lt;P&gt;&amp;lt;exec&amp;gt;myscript.sh&amp;lt;/exec&amp;gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;lt;file&amp;gt;${nameNode}/myfolder/myscript.sh#myscript.sh&amp;lt;/file&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 22:40:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-have-been-working-on-scheduling-HBase-compaction-using/m-p/107764#M30072</guid>
      <dc:creator>bleonhardi</dc:creator>
      <dc:date>2016-06-01T22:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: I have been working on scheduling HBase compaction using oozie. I ran into this error message</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-have-been-working-on-scheduling-HBase-compaction-using/m-p/107765#M30073</link>
      <description>&lt;P&gt;Hi @BenjaminLeonhardi, I am getting another error message. What can be wrong with the permissions? &lt;EM&gt;&lt;STRONG&gt;Cannot run program&lt;/STRONG&gt;&lt;/EM&gt; &lt;I&gt;"minorcompaction.sh" (in directory "/hadoop/yarn/local/usercache/hdfs/appcache/application_1462434761155_14999/container_e12_1462434761155_14999_01_000002"): error=13, Permission denied&lt;/I&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 12:33:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-have-been-working-on-scheduling-HBase-compaction-using/m-p/107765#M30073</guid>
      <dc:creator>joshua_adeleke</dc:creator>
      <dc:date>2016-06-02T12:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: I have been working on scheduling HBase compaction using oozie. I ran into this error message</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-have-been-working-on-scheduling-HBase-compaction-using/m-p/107766#M30074</link>
      <description>&lt;P&gt;I've also tried the hardcoded path, not working still. I am trying on two platforms and getting different errors.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 13:08:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-have-been-working-on-scheduling-HBase-compaction-using/m-p/107766#M30074</guid>
      <dc:creator>joshua_adeleke</dc:creator>
      <dc:date>2016-06-02T13:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: I have been working on scheduling HBase compaction using oozie. I ran into this error message</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-have-been-working-on-scheduling-HBase-compaction-using/m-p/107767#M30075</link>
      <description>&lt;P&gt;Changing from Oracle 12c to MySQL resolved this issue.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2016 14:14:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-have-been-working-on-scheduling-HBase-compaction-using/m-p/107767#M30075</guid>
      <dc:creator>joshua_adeleke</dc:creator>
      <dc:date>2016-08-01T14:14:52Z</dc:date>
    </item>
  </channel>
</rss>

