<?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: PUTHDFS processor not working - NoClassDefFoundError in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/153004#M28696</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/14203/vlundberg.html" nodeid="14203"&gt;@vlundberg&lt;/A&gt; &lt;/P&gt;&lt;P&gt;This has nothing to do with being installed via Ambari.  If the core-site.xml file that is being used by the HDFS processor in NiFi reference a Class which NiFi does not include, you will get a NoClassDef found error.  Adding new Class to NiFi's HDFS NAR bundle may be a possibility, but as I am not a developer i can't speak to that.  You can always file an Apache Jira against NiFi for this change.&lt;/P&gt;&lt;P&gt;&lt;A href="https://issues.apache.org/jira/secure/Dashboard.jspa"&gt;https://issues.apache.org/jira/secure/Dashboard.jspa&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
    <pubDate>Thu, 10 Nov 2016 21:21:06 GMT</pubDate>
    <dc:creator>MattWho</dc:creator>
    <dc:date>2016-11-10T21:21:06Z</dc:date>
    <item>
      <title>PUTHDFS processor not working - NoClassDefFoundError</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152986#M28678</link>
      <description>&lt;P&gt;Hi, I configured the PUTHDFS processor to write on Hadoop as shown in the image, but it doesn't work. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4290-config.png" style="width: 798px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/21068i148ABF96BD62C614/image-size/medium?v=v2&amp;amp;px=400" role="button" title="4290-config.png" alt="4290-config.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the log I see the following error:&lt;/P&gt;&lt;P&gt;java.lang.NoClassDefFoundError: org/apache/hadoop/conf/Configurable
at java.lang.ClassLoader.defineClass1(Native Method) ~[na:1.8.0_45]
at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[na:1.8.0_45]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[na:1.8.0_45]
at java.net.URLClassLoader.defineClass(URLClassLoader.java:467) ~[na:1.8.0_45]
at java.net.URLClassLoader.access$100(URLClassLoader.java:73) ~[na:1.8.0_45]
at java.net.URLClassLoader$1.run(URLClassLoader.java:368) ~[na:1.8.0_45]
at java.net.URLClassLoader$1.run(URLClassLoader.java:362) ~[na:1.8.0_45]
at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_45]
at java.net.URLClassLoader.findClass(URLClassLoader.java:361) ~[na:1.8.0_45]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[na:1.8.0_45]
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) ~[na:1.8.0_45]
at java.lang.ClassLoader.loadClass(ClassLoader.java:411) ~[na:1.8.0_45]
at java.lang.ClassLoader.loadClass(ClassLoader.java:411) ~[na:1.8.0_45]
at java.lang.ClassLoader.loadClass(ClassLoader.java:411) ~[na:1.8.0_45]
at java.lang.ClassLoader.loadClass(ClassLoader.java:411) ~[na:1.8.0_45]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[na:1.8.0_45]
at java.lang.Class.forName0(Native Method) ~[na:1.8.0_45]
at java.lang.Class.forName(Class.java:348) ~[na:1.8.0_45]
at org.apache.hadoop.conf.Configuration.getClassByNameOrNull(Configuration.java:2093) ~[na:na]
at org.apache.hadoop.conf.Configuration.getClassByName(Configuration.java:2058) ~[na:na]
at org.apache.hadoop.io.compress.CompressionCodecFactory.getCodecClasses(CompressionCodecFactory.java:128) ~[na:na]
at org.apache.hadoop.io.compress.CompressionCodecFactory.&amp;lt;init&amp;gt;(CompressionCodecFactory.java:175) ~[na:na]
at org.apache.nifi.processors.hadoop.AbstractHadoopProcessor.getCompressionCodec(AbstractHadoopProcessor.java:375) ~[na:na]
at org.apache.nifi.processors.hadoop.PutHDFS.onTrigger(PutHDFS.java:220) ~[na:na]
at org.apache.nifi.processor.AbstractProcessor.onTrigger(AbstractProcessor.java:27) ~[nifi-api-0.6.1.jar:0.6.1]
at org.apache.nifi.controller.StandardProcessorNode.onTrigger(StandardProcessorNode.java:1059) ~[nifi-framework-core-0.6.1.jar:0.6.1]
at org.apache.nifi.controller.tasks.ContinuallyRunProcessorTask.call(ContinuallyRunProcessorTask.java:136) [nifi-framework-core-0.6.1.jar:0.6.1]
at org.apache.nifi.controller.tasks.ContinuallyRunProcessorTask.call(ContinuallyRunProcessorTask.java:47) [nifi-framework-core-0.6.1.jar:0.6.1]
at org.apache.nifi.controller.scheduling.TimerDrivenSchedulingAgent$1.run(TimerDrivenSchedulingAgent.java:123) [nifi-framework-core-0.6.1.jar:0.6.1]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [na:1.8.0_45]
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [na:1.8.0_45]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [na:1.8.0_45]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [na:1.8.0_45]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_45]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_45]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_45]
Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.conf.Configurable
at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[na:1.8.0_45]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[na:1.8.0_45]
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) ~[na:1.8.0_45]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[na:1.8.0_45]
... 36 common frames omitted&lt;/P&gt;&lt;P&gt;Can anyone help me to make the processor working?&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 12:41:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152986#M28678</guid>
      <dc:creator>marcogatto85</dc:creator>
      <dc:date>2019-08-18T12:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: PUTHDFS processor not working - NoClassDefFoundError</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152987#M28679</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/9804/marcogatto85.html" nodeid="9804"&gt;@Marco G&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Probably not related but I think you need to point to both core-site and hdfs-site configuration files: "A file or comma separated list of files which contains the Hadoop file 
