Граф коммитов

1083 Коммитов

Автор SHA1 Сообщение Дата
dwnichols 50d65dead5 Added a few tests against Adapter Builder and RDDs 2016-12-14 00:22:00 -05:00
dwnichols 3e3a209bf4 Test fixes for Samples in PairRDDSamples and RDDSamples 2016-12-13 22:44:07 -05:00
dwnichols 2fe5ec409e Update documatation for tuples change 2016-12-13 16:25:23 -05:00
dwnichols a36b16009e Further work on Tuple change 2016-12-13 16:24:59 -05:00
dwnichols 66fc5123d0 Fix test TestDStreamUpdateStateByKey to use Tuples 2016-12-13 16:08:02 -05:00
dwnichols 3ee5289b50 Merge remote-tracking branch 'origin/tuplify' into TupleContinue 2016-12-13 15:35:23 -05:00
Attila Szucs 88f76af038 Fix ReduceByKey failure when the value type is a reference type 2016-12-03 22:49:00 -08:00
Kaarthik Sivashanmugam 12c46c8ed1 fixing Travis build issue
* using openjdk7
2016-12-03 22:28:59 -08:00
Jorgen Thelin 6e2b820524 Fix Spark version build problems
* Check that Download-File function got a real file.
- Check in the `Download-File` function that the current downloaded copy of the file is not empty [zero length].
* archive.apache.org
- Use `archive.apache.org` as the default server location for downloading Spark [and Maven] binary distributions.
- Previous location was `www.us.apache.org` but that only supports the most recent distributions for each major release
  [ie currently `2.0.1` but not `2.0.0` which Mobius is using at the moment.]

