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 |
Daniel Li
|
bfb8084c14
|
workaround to build uber pacakge in build.cmd using shade-plugin, without breaking debug mode in IntelliJ
|
2015-12-02 16:38:47 -08:00 |
Kai Zeng
|
98a25d8627
|
use NUnit 2.6.4 as AppVeyor does not support 3.0
|
2015-12-02 14:16:43 -08:00 |
Kai Zeng
|
3190cfdf3f
|
switch to NUnit for unit testing
|
2015-12-02 13:42:58 -08:00 |
Daniel Li
|
47216e25e8
|
Merge pull request #115 from danielli90/appv
add runsamples; proceed with build even not dev command prompt for VS
|
2015-12-02 09:05:47 -08:00 |
Rahul Potharaju
|
a13ac2a0c9
|
Merge pull request #112 from kai-zeng/linux
[Issue #111]Fix Inconsistent addressing schemes used by sockets in SparkCLR
|
2015-12-02 08:58:07 -08:00 |
Tao Wang
|
514310ce77
|
Merge pull request #114 from tawan0109/dev
Fix UT `TestSample` failed issue
|
2015-12-02 22:07:13 +08:00 |
danielli90
|
fcf476fd85
|
add runsamples; proceed with build even not dev command prompt for VS
|
2015-12-02 06:03:54 -08:00 |
tawan0109
|
192b7f122d
|
Fix UT TestSample failed issue
|
2015-12-02 21:40:55 +08:00 |
Kaarthik Sivashanmugam
|
b4d0d5a365
|
Merge pull request #113 from skaarthik/master
adding link to up-for-grabs issues
|
2015-12-02 00:47:05 -08:00 |
Kaarthik Sivashanmugam
|
d8110996c8
|
Update CONTRIBUTING.md
|
2015-12-02 00:18:06 -08:00 |
Tao Wang
|
6aa17a657d
|
Merge pull request #109 from tawan0109/dev
Fix PowerShell System.UnauthorizedAccessException issue when execute RunSamples.cmd
|
2015-12-02 15:59:17 +08:00 |
kai
|
162c92d578
|
explicitly specify AddressFamily when creating sockets. This fixes #111
|
2015-12-01 23:19:13 -08:00 |
Tao Wang
|
a96a60b3f2
|
Merge pull request #110 from tawan0109/dataframe
DataFrame API: IsLocal, Coalesce, Persist, Unpersist, Cache, Repartition, Sample, FlatMap and MapPartitions
|
2015-12-02 14:22:11 +08:00 |
tawan0109
|
af4ea00695
|
Merge branch 'master' of https://github.com/microsoft/SparkCLR into dataframe
|
2015-12-02 14:03:40 +08:00 |
tawan0109
|
2b429ee3aa
|
DataFrame API: IsLocal, Coalesce, Persist, Unpersist, Cache, Repartition, Sample, FlatMap and MapPartitions
|
2015-12-02 13:59:33 +08:00 |
guwang
|
0d972f5c59
|
Merge pull request #108 from jayjaywg/master
Add DataFrame API RandomSplit, Columns, DTypes, Sort, Alias
|
2015-12-01 20:42:22 -08:00 |
tawan0109
|
478a81a274
|
Fix PowerShell System.UnauthorizedAccessException issue when execute RunSamples.cmd
|
2015-12-02 12:32:53 +08:00 |
guwang
|
18c3e92774
|
Add DataFrame API RandomSplit, Columns, DTypes, Sort, Alias
|
2015-12-02 11:31:57 +08:00 |
Tao Qin
|
ea5c734cf6
|
Merge pull request #107 from qintao1976/current
add thread-safe feature to callback socket server through a socket co…
|
2015-12-02 05:59:30 +08:00 |
tqin
|
e726b082c1
|
add thread-safe feature to callback socket server through a socket connection queue
|
2015-12-01 13:48:23 -08:00 |
Kaarthik Sivashanmugam
|
b480379b77
|
Merge pull request #104 from skaarthik/master
adding stats on PRs & issues
|
2015-12-01 11:58:03 -08:00 |
Kaarthik Sivashanmugam
|
160bef67d5
|
adding stats on PRs & issues
|
2015-12-01 11:43:45 -08:00 |
Kaarthik Sivashanmugam
|
11347d15f3
|
Merge pull request #103 from skaarthik/master
fixing XML doc issues and minor updates addressing R# warnings
|
2015-12-01 10:05:08 -08:00 |
skaarthik
|
1865ec300d
|
fixing code documentation issues
|
2015-12-01 09:50:13 -08:00 |
skaarthik
|
d849968551
|
addressing more R# comments
|
2015-12-01 09:50:07 -08:00 |