system configuration. Without this, Hadoop will search the classpath for
 a 'core-site.xml' and 'hdfs-site.xml' file or will revert to a default 
configuration."&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 22:58:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152987#M28679</guid>
      <dc:creator>pvillard</dc:creator>
      <dc:date>2016-05-17T22:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: PUTHDFS processor not working - NoClassDefFoundError</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152988#M28680</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.hortonworks.com/questions/33774/puthdfs-processor-not-working-noclassdeffounderror.html#"&gt;@Marco G&lt;/A&gt; Please Try adding hdfs-site.xml also to the configuration resources separated by comma.&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 22:59:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152988#M28680</guid>
      <dc:creator>jgeorge</dc:creator>
      <dc:date>2016-05-17T22:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: PUTHDFS processor not working - NoClassDefFoundError</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152989#M28681</link>
      <description>&lt;P style="margin-left: 40px;"&gt;Is that the entire log message?  Can you share the preceding lines to this stack trace?&lt;/P&gt;&lt;P&gt;Marco, &lt;/P&gt;&lt;P&gt;
     The NoClassDefFoundError you have encountered is most likely caused by the contents of your core-sites.xml file.&lt;/P&gt;&lt;P style="margin-left: 40px;"&gt;Check to see if the following line exists and if it does remove it from the file:&lt;/P&gt;&lt;P style="margin-left: 40px;"&gt;
 “com.hadoop.compression.lzo.LzoCodec,com.hadoop.compression.lzo.LzopCodec” from “io.compression.codecs” property in “core-site.xml” file.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P style="margin-left: 40px;"&gt;Matt&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 23:06:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152989#M28681</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2016-05-17T23:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: PUTHDFS processor not working - NoClassDefFoundError</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152990#M28682</link>
      <description>&lt;P&gt;What version of NiFi is this?&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 00:01:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152990#M28682</guid>
      <dc:creator>bbende</dc:creator>
      <dc:date>2016-05-18T00:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: PUTHDFS processor not working - NoClassDefFoundError</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152991#M28683</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/5078/pvillard.html" nodeid="5078"&gt;@Pierre Villard&lt;/A&gt; I posted a wrong picture, I tried with both core-site and hdfs-site, but it still doesn't work. Thank you for your reply.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 15:09:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152991#M28683</guid>
      <dc:creator>marcogatto85</dc:creator>
      <dc:date>2016-05-18T15:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: PUTHDFS processor not working - NoClassDefFoundError</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152992#M28684</link>
      <description>&lt;P&gt;The version is 0.6.1, the latest.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 15:10:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152992#M28684</guid>
      <dc:creator>marcogatto85</dc:creator>
      <dc:date>2016-05-18T15:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: PUTHDFS processor not working - NoClassDefFoundError</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152993#M28685</link>
      <description>&lt;P&gt;As I answered above, I tried adding hdfs-site.xml but still not working. Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 15:11:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152993#M28685</guid>
      <dc:creator>marcogatto85</dc:creator>
      <dc:date>2016-05-18T15:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: PUTHDFS processor not working - NoClassDefFoundError</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152994#M28686</link>
      <description>&lt;P&gt;Sure, preceding lines are