* The Apache distribution server is used during both build and run phases.
2016-11-01 22:41:17 -07:00
Kai Zeng 5311e3027a add RunJob method to SparkContext; add SparkContext property to RDD (#590)
* add RunJob method to SparkContext; add SparkContext property to RDD

* test RDD.SparkContext
2016-10-25 14:06:42 -07:00
Kaarthik Sivashanmugam 142701109b documentation for implementing Spark Apps in F# using Mobius 2016-10-17 11:58:54 -07:00
Kaarthik Sivashanmugam dae6f9a55d updating HiveExample to use SparkSession 2016-10-11 16:45:49 -07:00
Kaarthik Sivashanmugam 8597df2d0f updating examples to use latest preview release 2016-10-11 16:20:41 -07:00
Kaarthik Sivashanmugam da69c1fef8 merging latest changes from master 2016-10-11 15:09:13 -07:00
skaarthik fd386b09a4 merging latest changes from master and version updates 2016-10-11 14:58:47 -07:00
Kaarthik Sivashanmugam 9a8fbe811d updating AssemblyInfo versions 2016-10-11 12:38:22 -07:00
Kaarthik Sivashanmugam e64e342b33 adding instructions for HDI 2016-10-11 12:38:06 -07:00
Kaarthik Sivashanmugam fbf0f8d841 fixing the issue in YARN clusters introduced during Spark 2.0 upgrade 2016-10-10 23:42:07 -07:00
skaarthik 7d920d1206 fixing the issue in YARN clusters introduced during Spark 2.0 upgrade 2016-10-10 19:11:55 -07:00
Kaarthik Sivashanmugam 3456772473 updating HiveExample to use SparkSession 2016-10-07 17:40:49 -07:00
Kaarthik Sivashanmugam edd7b7fd8b fixing issue with HiveContext introduced during Spark 2.0 upgrade 2016-10-07 17:22:08 -07:00
Kaarthik Sivashanmugam 7a4689f173 use forward slash to work in linux/osx 2016-10-04 14:01:10 -07:00
Shakib Bawa c63db1834a use forward slash to work in linux/osx 2016-10-04 13:16:59 -07:00
shakdoesgithub af71a329bf Use copy task instead of OS commands so it builds on OSX 2016-09-29 13:41:32 -07:00
Quanmao LIU 3c767bddd4 Add Python version performance benchmark test; Add usage + example and RIOSocket option support for C# version benchmark; Update Scala version benchmark; Update csv package version. (#565)
Besides normal spark-submit , there's a convenient way using https://github.com/qualiu/testMobius
1.Cluster mode examples as following:
D:\msgit\lqmMobius\testMobius\scripts\perf\submit-python-perf-test.bat d:\msgit\lqmMobius\python\perf 10 hdfs:///perf/data/deletions/*
D:\msgit\lqmMobius\testMobius\scripts\perf\submit-scala-perf-test.bat  d:\msgit\lqmMobius\scala\perf  10
D:\msgit\lqmMobius\testMobius\scripts\perf\submit-mobius-perf-test.bat d:\msgit\lqmMobius\csharp\perf 10

2.Local mode examples :
(1) First set SparkOptions : just copy the "Local Mode set SparkOptions=" after running the bat without arguments.
(2) Then submit local test : (you should have downloaded or copied the test data, like d:\mobius\deletions)
D:\msgit\lqmMobius\testMobius\scripts\perf\submit-python-perf-test.bat d:\msgit\lqmMobius\python\perf 3 d:\mobius\deletions\deletions.csv-00000-of-00020
D:\msgit\lqmMobius\testMobius\scripts\perf\submit-scala-perf-test.bat  d:\msgit\lqmMobius\scala\perf  3 d:\mobius\deletions\deletions.csv-00000-of-00020
D:\msgit\lqmMobius\testMobius\scripts\perf\submit-mobius-perf-test.bat d:\msgit\lqmMobius\csharp\perf 3 d:\mobius\deletions\deletions.csv-00000-of-00020
2016-09-20 13:41:29 +08:00
Kaarthik Sivashanmugam a9c2d84a03 Store external dependencies in build before copying to runtime folder 2016-09-16 16:14:59 -07:00
dwnichols 3da5beb91e Store external dependencies in build before copying to runtime folder 2016-09-16 18:28:42 -04:00
Kaarthik Sivashanmugam f40cf468ae Windows path separators used in run-samples.sh 2016-09-16 13:52:01 -07:00
dwnichols 427ce52e8d Download external dependencies from the build.sh shell script 2016-09-16 16:32:06 -04:00
dwnichols 67046cef3e Update run-samples.sh to use unix path separators 2016-09-16 14:13:48 -04:00
Yun Tang 9a37ec84fd Use logInfo and logError method instead of println (#556)
* Use logInfo and logError method insted of println

Finish TODO "logError does not work now"

* remove redundant printStackTrace method
2016-09-09 14:20:34 -07:00
Kaarthik Sivashanmugam da54d509ed added support for SparkSession, Catalog and Dataset 2016-09-06 13:11:59 -07:00
Hebin Huang 7a6d6bfa22 Improve Worker logging to make CSharpWorkerFunc stacktrace clear (#559) 2016-09-02 14:06:40 -07:00
Yun Tang 9f4276e338 [Mobius-102] Add missing license text in batch and powershell scripts (#557) 2016-08-31 11:33:41 -07:00
Kaarthik Sivashanmugam 09d8a2f215 updating examples to use Mobius 2.0 preview release and minor updates 2016-08-25 09:04:19 -07:00
Kaarthik Sivashanmugam 013278bf0e updating version in Mobius release package name 2016-08-24 14:57:58 -07:00
Kaarthik Sivashanmugam 23d917fab0 version update for preview release 2016-08-24 14:19:39 -07:00
Kaarthik Sivashanmugam cec7737060 upgrade to Spark 2.0 2016-08-24 12:55:19 -07:00
Kaarthik Sivashanmugam ad7cecf316 updating dependencies in examples to latest Mobius release 2016-08-23 16:58:12 -07:00
Hebin Huang 1215ae66c6 Merge pull request #537 from hebinhuang/SocketOptim
Fix error 10022 in Worker.WriteOutput() caused by RioSocket
2016-08-23 13:43:17 -07:00
Hebin Huang cb8269fe8a Fix error 10022 in Worker.WriteOutput() caused by RioSocket 2016-08-23 13:24:28 -07:00
Yun Tang 3ac63040d7 Modify HiveDataFrame example 2016-08-16 10:05:30 -07:00
Kaarthik Sivashanmugam a1fca0733e updating examples to use latest NuGet package 2016-08-15 20:06:24 -07:00
Kaarthik Sivashanmugam 0d16a57739 doc updates for M3 release 2016-08-15 18:09:43 -07:00
Kaarthik Sivashanmugam a26d7d3098 expose HadoopConfiguration in SparkContext 2016-08-12 13:38:59 -07:00
Tao Wang 4944319a55 Add read and write buffer for CSharpWorker (#521)
* Add read and write buffer for CSharpWorker

* Fix test coverage decrease issue

* Adjust read buffer

* Fix failed unit test

* use --conf option to pass buffer size

* Fix flaky unit test

* Address review comments

* Fix option name renaming issue
2016-08-12 14:21:31 +08:00
Hebin Huang 3afa007e58 Merge pull request #531 from hebinhuang/SocketOptim
Fix SocketStream.ReadByte() to release unreadable cache
2016-08-11 22:35:47 -07:00
Tao Wang 2df8109272 Merge pull request #528 from tawan0109/PriorityQueue
Improve the implementation of RDD TakeOrdered and Top operations
2016-08-12 13:35:05 +08:00
Tao Wang 5c57df9320 Merge pull request #532 from tawan0109/build_fix
Escaped special characters in build.cmd
2016-08-12 12:56:00 +08:00
tawan0109 42a0c3561d Escaped^Cpecial characters in build.cmd 2016-08-12 12:31:59 +08:00