Member since
10-07-2017
7
Posts
0
Kudos Received
0
Solutions
10-29-2019
04:48 AM
do you have any news about a problem? i have the same.
... View more
04-02-2018
04:32 AM
@Sergey Sheypak Good idea, Worth to try that.
... View more
03-19-2018
08:43 PM
Hi @Sergey Sheypak You may require hotfix on HDP with OOZIE-2606 OOZIE-2658 OOZIE-2787 OOZIE-2802. Please open a support case.
... View more
10-12-2017
10:06 PM
1 Kudo
@Sergey Sheypak I think the issue is in this line: with serdeproperties ('serialization.class'='com.my.ContainerProto') You are trying to create a table with external SerDe class specified which is resulting in class not found error. The way to go around this is to add any external class that you are using in code in dependencies list in Spark interpreter follow steps here to do this : https://zeppelin.apache.org/docs/latest/manual/dependencymanagement.html Once you do this, restart the interpreter and try to run query with %spark.sql Hope this helps !! For more background and information, read through these https://mail-archives.apache.org/mod_mbox/incubator-zeppelin-users/201601.mbox/%3CCACcq8R74eTEhKu_j7nMyUvvGmrEt55iYAocXw2UwSh+gvAH1xw@mail.gmail.com%3E https://issues.apache.org/jira/browse/ZEPPELIN-648 (This is resolved now) https://issues.apache.org/jira/browse/ZEPPELIN-381 (This is resolved now too)
... View more