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

z.show only shows 13 rows from dataframe of 100

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 0.8.1, 0.9.0
    • None
    • GUI
    • None

    Description

      Running:

      %spark
      val l = (1 to 100).toSeq
      val v = List.tabulate(100)(n => n * n)
      val df = sc.parallelize(l zip v).toDF("label","value")

      df.show(100)
      z.show(df)

      results in expected interpreter output of spark showing 100 rows but the table shown in zeppelin via z.show only shows 13 rows.

      If I switch to use the any of the chart visualizations (bar, line, area, etc), zeppelin correctly shows the expected 100 elements on the x axis.

      zeppelin.spark.maxResult is set to default of 1000

      Zeppelin was built from branch-0.8 using:

      mvn clean package -Pspark-2.1 -Phadoop-2.4 -Pscala-2.10 -DskipTests

      Running the same on 0.7.3 results in expected 100 rows in zeppelin table.

       

       

       

      Attachments

        1. Screenshot from 2018-06-20 22-27-24.png
          81 kB
          Matthew J Meyer
        2. Screenshot from 2018-06-20 22-41-20.png
          29 kB
          Matthew J Meyer
        3. 192.168.0.44-1529592571358.log
          4 kB
          Matthew J Meyer

        Activity

          People

            Unassigned Unassigned
            mjmeyer23 Matthew J Meyer
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: