Mobius

C# and F# language binding and extensions to Apache Spark

MIT License

Stars
943
Committers
42

Bot releases are hidden (Show)

Mobius - v2.0.200 Latest Release

Published by skaarthik over 7 years ago

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.

Mobius - v2.0.000-PREVIEW-3

Published by skaarthik over 7 years ago

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.

Mobius - v2.0.000-PREVIEW-2

Published by skaarthik about 8 years ago

This release of Mobius is for Spark 2.0. It supports all features available in 1.6.* releases of Mobius. It also includes support for SparkSession API. This release also includes fixes for the issues in v2.0.000-PREVIEW-1 release in using Mobius in Linux and YARN clusters. Mobius is released under the MIT license.

Mobius - v2.0.000-PREVIEW-1

Published by skaarthik about 8 years ago

This release of Mobius is for Spark 2.0. It supports all features available in 1.6.* releases of Mobius. New features in Spark 2.0 will be available in the future releases of Mobius 2.0.*. Mobius is released under the MIT license.

Mobius - v1.6.200

Published by skaarthik about 8 years ago

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.

Mobius - v1.6.200-PREVIEW-1

Published by skaarthik about 8 years ago

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

Mobius - v1.6.101-PREVIEW-1

Published by skaarthik over 8 years ago

This release includes fixes to using Mobius in Linux.

Mobius - v1.6.100

Published by skaarthik over 8 years ago

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.

Mobius - v1.6.100-PREVIEW-2

Published by skaarthik over 8 years ago

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.

Mobius - v1.6.100-PREVIEW-1

Published by skaarthik over 8 years ago

This 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. since the previous preview release v1.6.000-PREVIEW-2.

Mobius - v1.6.000-PREVIEW-2

Published by xiongrenyi over 8 years ago

This preview release is for Spark 1.6.0 built with Scala 2.10. This release incorporates all changes from master branch including the new API CreateDirectStreamWithRepartition

Mobius - v1.6.000-PREVIEW-1

Published by skaarthik over 8 years ago

This preview release is for Spark 1.6.0 built with Scala 2.10. This release includes some new APIs for DataFrame introduced in 1.6.0. This release also supports using EventHubs as a data source for streaming applications.

Mobius - v1.5.200

Published by skaarthik almost 9 years ago

SparkCLR 1.5.200 is the first release of SparkCLR in 1.5.2x series. This release is for Spark 1.5.2 built with Scala 2.10. This release includes C# APIs for developing Spark jobs involving RDD and DataFrame. DStream APIs are also included but currently in “experimental” stage.