Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-1539

df.show and other calls to dataframes fails after adding new column to DF

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.6.2
    • None
    • Core
    • None

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            tenstriker nirav patel
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: