Spark Notebook v0.6.1 Release Notes

Release Date: 2015-09-11 // over 8 years ago
    • โž• 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