<?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: Hi I am getting oozie error &amp;quot; error code is=JA018&amp;quot;  &amp;quot;error message=com/yammer/metrics/core/MetricsRegistry&amp;quot; while scheduling job in oozie for sqoop incremental import to hbase??help me?? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-I-am-getting-oozie-error-quot-error-code-is-JA018-quot/m-p/108362#M30098</link>
    <description>&lt;P&gt;i resolved this by adding hbase/lib metrics-core-2.2.0.jar to /user/root/hbase/ and definer in &amp;lt;file&amp;gt;metrics-core-2.2.0.jar#metrics-core-2.2.0.jar&amp;lt;/file&amp;gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jun 2016 18:50:51 GMT</pubDate>
    <dc:creator>omkarmotoe</dc:creator>
    <dc:date>2016-06-02T18:50:51Z</dc:date>
    <item>
      <title>Hi I am getting oozie error " error code is=JA018"  "error message=com/yammer/metrics/core/MetricsRegistry" while scheduling job in oozie for sqoop incremental import to hbase??help me??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-I-am-getting-oozie-error-quot-error-code-is-JA018-quot/m-p/108360#M30096</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4656-ja018.png" style="width: 1365px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23420iB5FF7F2DED2AC411/image-size/medium?v=v2&amp;amp;px=400" role="button" title="4656-ja018.png" alt="4656-ja018.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;He is my job. properties and workflow.xml&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;job.properties

nameNode=hdfs://sandbox.hortonworks.com:8020                                                                                                         
jobTracker=sandbox.hortonworks.com:8050                                                                                                              
queueName=default                                                                                                      
examplesRoot=examples                                                                                                                             
oozie.use.system.libpath=true                                                                                                                        
oozie.libpath=${nameNode}/user/${user.name}/share/lib                                                                                                
oozie.wf.application.path=${nameNode}/user/${user.name}/${examplesRoot}/apps/sqoop/       



here is my workflow.xml

&amp;lt;workflow-app name="sqoop-hbase-wf" xmlns="uri:oozie:workflow:0.4"&amp;gt;                                                                                  
    &amp;lt;start to="sqoop-import"/&amp;gt;                                                                                                                      
    &amp;lt;action name="sqoop-import"&amp;gt;                                                                                                                     
        &amp;lt;sqoop xmlns="uri:oozie:sqoop-action:0.2"&amp;gt;                                                                                                   
            &amp;lt;job-tracker&amp;gt;${jobTracker}&amp;lt;/job-tracker&amp;gt;                                                                                                 
            &amp;lt;name-node&amp;gt;${nameNode}&amp;lt;/name-node&amp;gt;                                                                                                                                                                                                                                      
            &amp;lt;job-xml&amp;gt;/user/root/hbase-site.xml&amp;lt;/job-xml&amp;gt;                                                                                              
           &amp;lt;command&amp;gt;import --connect "jdbc:sqlserver://ip:port;database=ESP" --table bundle_plan_package --username omkar --password tarpass --incremental append --check-column packageid --hbase-table bundle_plan_package --column-family bundleid&amp;lt;/command&amp;gt;                                                                                                                                    
  &amp;lt;file&amp;gt;/user/root/sqljdbc4.jar#sqljdbc4.jar&amp;lt;/file&amp;gt;                                                                                                  
  &amp;lt;file&amp;gt;/user/root/hbase/hbase-client.jar#hbase-client.jar&amp;lt;/file&amp;gt;                                                                                    
  &amp;lt;file&amp;gt;/user/root/hbase/hbase-common.jar#hbase-common.jar&amp;lt;/file&amp;gt;                                                                                    
  &amp;lt;file&amp;gt;/user/root/hbase/hbase-protocol.jar#hbase-protocol.jar&amp;lt;/file&amp;gt;                                                                                
  &amp;lt;file&amp;gt;/user/root/hbase/htrace-core-3.1.0-incubating.jar#htrace-core-3.1.0-incubating.jar&amp;lt;/file&amp;gt;                                                    
  &amp;lt;file&amp;gt;/user/root/hbase/hbase-server.jar#hbase-server.jar&amp;lt;/file&amp;gt;                                                                                    
  &amp;lt;file&amp;gt;/user/root/hbase/hbase-hadoop-compat.jar#hbase-hadoop-compat.jar&amp;lt;/file&amp;gt;                                                                      
  &amp;lt;file&amp;gt;/user/root/hbase/high-scale-lib-1.1.1.jar#high-scale-lib-1.1.1.jar&amp;lt;/file&amp;gt;                                                                    
        &amp;lt;/sqoop&amp;gt;                                                                                                                                     
        &amp;lt;ok to="end"/&amp;gt;                                                                                                                               
        &amp;lt;error to="fail"/&amp;gt;                                                                                                                           
    &amp;lt;/action&amp;gt;                                                                                                                                        
    &amp;lt;kill name="fail"&amp;gt;                                                                                                                               
        &amp;lt;message&amp;gt;Sqoop failed, error message[${wf:errorMessage(wf:lastErrorNode())}]&amp;lt;/message&amp;gt;                                                       
    &amp;lt;/kill&amp;gt;                                                                                                                                          
    &amp;lt;end name="end"/&amp;gt;                                                                                                                                
&amp;lt;/workflow-app&amp;gt; 
&lt;/PRE&gt;</description>
      <pubDate>Mon, 19 Aug 2019 11:40:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-I-am-getting-oozie-error-quot-error-code-is-JA018-quot/m-p/108360#M30096</guid>
      <dc:creator>omkarmotoe</dc:creator>
      <dc:date>2019-08-19T11:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hi I am getting oozie error " error code is=JA018"  "error message=com/yammer/metrics/core/MetricsRegistry" while scheduling job in oozie for sqoop incremental import to hbase??help me??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-I-am-getting-oozie-error-quot-error-code-is-JA018-quot/m-p/108361#M30097</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/7369/omkarmotoe.html" nodeid="7369"&gt;@omkar pathallapalli&lt;/A&gt;&lt;P&gt;Can you please click on magnifier icon at the end of your console url (middle window in your screenshot), that will take you to resource manager UI --&amp;gt; Then click on Mapper --&amp;gt; logs --&amp;gt; check stderr logs&lt;/P&gt;&lt;P&gt;This looks like classnotfound exception. &lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 01:24:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-I-am-getting-oozie-error-quot-error-code-is-JA018-quot/m-p/108361#M30097</guid>
      <dc:creator>KuldeepK</dc:creator>
      <dc:date>2016-05-31T01:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hi I am getting oozie error " error code is=JA018"  "error message=com/yammer/metrics/core/MetricsRegistry" while scheduling job in oozie for sqoop incremental import to hbase??help me??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-I-am-getting-oozie-error-quot-error-code-is-JA018-quot/m-p/108362#M30098</link>
      <description>&lt;P&gt;i resolved this by adding hbase/lib metrics-core-2.2.0.jar to /user/root/hbase/ and definer in &amp;lt;file&amp;gt;metrics-core-2.2.0.jar#metrics-core-2.2.0.jar&amp;lt;/file&amp;gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 18:50:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-I-am-getting-oozie-error-quot-error-code-is-JA018-quot/m-p/108362#M30098</guid>
      <dc:creator>omkarmotoe</dc:creator>
      <dc:date>2016-06-02T18:50:51Z</dc:date>
    </item>
  </channel>
</rss>

