Search code examples
jsonjarhiveamazon-emrapache-zeppelin

How to add a jar in zeppelin?


How to add a jar in Zeppelin for %hive interpreter?

I have tried

%z.dep('');
add jar <jar path>

Also zeppelin hive interpreter throws ClassNotFoundException

Adding to ./interpreter/hive/ throughs thrift exception while add jar says file not found.

How to do it? I am trying to add jsonserde.jar by Amazon to parse DynamoDB imports.


Solution

  • I have the version 0.5.6 for me the following worked:

    %hive
    add jar /home/hadoop/jsonserde.jar