nirav patel created ZEPPELIN-1539: ------------------------------------- Summary: df.show and other calls to dataframes fails after adding new column to DF Key: ZEPPELIN-1539 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1539 Project: Zeppelin Issue Type: Bug Components: Core Affects Versions: 0.6.2 Reporter: nirav patel
Tested with spark 2.0 build. Once you add a new column to existing dataframe using withColumn() function everything start failing with following error. Caused by: java.lang.NoSuchFieldException: MODULE$ at java.lang.Class.getField(Class.java:1703) at scala.Enumeration.readResolve(Enumeration.scala:61) at scala.Enumeration$Val.readResolve(Enumeration.scala:227) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at java.io.ObjectStreamClass.invokeReadResolve(ObjectStreamClass.java:1148) ... 333 more -- This message was sent by Atlassian JIRA (v6.3.4#6332)