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

313 Коммитов

Автор SHA1 Сообщение Дата
tqin d214f949d6 Fix the problem that DFTextFileLoadDataFrameSample fail randomly 2015-12-07 19:05:00 -08:00
tqin 96fdeb2776 Minor change to improve exception handling in Scala driver side 2015-12-07 19:05:00 -08:00
Kaarthik Sivashanmugam 87c5463ec5 Merge pull request #143 from skaarthik/master
removing validate method in mocks
2015-12-07 17:09:02 -08:00
skaarthik 59fac3e7c2 removing validate method in mocks due to the limitation on the validation it performs 2015-12-07 11:06:22 -08:00
Tao Qin 3f7d254f41 Merge pull request #142 from qintao1976/dev
Fix the problem that the driver Java process may not exit after C# pr…
2015-12-07 09:52:48 -08:00
tqin 3ed57ecb0d Fix the problem that the driver Java process may not exit after C# process quit 2015-12-07 09:37:48 -08:00
Tao Qin ac9b1e9a3b Merge pull request #141 from qintao1976/dev
Delete unnecessary Sleep() in Accumulator server to avoid blocking up…
2015-12-07 09:26:57 -08:00
tqin 0492db1441 Delete unnecessary Sleep() in Accumulator server to avoid blocking updateAccumulators operation in Scala side 2015-12-07 09:12:38 -08:00
guwang 15bb438e26 Merge pull request #140 from jayjaywg/master
Add DataFrame API WithColumn, WithColumnRenamed, Corr, Cov, FreqItems, Crosstab, Select(Object, Object[])
2015-12-06 22:32:58 -08:00
Kai Zeng 718244b0c0 Merge pull request #139 from kai-zeng/nunit3
Update to nunit3 as appveyor is upgraded
2015-12-06 21:53:33 -08:00
guwang 270e30d7ab fix some Unit Tests to not block the tests not using Moq 2015-12-07 13:34:04 +08:00
kai 240c05c271 Revert "Revert "Update to nunit3 as appveyor is upgraded""
This reverts commit e2bc271edb.
2015-12-06 21:30:50 -08:00
guwang 3cf0700629 Add DataFrame API Select, WithColumn, WithColumnRenamed, Corr, Cov, FreqItems, Crosstab 2015-12-07 12:43:52 +08:00
guwang e7e3917c57 Add DataFrame API WithColumn, WithColumnRenamed, Corr, Cov, FreqItems, Crosstab, Select 2015-12-07 12:43:44 +08:00
Rahul Potharaju 005afd578e Merge pull request #137 from Microsoft/revert-136-nunit3
Revert "Update to nunit3 as appveyor is upgraded"
2015-12-06 19:21:15 -08:00
Rahul Potharaju e2bc271edb Revert "Update to nunit3 as appveyor is upgraded" 2015-12-06 18:49:13 -08:00
Rahul Potharaju b12a1b4618 Merge pull request #136 from kai-zeng/nunit3
Update to nunit3 as appveyor is upgraded
2015-12-06 18:31:21 -08:00
kai b3b047c4a5 explicitly specify the assemblies to test, as AppVeyor test autodetection will detect SparkCLRSamples.exe but fail to find any testfixtures 2015-12-06 14:35:15 -08:00
kai 721f79b934 update to nunit3 as appveyor is upgraded 2015-12-06 14:20:59 -08:00
Kaarthik Sivashanmugam e2c279133c Merge pull request #132 from skaarthik/master
adding license badge & note on running build.cmd
2015-12-04 17:23:57 -08:00
Kai Zeng a3e1e48bcb Merge pull request #135 from kai-zeng/ci
SamplesRunner propgates test status to CI
2015-12-04 17:11:20 -08:00
Kai Zeng b979475f16 SamplesRunner reports test status 2015-12-04 16:29:21 -08:00
Kaarthik Sivashanmugam 1db5d1c9f9 adding note on running build.cmd before running runsamples.cmd 2015-12-04 14:24:48 -08:00
Kaarthik Sivashanmugam 8894ece536 adding license badge 2015-12-04 10:00:41 -08:00
Tao Qin 266af22184 Merge pull request #129 from qintao1976/dev
Fix the bug that CSharpWorker.exe process can't exit after Scala side…
2015-12-04 09:27:44 -08:00
tqin 3ef4b8905b Fix the bug that CSharpWorker.exe process can't exit after Scala side close the socket 2015-12-04 09:11:51 -08:00
Tao Wang 29f5a70f21 Merge pull request #128 from tawan0109/dataframe
Fix RuntimeBinderException in Worker.cs when run samples DFForeachPartitionSample and DFForeachSample
2015-12-04 16:24:40 +08:00
tawan0109 203db84619 Fix RuntimeBinderException in Worker.cs when run samples DFForeachPartitionSample and DFForeachSample 2015-12-04 15:49:10 +08:00
Daniel Li a6d93b7956 Merge pull request #127 from danielli90/mvn
enabled "provided" flag in pom.xml, when creating uber package
2015-12-03 23:29:45 -08:00
Daniel Li ae41842de0 enabled "provided" flag in pom.xml, when creating uber package 2015-12-03 23:00:16 -08:00
Kaarthik Sivashanmugam 445251dbba Merge pull request #126 from skaarthik/master
debug mode improvements
2015-12-03 16:21:45 -08:00
skaarthik f1ae7c7ba2 Merge branch 'master' of https://github.com/Microsoft/SparkCLR 2015-12-03 15:55:29 -08:00
Renyi Xiong a9c30f6c62 Merge pull request #125 from xiongrenyi/master
fix DStream pipeline bug by keeping PipelinedRDD type during transformation
2015-12-03 15:53:12 -08:00
skaarthik aca9e87c1e debug mode improvements 2015-12-03 15:36:08 -08:00
Renyi Xiong d96d7550e1 Merge pull request #10 from xiongrenyi/dev
fix a test case failure by fixing and refactoring RDD<dynamic> converter
2015-12-03 15:21:31 -08:00
renyi 64ec26c1d7 fix a test case failure by fixing and refactoring RDD<dynamic> converter 2015-12-03 15:03:36 -08:00
Kaarthik Sivashanmugam 9440e781d5 Merge pull request #124 from skaarthik/master
moving parsing, sample execution out of SparkCLRSamples class and other minor updates
2015-12-03 13:31:04 -08:00
Renyi Xiong bc2dc53394 Merge pull request #9 from xiongrenyi/dev
fix pipelined DStream by keeping PipelinedRDD type
2015-12-03 11:55:02 -08:00
renyi 8dfde68255 fix pipelined DStream by keeping PipelinedRDD type 2015-12-03 11:50:08 -08:00
skaarthik 11ca196d7f fixing typo 2015-12-03 11:00:36 -08:00
skaarthik 421821b491 simplifying result reporting and other minor changes 2015-12-03 09:33:39 -08:00
skaarthik 9056eea715 reenabling debug mode (follow-up to PR#118) 2015-12-03 09:33:33 -08:00
skaarthik 69c665175e moving parsing, sample execution out of SparkCLRSamples class 2015-12-03 09:33:27 -08:00
Tao Wang fea17e562f Merge pull request #121 from tawan0109/dataframe
Add unit tests for DataFrame API: First, Head, Limit, Take and Distinct
2015-12-03 21:42:53 +08:00
tawan0109 43378ec609 Add unit tests for DataFrame API: First, Head, Limit, Take and Distinct 2015-12-03 21:25:17 +08:00
Tao Wang 11bc62cbf5 Merge pull request #119 from tawan0109/scalastyle
Enable scala style check in pom.xml
2015-12-03 16:01:09 +08:00
tawan0109 3f8cbac3ca Add reference to Spark scalastyle-config.xml 2015-12-03 14:41:11 +08:00
tawan0109 44cf00d598 Enable scala style check in pom.xml 2015-12-03 13:49:03 +08:00
Rahul Potharaju 66e26b7fd4 Merge pull request #116 from kai-zeng/linux
Switch to NUnit for unit testing
2015-12-02 17:46:19 -08:00
Daniel Li 93f2c3c928 Merge pull request #118 from danielli90/master
workaround to build uber pacakge in build.cmd using shade-plugin
2015-12-02 17:15:12 -08:00