All Versions
9
Latest Version
Avg Release Cycle
35 days
Latest Release
2638 days ago

Changelog History

  • v2.0.200 Changes

    January 29, 2017

    ๐Ÿš€ This version of Mobius is built with Spark 2.0.2. All features available in Mobius 1.6.200 and 2.0.000 preview releases are available in this release. This release includes updates to Mobius public API made available in 2.0.000-PREVIEW-3 which replaced usages of KeyValuePair type in the API with Tuple type. Applications built using the prior versions of Mobius will need to be updated and recompiled if they depend on the API that was updated. Mobius is released under the MIT license.

  • v2.0.000 Changes

    January 29, 2017

    ๐Ÿš€ This is the final preview release of Mobius built with Spark 2.0.0. It updates Mobius public API by replacing usages of KeyValuePair type in the API with Tuple type. Applications built using the prior versions of Mobius will need to be updated and recompiled if they depend on the API that is updated in this release. It also includes support for UDF in SparkSession. Mobius is released under the MIT license.

  • v2.0.000-PREVIEW Changes

    January 29, 2017

    ๐Ÿš€ This is the final preview release of Mobius built with Spark 2.0.0. It updates Mobius public API by replacing usages of KeyValuePair type in the API with Tuple type. Applications built using the prior versions of Mobius will need to be updated and recompiled if they depend on the API that is updated in this release. It also includes support for UDF in SparkSession. Mobius is released under the MIT license.

  • v1.6.200 Changes

    August 23, 2016

    ๐Ÿš€ This release of Mobius is for Apache Spark 1.6.2 and other Spark 1.6.* versions. Key features of this release include C#-based REPL functionality and socket usage optimizations between JVM and CLR when transferring data. Improvements to Mobius support in Linux and several bug fixes are also included. This release also includes examples for writing driver programs in F#. Mobius is released under the MIT license.

  • v1.6.200-PREVIEW Changes

    August 12, 2016

    ๐Ÿš€ This release is for Spark 1.6.2 and includes optimization to socket usage in Mobius, REPL functionality for C# and several bug fixes.

  • v1.6.101 Changes

    June 03, 2016

    ๐Ÿš€ This release includes fixes to using Mobius in Linux.

  • v1.6.101-PREVIEW Changes

    June 03, 2016

    ๐Ÿš€ This release includes fixes to using Mobius in Linux.

  • v1.6.100 Changes

    April 27, 2016

    ๐Ÿš€ This release of Mobius is for Apache Spark 1.6.1 and includes the stable release of DStream API and features like dynamic partitioning of KafkaRDD, direct C# reader for Kafka. There are also improvements to C# worker that enable the sharing of a C# process between Spark tasks and eliminate the need for any customization to Spark for using Mobius in Linux. This release also includes the support for EventHubs & Hive and updates to Mobius API for RDD and DataFrame. Mobius is released under the MIT license.

  • v1.6.100-PREVIEW Changes

    April 26, 2016

    ๐Ÿ“š This second preview release is for Spark 1.6.1 built with Scala 2.10. This release incorporates all changes from master branch including bug fixes, documentation updates, additional tests etc.