<?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: PIG script does not work from HUE - No groups available for user admin in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/17234#M2565</link>
    <description>Romain,&lt;BR /&gt;&lt;BR /&gt;I applied the change from step #5 in the document: &lt;A href="http://blog.cloudera.com/blog/2014/04/apache-hadoop-yarn-avoiding-6-time-consuming-gotchas/," target="_blank"&gt;http://blog.cloudera.com/blog/2014/04/apache-hadoop-yarn-avoiding-6-time-consuming-gotchas/,&lt;/A&gt; but unfortunately, it did not help. But this looks very similar to my problem.&lt;BR /&gt;&lt;BR /&gt;I tried to narrow down the problem I'm having with running Pig scripts through Hue and YARN. Here is what I do:&lt;BR /&gt;&lt;BR /&gt;1. Create a Pig Script in Hue:&lt;BR /&gt;&lt;BR /&gt;offers = LOAD '/tmp/datafile.txt' USING PigStorage AS (name:CHARARRAY);&lt;BR /&gt;&lt;BR /&gt;The script succeeds.&lt;BR /&gt;&lt;BR /&gt;2. However, when I add a dump to the script, like this:&lt;BR /&gt;&lt;BR /&gt;offers = LOAD '/tmp/datafile.txt' USING PigStorage AS (name:CHARARRAY);&lt;BR /&gt;dump offers;&lt;BR /&gt;&lt;BR /&gt;The script never moves past 0% and repeats Heat beat over an over again. The job displays in Oozie but never goes anywhere (the job is stuck on RUNNING). This same script worked in CDH 4.7 using MRv1. I can't find much in the logs to help identify a problem, it just never finishes.&lt;BR /&gt;&lt;BR /&gt;Here is an excerpt from the job's log:&lt;BR /&gt;&lt;BR /&gt;2014-08-19 14:31:01,128 [main] INFO org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - More information at: http://servernode05:50030/jobdetails.jsp?jobid=job_1408403413938_0014&lt;BR /&gt;2014-08-19 14:31:01,227 [main] INFO org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - 0% complete&lt;BR /&gt;Heart beat&lt;BR /&gt;Heart beat&lt;BR /&gt;Heart beat&lt;BR /&gt;Heart beat&lt;BR /&gt;</description>
    <pubDate>Tue, 19 Aug 2014 21:34:50 GMT</pubDate>
    <dc:creator>IT.Services</dc:creator>
    <dc:date>2014-08-19T21:34:50Z</dc:date>
    <item>
      <title>PIG script does not work from HUE - YARN is pointing to MapReduce JobTrackers on 50030 after upgrade</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/16888#M2551</link>
      <description>&lt;P&gt;When I launch a simple MapReduce Pig script from Hue that requires data from HDFS, I receive an error that there is no such user as admin.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recently upgraded from CDH 4.7 to CDH 5.1.0. I am using CM 5.0 to manage the cluster. I am using HDFS, Hue 3.6.0, and YARN with MRv2. The script simply reads from a file and cross joins with another file. The script worked on CDH 4.7, but fails after the upgrade to CDH 5.1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found no logs in Hue that were helpful, but in the YARN Resource Manager I found a very useful log:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;2014-08-13 13:24:37,322 INFO org.apache.hadoop.yarn.server.resourcemanager.rmapp.RMAppImpl: application_1405638744143_0028 State change from NEW_SAVING to SUBMITTED