&lt;/P&gt;&lt;PRE&gt;2016-05-18 11:10:18,646 INFO [StandardProcessScheduler Thread-1] o.a.n.c.s.TimerDrivenSchedulingAgent Scheduled PutHDFS[id=e985d9ea-b0f7-4e05-ad1e-f7e0c2df5c7c] to run with 1 threads
2016-05-18 11:10:18,646 INFO [Timer-Driven Process Thread-6] o.apache.nifi.processors.hadoop.PutHDFS PutHDFS[id=e985d9ea-b0f7-4e05-ad1e-f7e0c2df5c7c] Kerberos ticket age exceeds threshold [14400 seconds] attempting to renew ticket for user mclaw
2016-05-18 11:10:18,646 INFO [Timer-Driven Process Thread-6] o.apache.nifi.processors.hadoop.PutHDFS PutHDFS[id=e985d9ea-b0f7-4e05-ad1e-f7e0c2df5c7c] Kerberos relogin successful or ticket still valid
2016-05-18 11:10:18,647 ERROR [Timer-Driven Process Thread-6] o.apache.nifi.processors.hadoop.PutHDFS PutHDFS[id=e985d9ea-b0f7-4e05-ad1e-f7e0c2df5c7c] PutHDFS[id=e985d9ea-b0f7-4e05-ad1e-f7e0c2df5c7c] failed to process due to java.lang.NoClassDefFoundError: org/apache/hadoop/conf/Configurable; rolling back session: java.lang.NoClassDefFoundError: org/apache/hadoop/conf/Configurable
2016-05-18 11:10:18,649 ERROR [Timer-Driven Process Thread-6] o.apache.nifi.processors.hadoop.PutHDFS 
&lt;/PRE&gt;</description>
      <pubDate>Wed, 18 May 2016 15:15:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152994#M28686</guid>
      <dc:creator>marcogatto85</dc:creator>
      <dc:date>2016-05-18T15:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: PUTHDFS processor not working - NoClassDefFoundError</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152995#M28687</link>
      <description>&lt;P&gt;Can you try what Matt suggested above, to remove the "io.compression.codecs" from core-site.xml?&lt;/P&gt;&lt;P&gt;I agree with him that this is likely related to the compression codecs, you can see in the stacktracke, the relevant lines are:&lt;/P&gt;&lt;PRE&gt;org.apache.hadoop.conf.Configuration.getClassByName(Configuration.java:2058) ~[na:na] at &lt;B&gt;org.apache.hadoop.io.compress.CompressionCodecFactory.getCodecClasses&lt;/B&gt;(CompressionCodecFactory.java:128) ~[na:na] at &lt;B&gt;org.apache.hadoop.io.compress.CompressionCodecFactory&lt;/B&gt;.&amp;lt;init&amp;gt;(CompressionCodecFactory.java:175) ~[na:na] at org.apache.nifi.processors.hadoop.AbstractHadoopProcessor.getCompressionCodec(AbstractHadoopProcessor.java:375) ~[na:na] at org.apache.nifi.processors.hadoop.PutHDFS.onTrigger(PutHDFS.java:220) ~[na:na] at &lt;/PRE&gt;</description>
      <pubDate>Wed, 18 May 2016 20:19:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152995#M28687</guid>
      <dc:creator>bbende</dc:creator>
      <dc:date>2016-05-18T20:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: PUTHDFS processor not working - NoClassDefFoundError</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152996#M28688</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/525/mclark.html" nodeid="525"&gt;@mclark&lt;/A&gt; &lt;A rel="user" href="https://community.cloudera.com/users/363/bbende.html" nodeid="363"&gt;@bbende&lt;/A&gt; I tried this solution and now it works! But...what if I need a compression not listed in the Processor's property "Compression codec"? For example if I need to compress with LZO codec? Do I have to create my own processor for this purpose and send the outputted compressed file (flowfile) to PutHdfs processor with "none" value in Compression codec property, or an easier way to obtain this behaviour exists?&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 15:53:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152996#M28688</guid>
      <dc:creator>marcogatto85</dc:creator>
      <dc:date>2016-05-19T15:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: PUTHDFS processor not working - NoClassDefFoundError</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152997#M28689</link>
      <description>&lt;P&gt;I'm not 100% sure how LZO works, but in a lot of cases the codec ends up needing a native library. On a unix system you would set LD_LIBRARY_PATH to include the location of the .so files for the LZO codec, or put them in JAVA_HOME/jre/lib native directory.&lt;/P&gt;&lt;P&gt;You could do something like:&lt;/P&gt;&lt;P&gt;export LD_LIBRARY_PATH=/usr/hdp/2.2.0.0-1084/hadoop/lib/native 
