apache-nifikylo

Error in validate and split records processor kylo


I am getting Exception in thread "main" java.lang.NoClassDefFoundError: org/xerial/snappy/SnappyInputStream error in validate and split records processor in standard-ingest template which i am unable to resolve.

This is happening for both csv and json data.

Can anyone please help me on this.


Solution

  • Found the solution.. It was due to mismatch of the jar version of snappy-java. Initially i had added snappy-java-1.0.4.1 which created the above problem.

    After adding snappy-java-1.1.0 to the spark classpath.txt the problem got resolved!