<?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: How to list all sqoop jobs and view the details? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-to-list-all-sqoop-jobs-and-view-the-details/m-p/64294#M46863</link>
    <description>Thank you.</description>
    <pubDate>Sun, 04 Feb 2018 04:24:04 GMT</pubDate>
    <dc:creator>axie</dc:creator>
    <dc:date>2018-02-04T04:24:04Z</dc:date>
    <item>
      <title>How to list all sqoop jobs and view the details?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-list-all-sqoop-jobs-and-view-the-details/m-p/64274#M46861</link>
      <description>&lt;P&gt;I am not able to list any sqoop&amp;nbsp;jobs despite I run the following command during the sqoop&amp;nbsp;job running time:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sqoop job --list&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a screenshot:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot - 2_2_2018 , 11_09_27 PM.jpg" style="width: 600px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/3839i1BE1FB140DAAEF40/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot - 2_2_2018 , 11_09_27 PM.jpg" alt="Screenshot - 2_2_2018 , 11_09_27 PM.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 12:49:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-list-all-sqoop-jobs-and-view-the-details/m-p/64274#M46861</guid>
      <dc:creator>axie</dc:creator>
      <dc:date>2022-09-16T12:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to list all sqoop jobs and view the details?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-list-all-sqoop-jobs-and-view-the-details/m-p/64293#M46862</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/22163"&gt;@axie&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you created sqoop job before list? (or) looking for ad hoc sqoop command which are currently running?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have not created sqoop job then please try this before list&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="pln"&gt;step1: &lt;BR /&gt;sqoop job &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="pun"&gt;--&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="pln"&gt;&lt;STRONG&gt;create myjob&lt;/STRONG&gt; \&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;--&lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;import&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; \&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;--&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;connect jdbc&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;:&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;mysql&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;:&lt;/SPAN&gt;&lt;SPAN class="com"&gt;//localhost/db \&lt;/SPAN&gt;
&lt;SPAN class="pun"&gt;--&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;username root \&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;--&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;table employee &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;--&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;m &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;1&lt;BR /&gt;&lt;BR /&gt;step 2: &lt;BR /&gt;sqoop job --exec myjob&lt;BR /&gt;&lt;BR /&gt;step 3:&lt;BR /&gt;sqoop job --list&lt;BR /&gt;&lt;BR /&gt;To get help: sqoop job --help&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;For more details: &lt;A href="https://www.tutorialspoint.com/sqoop/sqoop_job.htm" target="_blank"&gt;https://www.tutorialspoint.com/sqoop/sqoop_job.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are running sqoop in ad hoc basis without job, it may not be listed. Ex:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="pln"&gt;sqoop &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;import&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; \&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;--&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;connect jdbc&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;:&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;mysql&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;:&lt;/SPAN&gt;&lt;SPAN class="com"&gt;//localhost/db \&lt;/SPAN&gt;
&lt;SPAN class="pun"&gt;--&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;username root \&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;--&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;table employee &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;--&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;m &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;1&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Feb 2018 03:59:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-list-all-sqoop-jobs-and-view-the-details/m-p/64293#M46862</guid>
      <dc:creator>saranvisa</dc:creator>
      <dc:date>2018-02-04T03:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to list all sqoop jobs and view the details?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-list-all-sqoop-jobs-and-view-the-details/m-p/64294#M46863</link>
      <description>Thank you.</description>
      <pubDate>Sun, 04 Feb 2018 04:24:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-list-all-sqoop-jobs-and-view-the-details/m-p/64294#M46863</guid>
      <dc:creator>axie</dc:creator>
      <dc:date>2018-02-04T04:24:04Z</dc:date>
    </item>
  </channel>
</rss>