bin/nifi.sh start 

That should let PutHDFS know about the appropriate libraries. &lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 18:46:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152997#M28689</guid>
      <dc:creator>bbende</dc:creator>
      <dc:date>2016-05-19T18:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: PUTHDFS processor not working - NoClassDefFoundError</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152998#M28690</link>
      <description>&lt;P&gt;this same thing happened on HDP 2.5 plus the newest HDF&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2016 06:30:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152998#M28690</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2016-07-13T06:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: PUTHDFS processor not working - NoClassDefFoundError</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152999#M28691</link>
      <description>&lt;P&gt;In HDP2.5 Sandbox, with the latest NiFi&lt;/P&gt;&lt;P&gt;When I use PutHDFS/GetHDFS processor, it show below errors: &lt;/P&gt;&lt;P&gt;
java.lang.IllegalArgumentException:
Compression codec com.hadoop.compression.lzo.LzoCodec not found.&lt;/P&gt;&lt;P&gt;In core-site.xml add&lt;/P&gt;&lt;P&gt;&amp;lt;property&amp;gt;
&amp;lt;name&amp;gt;io.compression.codecs&amp;lt;/name&amp;gt;
&amp;lt;value&amp;gt;org.apache.hadoop.io.compress.GzipCodec,org.apache.hadoop.io.compress.DefaultCodec,&lt;/P&gt;&lt;P&gt;org.apache.hadoop.io.compress.BZip2Codec,com.hadoop.compression.lzo.LzoCodec,com.hadoop.compression.lzo.LzopCodec&lt;/P&gt;&lt;P&gt;&amp;lt;/value&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/property&amp;gt;
&amp;lt;property&amp;gt;
&amp;lt;name&amp;gt;io.compression.codec.lzo.class&amp;lt;/name&amp;gt;
&amp;lt;value&amp;gt;com.hadoop.compression.lzo.LzoCodec&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;
&lt;/P&gt;&lt;P&gt;In mapred-site.xml add&lt;/P&gt;&lt;P&gt;&amp;lt;property&amp;gt;
&amp;lt;name&amp;gt;mapreduce.map.output.compress&amp;lt;/name&amp;gt;
&amp;lt;value&amp;gt;true&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;
&amp;lt;property&amp;gt;
&amp;lt;name&amp;gt;mapreduce.map.output.compress.codec&amp;lt;/name&amp;gt;
&amp;lt;value&amp;gt;com.hadoop.compression.lzo.LzoCodec&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt; &lt;/P&gt;&lt;P&gt;The issue is still there. Does anybody know which version of HDP + NiFi works without above issue?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;,&lt;P&gt;Which HDP and NiFi can work without the Lzo not found issue?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2016 09:17:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/152999#M28691</guid>
      <dc:creator>alvinuw</dc:creator>
      <dc:date>2016-07-19T09:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: PUTHDFS processor not working - NoClassDefFoundError</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/153000#M28692</link>
      <description>&lt;P&gt;Did you try setting the LD_LIBRARY_PATH as described above?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2016 20:36:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/153000#M28692</guid>
      <dc:creator>bbende</dc:creator>
      <dc:date>2016-07-19T20:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: PUTHDFS processor not working - NoClassDefFoundError</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/153001#M28693</link>
      <description>&lt;P&gt;I have below in my mapred-site.xml file.&lt;/P&gt;&lt;P&gt;&amp;lt;property&amp;gt; &lt;/P&gt;&lt;P&gt; &amp;lt;name&amp;gt;mapreduce.admin.useer.env&amp;lt;/name&amp;gt;  &amp;lt;value&amp;gt;LD_LIBRARY_PATH=/usr/hdp/${hdp.version}/hadoop/lib/native:/usr/hdp/${hdp.version}/hadoop/lib/native/Linux-amd64-64