2014-08-13 13:24:37,379 WARN org.apache.hadoop.security.ShellBasedUnixGroupsMapping: got exception trying to get groups for user admin
org.apache.hadoop.util.Shell$ExitCodeException: id: admin: No such user

	at org.apache.hadoop.util.Shell.runCommand(Shell.java:511)
	at org.apache.hadoop.util.Shell.run(Shell.java:424)
	at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:656)
	at org.apache.hadoop.util.Shell.execCommand(Shell.java:745)
	at org.apache.hadoop.util.Shell.execCommand(Shell.java:728)
	at org.apache.hadoop.security.ShellBasedUnixGroupsMapping.getUnixGroups(ShellBasedUnixGroupsMapping.java:84)
	at org.apache.hadoop.security.ShellBasedUnixGroupsMapping.getGroups(ShellBasedUnixGroupsMapping.java:52)
	at org.apache.hadoop.security.Groups.getGroups(Groups.java:139)
	at org.apache.hadoop.security.UserGroupInformation.getGroupNames(UserGroupInformation.java:1415)
	at org.apache.hadoop.security.authorize.AccessControlList.isUserAllowed(AccessControlList.java:222)
	at org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.AllocationConfiguration.hasAccess(AllocationConfiguration.java:225)
	at org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FSQueue.hasAccess(FSQueue.java:150)
	at org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler.addApplication(FairScheduler.java:622)
	at org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler.handle(FairScheduler.java:1201)
	at org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler.handle(FairScheduler.java:122)
	at org.apache.hadoop.yarn.server.resourcemanager.ResourceManager$SchedulerEventDispatcher$EventProcessor.run(ResourceManager.java:585)
	at java.lang.Thread.run(Thread.java:745)
