All Versions
10
Latest Version
Avg Release Cycle
85 days
Latest Release
2067 days ago

Changelog History

  • v0.8.3 Changes

    July 23, 2017

    ๐Ÿš€ like v0.8.2, just with a fix for Docker and Debian builds

  • v0.8.2 Changes

    June 28, 2017

    ๐Ÿš€ > Note: for Spark < 2.0, see v0.7.0-pre2

    ๐Ÿš€ > This is (likely) the last release which supports Scala 2.10.

    ๐Ÿ›  Various fixes and improvements , among others:

    • ๐Ÿ’ป redesigned UI to be more user-friendly (minimalistic UX, cell context menu, improve sidebar)
    • ๐Ÿ‘ better Scala 2.11 support (code autocompletion; fixed kernel failures; improved customDeps fetching)
    • ๐Ÿ— Use coursier for faster deps resolving during the build
    • ๐Ÿ›  code cleanup and other stability fixes
    • ๐Ÿ— ease usage of Mesos in Spark 2.1: it now includes the spark-mesos lib by default (added -Dwith.mesos=true build option)

    ๐Ÿ†• New features:

    • SBT project generation from a notebook (experimental)
    • Notebook edit versioning, and storage on Git (experimental)
    • ๐Ÿ— Viewer-only mode - a build option which makes notebooks not editable

    โœ‚ Removed:

    • โœ‚ removed :dp, :cp, :local-repo, :remote-repo commands (use Edit -> Notebook metadata instead)
    • โœ‚ removed old plotting libs: Rickshawts , TauChart , LinePlot , Bokeh (all superseeded by Plotly)
  • v0.7.0 Changes

    October 31, 2016

    ๐Ÿš€ > Note: for Spark < 2.0, see v0.7.0-pre2

    • โž• Add spark 2 support
    • ๐Ÿ›  Many fixes for better stability (more lenient for user input, avoid kernels crash)
    • Lot of optimization for the viz, also replaced most Dimple with C3.
    • Introducing Plotly.js wrappers
    • ๐Ÿ‘ Better debian support
    • Greater download as Markdown as zip with charts rendered as PNG referred in a images folder
    • ๐Ÿ‘ Better doc available at all time in the doc folder
    • Cell dirtiness detection based on variables dependency graph
    • ๐Ÿ†• New default port to 9001 to avoid conflict with HDFS
    • โœ‚ Removed Wisp and Highcharts (in favor of plotly.js)
    • Code cleanup
  • v0.7.0-pre2 Changes

    October 31, 2016

    THIS IS FOR SPARK PRE 2

    ๐Ÿš€ Based on v0.7.0, it uses its fixes, optimization and most new features unless spark 2 specific (SparkSession for instance).

  • v0.6.4 Changes

    October 06, 2016

    ๐Ÿš€ for spark <=1.6, use this release or the stale/spark-1.6-and-older branch

  • v0.6.3 Changes

    March 11, 2016

    ๐Ÿ›  Aside the stabilization with the all the bugs fixed, new features are:

    • ๐Ÿ‘Œ improvement of the PivotChart
    • ๐Ÿ‘Œ improvement of completion with type args and more
    • ๐Ÿ‘ better sampling for automatic/default plots
    • โž• added tests and travis
    • ๐Ÿ‘ท spark jobs are tracked by cells, cells have now ids
    • hardened the observables init
    • ๐Ÿ‘Œ improved scala 2.11 support
    • ๐Ÿ‘Œ improve Flow widget, added Custom box taking scala code directly as logic
    • ๐Ÿ‘ท job for a cell can be cancelled
    • read_only mode
    • ๐Ÿ”€ notebooks are now sync wrt cell output (including reactive), but not cell add/dels and cell'content changes
    • panels have landed:
      • general spark monitor
      • defined variables and types
      • chat room
    • ๐Ÿ— cleaner docker build
    • โž• added taucharts viz lib support
    • โž• added -Dguava.version to support integration tools like cassandra connector from 1.5+

    ๐Ÿ‘ Again, we'd like to thank the community for their work and their support!
    YOU'RE ALL AWESOME!

  • v0.6.2 Changes

    December 15, 2015
    • ๐Ÿ— build information in the UI
    • ๐Ÿ‘ better https support for web socket connections
    • ๐Ÿ‘‰ use the presentation compiler for completion
    • ๐Ÿ›  fix restart kernel
    • ๐Ÿ’ป log the server/spark forwarded to the browser's console
    • 0๏ธโƒฃ chart are plotting 25 entries by default (extendable using maxPoints) but this cap is changeable using a reactive HTML input
    • ๐Ÿ‘ท spark jobs' monitor/progress bar is now always live (still in progress, needs some UI hardening and enhancements)
    • graph plots are reactive
    • table chart using dynatable
    • ๐Ÿ‘ HTTP proxy support for dependency managements
    • generic spark version support in a best effort way for any new spark versions (including nightly builds)
    • nightly build repos can be detected and injected with the spark.resolver.search jvm property set to true
    • ๐Ÿ’ป presentation mode added, including UI tuning via
    • variables environment support in metadata: loca repo, vm arguments and spark configuration
    • ๐Ÿ‘ Better DataFrame viz support
    • PivotChart tuning, including viz and state managment
    • ๐Ÿ‘Œ support %% in the deps definition to take care of the used scala version
    • support the current spark version in the deps definition using _ like "org.apache.spark %% spark-streaming-kafka % _"
    • โž• added user_custom.css for users' extensions or redefinings of the CSS
    • ๐Ÿ’ป report the Spark UI link on the left hand side of the notebook
    • URL Query parameter action=recompute_now to automatically recompute everything at loading time
    • 0๏ธโƒฃ default logging less verbose
    • โž• added CSV downloader from DataFrame capability (directly in HDFS using spark-csv)!
    • ๐Ÿ†• new C3 based widgets
    • ๐Ÿ†• new GeoChart widget -- support for JTS geometries, GeoJSON and String
    • ๐Ÿ†• new Flow for visual flow management using boxes and arrows (needs hardening and improvements)
    • ๐Ÿ’ป UI cleaning (menubars, ...)
    • kernel auto starts can be disabled (useful for view only mode like presentation): autostartOnNotebookOpen in conf
    • ๐Ÿ’ป UI shows when kernel isn't ready
    • ๐Ÿ’ป died kernel are now reported throughout the UI too
    • โž• added manager.notebooks.override to override and merge default values with metadata provided before starting a notebook
    • ๐Ÿ†• new examples notebooks:
      • Machine Learning
      • C3
      • Geospatial
      • Flow
    • ๐Ÿ“š more documentation (not enough...)

    ๐Ÿฑ Special thanks to @vidma for his amazing work on many new and killing features! ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘

  • v0.6.1 Changes

    September 11, 2015
    • โž• ADD_JARS support (add jars to context)
    • ๐Ÿ“‡ NB metadata saved at ok
    • ๐Ÿ›  fix 2.11 :dp and :cp
    • ๐Ÿ’ป hide tachyon ui
    • YARN_CONF_DIR support
    • ๐Ÿ“‡ customArgs in metadata (application.conf, ...) โ†’ adding JVM arguments to spawned process for a notebook
    • ๐Ÿ‘ spark 1.5.0 support
    • tachyon 0.7.1 integration for spark 1.5.0
    • โž• added reactive slider + example in misc
    • old X and Y renaming of tuples' field name discarded, back to _1, _2
    • example of cassandra connector (@maasg)
    • ๐Ÿ‘ reactive widgets.PivotChart support for simpler analysis of scala data
    • ๐Ÿ›  fixes fixes fixes
  • v0.6.0 Changes

    July 23, 2015
    • ๐Ÿ›  a loooooot of fixes \o/
    • ๐Ÿ“š a loooooot of documentation including on how to install and run the spark notebook on distros and clusters (yarn, mapr, EMR, ...)
    • support for HADOOP_CONF_DIR and EXTRA_CLASSPATH to include spark cluster specific classpath entries, like hadoop conf dir, but also lzo jar and
      โšก๏ธ so on. This updates both the classpath of the notebook server and the notebooks processes.
    • ๐Ÿ“‡ the custom repos specified in the metadata or application.conf have an higher priority
    • ๐Ÿ‘Œ support for spark 1.4.1
    • ๐Ÿณ mesos is added to the docker distro
    • code is now run asynchronously, allowing the introduction of the flame button , that can cancel all running spark jobs
    • โž• added many new notebooks, included @Data-Fellas ML and ADAM examples or anomaly detection by @radek1st
    • LOGO :-D
    • added :markdown , :javascript , :jpeg , :png , :latex , :svg , :pdf , :html , :plain , :pdf that support interpolation (using scala variables)
    • ๐Ÿ’ป clusters can be deleted from the ui
    • ๐Ÿ“ฆ spark packages repo is available by default
    • ๐Ÿ“ฆ spark package format is now supported : groupId:artifactId:version
    • โž• added with.parquet modifier to include parquet deps
    • 0๏ธโƒฃ spark.app.name uses the name of the notebook by default (easier to track in clusters)
    • Dynamic table renderer for DataFrame
    • โž• Added a users sections in the README
    • Tachyon can be disabled by setting manager.tachyon.enabled to false
    • support for printing from the browser ( CTRL+P )
    • added :ldp for local dependency definitions (so not added to spark context)
    • ๐Ÿ‘€ Graph (nodes-edges) can be plotted easily using the Node and Edge types โ†’ see viz/Graph Plots.snb
    • ๐Ÿ‘€ Geo data viz added using latlon data โ†’ see viz/Geo Data (Map).snb
    • โœจ Enhanced the twitter stream example to show tweets in a map
    • Enhanced the WISP examples including Histogram, BoxPot. Wisp plots can now be build using the lower api for Highchart
    • โž• Adding the commons lib in the spark context to enable extended viz using spark jobs
  • v0.5.2

    June 15, 2015