&amp;lt;/value&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;BTW, when I remove the "io.compression.codecs" from core-site.xml, it works.&lt;/P&gt;&lt;P&gt;But it isn't an optimal solution.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 00:03:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/153001#M28693</guid>
      <dc:creator>alvinuw</dc:creator>
      <dc:date>2016-07-20T00:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: PUTHDFS processor not working - NoClassDefFoundError</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/153002#M28694</link>
      <description>&lt;P&gt;I don't think mapreduce-site.xml is being used by PutHDFS... I mean of course you can specify it as one of the config resources and NiFi will read it into a Hadoop Configuration object, but I don't think any mapreduce properties are involved in reading/writing to HDFS.&lt;/P&gt;&lt;P&gt;Can you try exporting LD_LIBRARY_PATH in the shell where you will start NiFi from?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 00:42:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/153002#M28694</guid>
      <dc:creator>bbende</dc:creator>
      <dc:date>2016-07-20T00:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: PUTHDFS processor not working - NoClassDefFoundError</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/153003#M28695</link>
      <description>&lt;P&gt;This is something that happens only if we install it using Ambari? I had the same here with the latest HDF/HDP versions. &lt;/P&gt;&lt;P&gt;Deleting the classe name from the property worked for me, maybe this should be included on the installation process ?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2016 16:52:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/153003#M28695</guid>
      <dc:creator>vlundberg</dc:creator>
      <dc:date>2016-11-10T16:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: PUTHDFS processor not working - NoClassDefFoundError</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/153004#M28696</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/14203/vlundberg.html" nodeid="14203"&gt;@vlundberg&lt;/A&gt; &lt;/P&gt;&lt;P&gt;This has nothing to do with being installed via Ambari.  If the core-site.xml file that is being used by the HDFS processor in NiFi reference a Class which NiFi does not include, you will get a NoClassDef found error.  Adding new Class to NiFi's HDFS NAR bundle may be a possibility, but as I am not a developer i can't speak to that.  You can always file an Apache Jira against NiFi for this change.&lt;/P&gt;&lt;P&gt;&lt;A href="https://issues.apache.org/jira/secure/Dashboard.jspa"&gt;https://issues.apache.org/jira/secure/Dashboard.jspa&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2016 21:21:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PUTHDFS-processor-not-working-NoClassDefFoundError/m-p/153004#M28696</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2016-11-10T21:21:06Z</dc:date>
    </item>
  </channel>
</rss>