2014-08-13 13:24:37,381 WARN org.apache.hadoop.security.UserGroupInformation: No groups available for user admin
2014-08-13 13:24:37,381 INFO org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler: Accepted application application_1405638744143_0028 from user: admin, in queue: default, currently num of applications: 4&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Apr 2026 14:01:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/16888#M2551</guid>
      <dc:creator>IT.Services</dc:creator>
      <dc:date>2026-04-21T14:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: PIG script does not work from HUE - No groups available for user admin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/16942#M2552</link>
      <description>This is a warning, could you share all the logs?&lt;BR /&gt;&lt;BR /&gt;Romain&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Aug 2014 15:50:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/16942#M2552</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2014-08-14T15:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: PIG script does not work from HUE - No groups available for user admin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/16978#M2553</link>
      <description>&lt;P&gt;Thanks for your help, the rest of YARN&amp;nbsp;Resource Manager output from after the warning is as follows:&lt;/P&gt;&lt;P&gt;2014-08-14 16:24:35,564 INFO org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler: Accepted application application_1408018429315_0002 from user: admin, in queue: default, currently num of applications: 2&lt;BR /&gt;2014-08-14 16:24:35,565 INFO org.apache.hadoop.yarn.server.resourcemanager.rmapp.RMAppImpl: application_1408018429315_0002 State change from SUBMITTED to ACCEPTED&lt;BR /&gt;2014-08-14 16:24:35,565 INFO org.apache.hadoop.yarn.server.resourcemanager.ApplicationMasterService: Registering app attempt : appattempt_1408018429315_0002_000001&lt;BR /&gt;2014-08-14 16:24:35,566 INFO org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.RMAppAttemptImpl: appattempt_1408018429315_0002_000001 State change from NEW to SUBMITTED&lt;BR /&gt;2014-08-14 16:24:35,568 INFO org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler: Added Application Attempt appattempt_1408018429315_0002_000001 to scheduler from user: admin&lt;BR /&gt;2014-08-14 16:24:35,568 INFO org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.RMAppAttemptImpl: appattempt_1408018429315_0002_000001 State change from SUBMITTED to SCHEDULED&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then the log repeats the following text a thousand&amp;nbsp;times and the job never completes:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2014-08-14 16:24:35,848 INFO org.apache.hadoop.yarn.server.webproxy.WebAppProxyServlet: dr.who is accessing unchecked http://servername09:59181/ws/v1/mapreduce/jobs/job_1408018429315_0001 which is the app master GUI of application_1408018429315_0001 owned by admin&lt;BR /&gt;2014-08-14 16:24:35,859 INFO org.apache.hadoop.yarn.server.webproxy.WebAppProxyServlet: dr.who is accessing unchecked http://servername09:59181/ws/v1/mapreduce/jobs/job_1408018429315_0001/tasks which is the app master GUI of application_1408018429315_0001 owned by admin&lt;BR /&gt;2014-08-14 16:24:35,870 INFO org.apache.hadoop.yarn.server.webproxy.WebAppProxyServlet: dr.who is accessing unchecked http://servername09:59181/ws/v1/mapreduce/jobs/job_1408018429315_0001/tasks which is the app master GUI of application_1408018429315_0001 owned by admin&lt;BR /&gt;2014-08-14 16:24:35,881 INFO org.apache.hadoop.yarn.server.webproxy.WebAppProxyServlet: dr.who is accessing unchecked http://servername09:59181/ws/v1/mapreduce/jobs/job_1408018429315_0001/tasks/task_1408018429315_0001_m_000000/attempts which is the app master GUI of application_1408018429315_0001 owned by admin&lt;BR /&gt;2014-08-14 16:24:35,898 INFO org.apache.hadoop.yarn.server.webproxy.WebAppProxyServlet: dr.who is accessing unchecked http://servername09:59181/ws/v1/mapreduce/jobs/job_1408018429315_0001 which is the app master GUI of application_1408018429315_0001 owned by admin&lt;BR /&gt;2014-08-14 16:24:35,916 INFO org.apache.hadoop.yarn.server.webproxy.WebAppProxyServlet: dr.who is accessing unchecked http://servername09:59181/ws/v1/mapreduce/jobs/job_1408018429315_0001 which is the app master GUI of application_1408018429315_0001 owned by admin&lt;BR /&gt;2014-08-14 16:24:35,928 INFO org.apache.hadoop.yarn.server.webproxy.WebAppProxyServlet: dr.who is accessing unchecked http://servername09:59181/ws/v1/mapreduce/jobs/job_1408018429315_0001/tasks/task_1408018429315_0001_m_000000 which is the app master GUI of application_1408018429315_0001 owned by admin&lt;BR /&gt;2014-08-14 16:24:35,940 INFO org.apache.hadoop.yarn.server.webproxy.WebAppProxyServlet: dr.who is accessing unchecked http://servername09:59181/ws/v1/mapreduce/jobs/job_1408018429315_0001/tasks/task_1408018429315_0001_m_000000/attempts/attempt_1408018429315_0001_m_000000_0 which is the app master GUI of application_1408018429315_0001 owned by admin&lt;BR /&gt;2014-08-14 16:24:35,950 INFO org.apache.hadoop.yarn.server.webproxy.WebAppProxyServlet: dr.who is accessing unchecked http://servername09:59181/ws/v1/mapreduce/jobs/job_1408018429315_0001/jobattempts which is the app master GUI of application_1408018429315_0001 owned by admin&lt;BR /&gt;2014-08-14 16:24:36,847 INFO org.apache.hadoop.yarn.server.webproxy.WebAppProxyServlet: dr.who is accessing unchecked http://servername09:59181/ws/v1/mapreduce/jobs/job_1408018429315_0001 which is the app master GUI of application_1408018429315_0001 owned by admin&lt;BR /&gt;2014-08-14 16:24:36,859 INFO org.apache.hadoop.yarn.server.webproxy.WebAppProxyServlet: dr.who is accessing unchecked http://servername09:59181/ws/v1/mapreduce/jobs/job_1408018429315_0001/tasks which is the app master GUI of application_1408018429315_0001 owned by admin&lt;BR /&gt;2014-08-14 16:24:36,870 INFO org.apache.hadoop.yarn.server.webproxy.WebAppProxyServlet: dr.who is accessing unchecked http://servername09:59181/ws/v1/mapreduce/jobs/job_1408018429315_0001/tasks which is the app master GUI of application_1408018429315_0001 owned by admin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What other logs can I look at?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Pig script is very simple:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;offers = LOAD '/staging/file_20140727/20140727.txt' USING PigStorage AS (&lt;BR /&gt;fileid:CHARARRAY, offerPrice:CHARARRAY, upc:CHARARRAY, productName:CHARARRAY, productDescription:CHARARRAY);&lt;/P&gt;&lt;P&gt;stores = LOAD '/staging/file_20140727/20140727_stores.txt' USING PigStorage AS (storeNumber:CHARARRAY, address:CHARARRAY, city:CHARARRAY, state:CHARARRAY, zip:CHARARRAY, country:CHARARRAY);&lt;/P&gt;&lt;P&gt;stores2 = FILTER stores by (storeNumber == '1') OR (storeNumber == '100');&lt;/P&gt;&lt;P&gt;store_offers = CROSS stores2, offers;&lt;/P&gt;&lt;P&gt;dump store_offers;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2014 23:37:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/16978#M2553</guid>
      <dc:creator>IT.Services</dc:creator>
      <dc:date>2014-08-14T23:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: PIG script does not work from HUE - No groups available for user admin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/16984#M2554</link>
      <description>Could you click on the status of the Pig job in the top right corner, it&lt;BR /&gt;will open its Oozie workflow, then click on the Pig action on the log icon&lt;BR /&gt;on the right. You should have more interesting logs!&lt;BR /&gt;&lt;BR /&gt;Romain&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Aug 2014 00:46:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/16984#M2554</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2014-08-15T00:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: PIG script does not work from HUE - No groups available for user admin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/17044#M2555</link>
      <description>&lt;P&gt;Thank you Romain, that was helpful. I see something odd.&amp;nbsp;In the log file, the job is unassigned, and I see an entry pointing to a JobTracker at port 50030. However, I upgraded to YARN during&amp;nbsp;the CDH upgrade from 4.7 to 5. The MapReduce TaskTracker and JobTrackers were removed during this upgrade.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, in the log I see this line:&amp;nbsp;2014-08-14 16:24:35,692 [main] INFO &amp;nbsp;org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher &amp;nbsp;- More information at: http://hadoopnode05:&lt;STRONG&gt;50030&lt;/STRONG&gt;/jobdetails.jsp?jobid=job_1408018429315_0002&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hadoopnode05 is running the ResourceManager, but not a JobTracker. ResourceManager runs on port 8032.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the Oozie log, I see that the job is unassigned, but it should be a MapReduce application. Doesn't YARN take care of this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;User:&amp;nbsp;someone&lt;BR /&gt;Name: PigLatin:script.pig&lt;BR /&gt;Application Type: MAPREDUCE&lt;BR /&gt;Application Tags: oozie-f8b1c706728ef633ff0dad6c4aed48a&lt;BR /&gt;State: ACCEPTED&lt;BR /&gt;FinalStatus: UNDEFINED&lt;BR /&gt;Started: 14-Aug-2014 16:24:35&lt;BR /&gt;Elapsed: 22hrs, 17mins, 59sec&lt;BR /&gt;Tracking URL: UNASSIGNED&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2014 21:48:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/17044#M2555</guid>
      <dc:creator>IT.Services</dc:creator>
      <dc:date>2014-08-15T21:48:23Z</dc:date>
    </item>
    <item>
      <title>YARN is pointing to MapReduce JobTracker on 50030 after upgrade</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/17138#M2556</link>
      <description>&lt;DIV class="line"&gt;I think I know the problem, but I don't know why. After upgrading from MR to YARN, why is YARN still trying to assign jobs to the old MR JobTracker on 50030. Didn't YARN&amp;nbsp;replaced MR?&lt;/DIV&gt;&lt;DIV class="line"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="line"&gt;&lt;SPAN&gt;When I look into the YARN conf at&amp;nbsp;http://yarnresourcemanager:8088/conf, I see the following entries:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="line"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="line"&gt;&lt;SPAN&gt;&amp;lt;property&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="collapsible-content"&gt;&lt;DIV class="line"&gt;&lt;SPAN&gt;&amp;lt;name&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;mapreduce.jobtracker.http.address&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/name&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="line"&gt;&lt;SPAN&gt;&amp;lt;value&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;0.0.0.0:50030&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/value&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="line"&gt;&lt;SPAN&gt;&amp;lt;source&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;mapred-default.xml&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/source&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="line"&gt;&lt;SPAN&gt;&amp;lt;/property&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="line"&gt;&lt;DIV class="line"&gt;&lt;SPAN&gt;&amp;lt;property&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="collapsible-content"&gt;&lt;DIV class="line"&gt;&lt;SPAN&gt;&amp;lt;name&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;mapreduce.tasktracker.http.address&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/name&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="line"&gt;&lt;SPAN&gt;&amp;lt;value&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;0.0.0.0:50060&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/value&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="line"&gt;&lt;SPAN&gt;&amp;lt;source&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;mapred-default.xml&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/source&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="line"&gt;&lt;SPAN&gt;&amp;lt;/property&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="line"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="line"&gt;&lt;SPAN&gt;Why are these here? I thought YARN replaced MR? This explains why my Pig script tries to use MR. How can I fix this?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 18 Aug 2014 21:33:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/17138#M2556</guid>
      <dc:creator>IT.Services</dc:creator>
      <dc:date>2014-08-18T21:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: YARN is pointing to MapReduce JobTracker on 50030 after upgrade</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/17148#M2557</link>
      <description>Did you update the Oozie sharelib?&lt;BR /&gt;&lt;BR /&gt;Also double check that Hue is configured properly:&lt;BR /&gt;&lt;A href="http://gethue.com/using-hadoop-mr2-and-yarn-with-an-alternative-job/" target="_blank"&gt;http://gethue.com/using-hadoop-mr2-and-yarn-with-an-alternative-job/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Romain&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Aug 2014 00:10:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/17148#M2557</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2014-08-19T00:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: PIG script does not work from HUE - No groups available for user admin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/17150#M2558</link>
      <description>Seems similar to:&lt;BR /&gt;&lt;BR /&gt;Did you update the Oozie sharelib?&lt;BR /&gt;&lt;BR /&gt;Also double check that Hue is configured properly:&lt;BR /&gt;&lt;A href="http://gethue.com/using-hadoop-mr2-and-yarn-with-an-alternative-job/" target="_blank"&gt;http://gethue.com/using-hadoop-mr2-and-yarn-with-an-alternative-job/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Romain&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Aug 2014 00:37:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/17150#M2558</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2014-08-19T00:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: PIG script does not work from HUE - No groups available for user admin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/17196#M2559</link>
      <description>&lt;P&gt;I stopped Oozie and re-installed&amp;nbsp;the Oozie sharelib. And I validated that Hue is setup correctly (as indicated in the gethue link).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, Pig jobs are still not completing and they are still being sent to MapReduce at 50030. In the log I see that YARN is referenced. Why is the job being sent to MapReduce and not YARN:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;2014-08-19 09:38:02,182 [main] INFO  org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher  - More information at: http://servername:&lt;STRONG&gt;50030&lt;/STRONG&gt;/jobdetails.jsp?jobid=job_1408403413938_0006&lt;BR /&gt;2014-08-19 09:38:02,264 [main] INFO  org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher  - 0% complete&lt;BR /&gt;Heart beat&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The job then repeats Heart beat over an over until killed.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2014 16:41:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/17196#M2559</guid>
      <dc:creator>IT.Services</dc:creator>
      <dc:date>2014-08-19T16:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: PIG script does not work from HUE - No groups available for user admin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/17198#M2560</link>
      <description>Could you share the 'Configuration' tab of the workflow in the dashboard?&lt;BR /&gt;&lt;BR /&gt;Also double check that the sharelib is the Yarn one:&lt;BR /&gt;Step 3:&lt;BR /&gt;&lt;A href="http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH5/latest/CDH5-Installation-Guide/cdh5ig_oozie_configure.html#topic_17_6_2_unique_1__title_442_unique_1" target="_blank"&gt;http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH5/latest/CDH5-Installation-Guide/cdh5ig_oozie_configure.html#topic_17_6_2_unique_1__title_442_unique_1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Romain&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Aug 2014 16:46:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/17198#M2560</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2014-08-19T16:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: PIG script does not work from HUE - No groups available for user admin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/17202#M2561</link>
      <description>&lt;P&gt;Thanks for your help Romain.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The sharelib is the one used for Yarn:&amp;nbsp;oozie-sharelib-yarn.tar.gz&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've enclosed the configuration of the job from Oozie, but this looks like it is using Yarn. The job starts, but never finishes, instead it repeats Heart beat over and over. I see an entry in the log that refers to port 50030, which is why it looks like it is using MRv1. But I can see the job in Yarn's ResourceManager, it is RUNNING, but never finishes until killed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Name Value&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;hue-id-w&lt;/TD&gt;&lt;TD&gt;59&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;jobTracker&lt;/TD&gt;&lt;TD&gt;servername05:8032&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;mapreduce.job.user.name&lt;/TD&gt;&lt;TD&gt;admin&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;nameNode&lt;/TD&gt;&lt;TD&gt;hdfs://namenode02:8020&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;oozie.use.system.libpath&lt;/TD&gt;&lt;TD&gt;true&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;oozie.wf.application.path&lt;/TD&gt;&lt;TD&gt;hdfs://namenode02:8020/user/hue/oozie/workspaces/_admin_-oozie-59-1408466201.2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;user.name&lt;/TD&gt;&lt;TD&gt;admin&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 19 Aug 2014 17:05:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/17202#M2561</guid>
      <dc:creator>IT.Services</dc:creator>
      <dc:date>2014-08-19T17:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: PIG script does not work from HUE - No groups available for user admin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/17216#M2562</link>
      <description>This might help, in the Hue Server Logs, I see the following error:&lt;BR /&gt;&lt;BR /&gt;[19/Aug/2014 11:12:45 -0700] api ERROR An error happen while watching the demo running: Could not find job job_1408403413938_0008.&lt;BR /&gt;[19/Aug/2014 11:12:45 -0700] connectionpool DEBUG "GET /ws/v1/history/mapreduce/jobs/job_1408403413938_0008 HTTP/1.1" 404 None&lt;BR /&gt;[19/Aug/2014 11:12:45 -0700] connectionpool DEBUG Setting read timeout to None</description>
      <pubDate>Tue, 19 Aug 2014 18:23:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/17216#M2562</guid>
      <dc:creator>IT.Services</dc:creator>
      <dc:date>2014-08-19T18:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: PIG script does not work from HUE - No groups available for user admin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/17228#M2563</link>
      <description>Ha, so it is probably another problem.&lt;BR /&gt;&lt;BR /&gt;What type of cluster do you have? How many nodes?&lt;BR /&gt;&lt;BR /&gt;Could you look at #5?&lt;BR /&gt;&lt;A href="http://blog.cloudera.com/blog/2014/04/apache-hadoop-yarn-avoiding-6-time-consuming-gotchas/" target="_blank"&gt;http://blog.cloudera.com/blog/2014/04/apache-hadoop-yarn-avoiding-6-time-consuming-gotchas/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Romain&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Aug 2014 19:52:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/17228#M2563</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2014-08-19T19:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: PIG script does not work from HUE - No groups available for user admin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/17232#M2564</link>
      <description>We run 12 CDH 5.1 nodes managed by CM 5.0.2. We recently upgraded from CDH 4.7 to CDH 5.1 and since the update we have not been able to run a Pig script using YARN/MapReduce.&lt;BR /&gt;&lt;BR /&gt;We run the following services:&lt;BR /&gt;&lt;BR /&gt;Flume&lt;BR /&gt;HDFS 2.3.0-cdh5.1.0&lt;BR /&gt;HBase 0.98.1-cdh5.1.0&lt;BR /&gt;Hive&lt;BR /&gt;Hue 3.6.0&lt;BR /&gt;Impala&lt;BR /&gt;Oozie&lt;BR /&gt;Solr&lt;BR /&gt;Spark&lt;BR /&gt;YARN (with MRv2)&lt;BR /&gt;ZooKeeper</description>
      <pubDate>Tue, 19 Aug 2014 20:59:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/17232#M2564</guid>
      <dc:creator>IT.Services</dc:creator>
      <dc:date>2014-08-19T20:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: PIG script does not work from HUE - No groups available for user admin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/17234#M2565</link>
      <description>Romain,&lt;BR /&gt;&lt;BR /&gt;I applied the change from step #5 in the document: &lt;A href="http://blog.cloudera.com/blog/2014/04/apache-hadoop-yarn-avoiding-6-time-consuming-gotchas/," target="_blank"&gt;http://blog.cloudera.com/blog/2014/04/apache-hadoop-yarn-avoiding-6-time-consuming-gotchas/,&lt;/A&gt; but unfortunately, it did not help. But this looks very similar to my problem.&lt;BR /&gt;&lt;BR /&gt;I tried to narrow down the problem I'm having with running Pig scripts through Hue and YARN. Here is what I do:&lt;BR /&gt;&lt;BR /&gt;1. Create a Pig Script in Hue:&lt;BR /&gt;&lt;BR /&gt;offers = LOAD '/tmp/datafile.txt' USING PigStorage AS (name:CHARARRAY);&lt;BR /&gt;&lt;BR /&gt;The script succeeds.&lt;BR /&gt;&lt;BR /&gt;2. However, when I add a dump to the script, like this:&lt;BR /&gt;&lt;BR /&gt;offers = LOAD '/tmp/datafile.txt' USING PigStorage AS (name:CHARARRAY);&lt;BR /&gt;dump offers;&lt;BR /&gt;&lt;BR /&gt;The script never moves past 0% and repeats Heat beat over an over again. The job displays in Oozie but never goes anywhere (the job is stuck on RUNNING). This same script worked in CDH 4.7 using MRv1. I can't find much in the logs to help identify a problem, it just never finishes.&lt;BR /&gt;&lt;BR /&gt;Here is an excerpt from the job's log:&lt;BR /&gt;&lt;BR /&gt;2014-08-19 14:31:01,128 [main] INFO org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - More information at: http://servernode05:50030/jobdetails.jsp?jobid=job_1408403413938_0014&lt;BR /&gt;2014-08-19 14:31:01,227 [main] INFO org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - 0% complete&lt;BR /&gt;Heart beat&lt;BR /&gt;Heart beat&lt;BR /&gt;Heart beat&lt;BR /&gt;Heart beat&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Aug 2014 21:34:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/17234#M2565</guid>
      <dc:creator>IT.Services</dc:creator>
      <dc:date>2014-08-19T21:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: PIG script does not work from HUE - No groups available for user admin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/17248#M2566</link>
      <description>To check if it is an Oozie related problem (setup or last of slots for&lt;BR /&gt;running jobs as Oozie starts a MR launcher), did you try a basic example?&lt;BR /&gt;&lt;A href="http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH5/latest/CDH5-Quick-Start/cdh5qs_yarn_pseudo.html#topic_3_3_6_unique_1" target="_blank"&gt;http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH5/latest/CDH5-Quick-Start/cdh5qs_yarn_pseudo.html#topic_3_3_6_unique_1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Romain&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Aug 2014 00:55:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/17248#M2566</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2014-08-20T00:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: PIG script does not work from HUE - No groups available for user admin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/17284#M2567</link>
      <description>&lt;P&gt;Romain,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your help, and for sticking with me through this problem. I have resolved the issue. There were actually two problems. After the upgrade to CDH 5, I had to stop Oozie and Install Sharelib. Finally, in YARN I had to adjust the resources. The&amp;nbsp;&lt;SPAN&gt;Java Heap Size had been set to 50 MB when 8 GB of memory is available to the node (I set heap memory to 1 GB on the nodes and resource manager). I don't know why the CDH update would default to such a low number - this made&amp;nbsp;YARN completely unusable. This explains why jobs would hang forever&amp;nbsp;as&amp;nbsp;there was not enough resources available. However, the logs did&amp;nbsp;indicate this problem.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have one last question, how much memory do you give to the Java heap on the resource manager, under&amp;nbsp;Java Heap Size of ResourceManager in Bytes, when the nodes are given 1 GB. I gave this 1 GB to resolve the problem, but I'm not sure if that is enough. And what about the Container sizes?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2014 16:29:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/17284#M2567</guid>
      <dc:creator>IT.Services</dc:creator>
      <dc:date>2014-08-20T16:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: PIG script does not work from HUE - No groups available for user admin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/22823#M2568</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I met same issue as yours.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I run a simple pig such as Load 'File'; Dump data;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the pig cannot be completed and the logs always should 0% complete.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I search the log and find the map progress is always running but not complete. I have adjusted the values of settings you list before. But it looks like the issue still exist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have other ideas on it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks very much&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2014 09:04:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/22823#M2568</guid>
      <dc:creator>edmund</dc:creator>
      <dc:date>2014-12-18T09:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: PIG script does not work from HUE - No groups available for user admin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/22862#M2569</link>
      <description>&lt;P&gt;Edmund,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I've seen&amp;nbsp;Pig scripts show 0% complete and never finish, I've&amp;nbsp;usually resolved this by adjusting Yarn.&amp;nbsp;How many nodes are you running in your cluster? How much memory is available to your nodes?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2014 17:09:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-script-does-not-work-from-HUE-YARN-is-pointing-to/m-p/22862#M2569</guid>
      <dc:creator>IT.Services</dc:creator>
      <dc:date>2014-12-18T17:09:29Z</dc:date>
    </item>
  </channel>
</rss>

