Mobius icon indicating copy to clipboard operation
Mobius copied to clipboard

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

Results 90 Mobius issues
Sort by recently updated
recently updated
newest added

i test this sample https://github.com/Microsoft/Mobius/blob/master/examples/Sql/CassandraDataFrame/Program.cs at this line var sparkConf = new SparkConf().Set("spark.cassandra.connection.host", cassandraHostName); show error but , i can use spark shell alone ...

The project is stopped updating

Hi, Can i read from JDBC (sql server), work with that data in spark and then save it to Cassandra? Thank you

Hi, My environment: - spark-2.0.2-bin-hadoop2.7 - hadoop is NOT installed And run the batch word count example like this: C:\Mobius-master\build\runtime\scripts\sparkclr-submit.cmd --verbose --jars C:\Mobius-master\build\runtime\dependencies\spark-csv_2.10-1.4.0.jar,C:\Mobius-master\build\runtime\dependencies\commons-csV-1.4.jar --exe SparkClrKafka.exe C:\Mobius-master\examples\Streaming\Kafka\bin\Debug\ localhost:9092 test C:\Hadoop\CheckPoint C:\Output\WordCount...

After attempting to copy the sample code from the readme, I get a compilation error when trying to call the RegisterTempTable method on a data frame. ``` var sparkConf =...

I've been trying to get into Spark, using Mobius as a bridge since I am primarily a .NET developer, and my company uses Microsoft products through most of the stack....

I've asked this question on stackoverflow (https://stackoverflow.com/questions/48323609/submitting-a-32-bit-application-to-spark-via-mobius): I would like to submit to Spark a 32-bit driver program. The driver program is the .NET Framework console app: the app is...

Yes, InRule would like to re-open this issue. https://github.com/Microsoft/Mobius/issues/601 (closed) https://github.com/Microsoft/Mobius/issues/647 (closed) We have several large corporate customers in the US and Europe interested in running Mobius on Linux with...

Running Spark 2.0 on Linux - HDInsights 3.5 Mobius: v2.0.200 DotNet 4.6.1 Mono JIT compiler version 5.4.1.6 I've run into an issue creating a Streaming Context for an EventHub processor....

The command on my CentOS 7 installation outputs: [sparkclr-submit.sh] Command to run ... but then I just get the command line prompt and no other output. No errors. Am I...