<?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: --mapreduce-job-name not working in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/mapreduce-job-name-not-working/m-p/52526#M56841</link>
    <description>&lt;P&gt;Thanks... i am able to see the name now. Actually i was checking the logs of the CLI rather than the log at HUE.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;img /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Mar 2017 18:37:41 GMT</pubDate>
    <dc:creator>rupeshverma88</dc:creator>
    <dc:date>2017-03-22T18:37:41Z</dc:date>
    <item>
      <title>--mapreduce-job-name not working</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/mapreduce-job-name-not-working/m-p/52067#M56835</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As per the free-form query concept of sqoop, i am trying to use --mapreduce-job-name option to change the default name of job from queryResult.jar to a name that help me to identify it , but it's not working.&lt;/P&gt;&lt;P&gt;Anyone has suggestion on this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rupesh&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 11:14:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/mapreduce-job-name-not-working/m-p/52067#M56835</guid>
      <dc:creator>rupeshverma88</dc:creator>
      <dc:date>2022-09-16T11:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: --mapreduce-job-name not working</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/mapreduce-job-name-not-working/m-p/52276#M56836</link>
      <description>&lt;P&gt;Could you let us know what name is it using instead of your --mapreduce-job-name ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 . Could you enable&amp;nbsp;&lt;SPAN&gt;--verbose &amp;nbsp;and &lt;/SPAN&gt;&lt;SPAN&gt;trying firing a &amp;nbsp;&amp;nbsp;--mapreduce-job-name in &amp;nbsp;test sqoop import just to see if its the same across all the sqoop commands.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. whats your mapreduce-framework.name in mapred-site.xml&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2017 06:05:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/mapreduce-job-name-not-working/m-p/52276#M56836</guid>
      <dc:creator>csguna</dc:creator>
      <dc:date>2017-03-17T06:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: --mapreduce-job-name not working</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/mapreduce-job-name-not-working/m-p/52417#M56837</link>
      <description>a. I am using the below command. Where i want to change the name of the job from QueryResult.jar to rupesh.jar . but its not happening. b. framework is yarn in the mapred-site.xml sqoop import --connect jdbc:mysql://localhost/retail_db --username **** --password ******* --query "SELECT O1.order_id,\ O1.order_date, \ O1.order_customer_id, \ O2.order_item_order_id, \ O2.order_item_product_id, \ O2.order_item_quantity \ FROM orders as O1 \ JOIN order_items as O2 ON(O1.order_id=O2.order_item_id) \ WHERE \$CONDITIONS AND O1.order_id &amp;lt;=3000" --split-by O1.order_id --target-dir /user/cloudera/rupesh7 --mapreduce-job-name rupesh upon executing the above query getting below message. 17/03/20 21:26:52 INFO orm.CompilationManager: Writing jar file: /tmp/sqoop-cloudera/compile/65c368533cccb526215d289ef0bb62c7/QueryResult.jar 17/03/20 21:26:52 INFO mapreduce.ImportJobBase: Beginning query import.</description>
      <pubDate>Tue, 21 Mar 2017 06:03:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/mapreduce-job-name-not-working/m-p/52417#M56837</guid>
      <dc:creator>rupeshverma88</dc:creator>
      <dc:date>2017-03-21T06:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: --mapreduce-job-name not working</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/mapreduce-job-name-not-working/m-p/52423#M56838</link>
      <description>&lt;P&gt;Can you perform a simple import statement with --mapreduce-name to see if you are able to override the default jar name.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;sqoop import --connect jdbc:mysql://localhost/Logo  --username tuy --password **** --table Golo  --mapreduce-job-name myJOb&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 07:08:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/mapreduce-job-name-not-working/m-p/52423#M56838</guid>
      <dc:creator>csguna</dc:creator>
      <dc:date>2017-03-21T07:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: --mapreduce-job-name not working</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/mapreduce-job-name-not-working/m-p/52462#M56839</link>
      <description>Still it's not working. if i am importing a single table, the jar is created with tablename.jar and in case of free-form-query QueryResult.jar is coming.&lt;BR /&gt;But i am not able to get the name that i am providing using --mapreduce-job-name</description>
      <pubDate>Tue, 21 Mar 2017 18:35:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/mapreduce-job-name-not-working/m-p/52462#M56839</guid>
      <dc:creator>rupeshverma88</dc:creator>
      <dc:date>2017-03-21T18:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: --mapreduce-job-name not working</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/mapreduce-job-name-not-working/m-p/52491#M56840</link>
      <description>&lt;P&gt;could you use --verbose in your import and paste the logs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 07:40:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/mapreduce-job-name-not-working/m-p/52491#M56840</guid>
      <dc:creator>csguna</dc:creator>
      <dc:date>2017-03-22T07:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: --mapreduce-job-name not working</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/mapreduce-job-name-not-working/m-p/52526#M56841</link>
      <description>&lt;P&gt;Thanks... i am able to see the name now. Actually i was checking the logs of the CLI rather than the log at HUE.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;img /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 18:37:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/mapreduce-job-name-not-working/m-p/52526#M56841</guid>
      <dc:creator>rupeshverma88</dc:creator>
      <dc:date>2017-03-22T18:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: --mapreduce-job-name not working</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/mapreduce-job-name-not-working/m-p/52540#M56842</link>
      <description>&lt;P&gt;great. Just curious to know if it reflecting the same in Resource manager Web Ui&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 02:50:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/mapreduce-job-name-not-working/m-p/52540#M56842</guid>
      <dc:creator>csguna</dc:creator>
      <dc:date>2017-03-23T02:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: --mapreduce-job-name not working</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/mapreduce-job-name-not-working/m-p/52544#M56843</link>
      <description>Passing --mapreduce-job-name just causes the jar name not to be used as the MR job name, which is Sqoop's default behaviour. The inverse doesn't hold true (i.e. the generated jar name does not change).</description>
      <pubDate>Thu, 23 Mar 2017 04:04:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/mapreduce-job-name-not-working/m-p/52544#M56843</guid>
      <dc:creator>Harsh J</dc:creator>
      <dc:date>2017-03-23T04:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: --mapreduce-job-name not working</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/mapreduce-job-name-not-working/m-p/52547#M56844</link>
      <description>&lt;P&gt;This is the perfect answer i was looking for. Thanks Harsh.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 04:57:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/mapreduce-job-name-not-working/m-p/52547#M56844</guid>
      <dc:creator>rupeshverma88</dc:creator>
      <dc:date>2017-03-23T04:57:29Z</dc:date>
    </item>
  </channel>
</rss>

