guwang
9abac37951
Merge pull request #196 from jayjaywg/master
...
Add Sample Validation for DataFrame
2015-12-28 14:28:15 +08:00
Guan Wang
61e2b2338e
Add Sample Validation for DataFrame
2015-12-28 13:55:54 +08:00
Tao Wang
03ea703c7f
Merge pull request #192 from tawan0109/dev
...
Show progress bar when downloading runtime dependencies
2015-12-23 16:41:11 +08:00
Tao Wang
fe55959b33
Merge pull request #175 from tawan0109/dataframe
...
DataFrame API Na(), Read(), JsonFile() and Map()
2015-12-23 16:24:32 +08:00
tawan0109
10346d324c
Merge branch 'master' of https://github.com/microsoft/SparkCLR into dataframe
2015-12-23 16:04:19 +08:00
tawan0109
3d1991da21
Exclude DataFrameReaderProxy and DataFrameNaFunctionsIpcProxy from unit test coverage report
2015-12-23 15:57:52 +08:00
Daniel Li
42ae9e3688
Merge pull request #186 from danielli90/examples
...
convert PiSample to PiExample consuming SparkCLR nuget package
2015-12-22 23:38:20 -08:00
tawan0109
9cf7f66cc7
Merge branch 'master' of https://github.com/microsoft/SparkCLR into dataframe
2015-12-23 15:08:47 +08:00
Tao Wang
4a3f5246a6
Merge pull request #193 from tawan0109/minor-fix
...
Minor change to class `StructType` to make it easy to test
2015-12-23 15:06:05 +08:00
tawan0109
135b1c073e
Minor chagne to Types.cs to make it easy to test
2015-12-23 13:59:32 +08:00
tawan0109
02e811b987
Fix failed unit test
2015-12-23 13:49:01 +08:00
tawan0109
540abfd35a
Add progress bar when download files using downloadtools.ps1
2015-12-23 13:16:50 +08:00
tawan0109
2dad0be90f
Resolve merge conflict
2015-12-23 11:06:47 +08:00
Tao Wang
a9099c3077
Merge pull request #190 from tawan0109/dev2
...
Fix wrong method invoked issue in CSharpBackendHandler
2015-12-23 10:57:18 +08:00
Kaarthik Sivashanmugam
f164d8d9d5
Merge pull request #185 from ms-guizha/master
...
load usage help text for samples from file
2015-12-22 18:48:18 -08:00
danielli90
1d48924f59
# This is a combination of 3 commits.
...
# The first commit's message is:
convert PiSample to PiExample consuming SparkCLR nuget package
# The 2nd commit message will be skipped:
# incorproate feedback
# The 3rd commit message will be skipped:
# replace sample with example
2015-12-22 17:31:39 -08:00
Daniel Li
b14496a03a
Merge pull request #189 from danielli90/log4net
...
use the latest log4net
2015-12-22 16:22:54 -08:00
danielli90
4f9ab82877
use the latest log4net
2015-12-22 14:31:33 -08:00
Kaarthik Sivashanmugam
4a0ff8bf37
Merge pull request #187 from skaarthik/version
...
including workertest in code coverage
2015-12-22 13:05:34 -08:00
Kaarthik Sivashanmugam
e18c538b4e
Merge pull request #183 from jthelin/path-combine
...
Use Path.Combine to building worker exe path.
2015-12-22 12:31:08 -08:00
skaarthik
49c885c293
including workertest in code coverage
2015-12-22 12:27:49 -08:00
Jorgen Thelin
3946b08def
PiSample slices=3
...
Set slices = 3 in PiSample to force Travis rebuild, and attempt fix for brittle test case bug.
2015-12-22 11:06:27 -08:00
Daniel Li
de030cf6a2
Merge pull request #182 from jthelin/workertest-packages.config
...
Add missing packages.config reference in WorkerTest project.
2015-12-22 10:11:37 -08:00
Daniel Li
d386bcf4bb
Merge pull request #184 from danielli90/nuget
...
include dependent packages, symbols and config files
2015-12-22 01:26:19 -08:00
ms-guizha
c994c24cf3
Merge branch 'master' of https://github.com/Microsoft/SparkCLR
2015-12-22 16:52:23 +08:00
danielli90
4a218b3cf4
include dependent packages, symbols and config files; comment out nuget package creation for Linux (TravisCI)
2015-12-22 00:49:00 -08:00
ms-guizha
b3a8152f6b
resolve comments from tao qin and kaarthik
2015-12-22 16:46:37 +08:00
tawan0109
b16e2e97f7
Fix wrong method invoked issue in CSharpBackendHandler
2015-12-22 16:44:44 +08:00
Tao Qin
72f6738079
Merge pull request #181 from qintao1976/dev
...
Add rddId and stageId info in CSharpWorker's log
2015-12-22 12:50:37 +08:00
tqin
ac6f2967d6
Add rddId and stageId info in CSharpWorker's log
2015-12-22 11:59:59 +08:00
jthelin
98f594a3b1
Use Path.Combine to building worker exe path.
...
- Use Path.Combine for better cross-platform support for building the worker exe path, rather than hard coding the Windows specific backslash path separator.
- Assembly.Location can return null in some cases (particularly dynamic loading) so default to current directory "." in that case.
- Output the worker exe path being used, for easier debugging of tests not working.
- Use object initializer syntax for creating Process.StartInfo -- more compact and readable code.
2015-12-21 15:03:13 -08:00
jthelin
6a2eccdd08
Add missing packages.config reference in WorkerTest project.
...
- Missing NuGet package reference for nunit package.
2015-12-21 14:58:35 -08:00
Kaarthik Sivashanmugam
2e5ee767be
Merge pull request #173 from skaarthik/master
...
updating version in Readme file
2015-12-21 14:54:50 -08:00
Kaarthik Sivashanmugam
bd4f3f3db7
Merge pull request #177 from skaarthik/version
...
configuring code coverage collection
2015-12-21 14:45:36 -08:00
skaarthik
7909d3a36b
including file missed out in the previous commit
2015-12-21 14:17:29 -08:00
skaarthik
cfd3334dd5
excluding code coverage where unit test coverage is not required #2
2015-12-21 14:06:20 -08:00
skaarthik
b8fac11ff9
excluding code coverage where unit test coverage is not required
2015-12-21 14:02:59 -08:00
Daniel Li
f3ee3cba53
Merge pull request #171 from jthelin/IPAddress-Localhost
...
MINOR: IPAddress.Loopback
2015-12-21 14:01:16 -08:00
skaarthik
078d3338f1
correct the typo in filter
2015-12-21 13:09:47 -08:00
skaarthik
4f478a01ca
fixing code coverage filter
2015-12-21 12:55:38 -08:00
skaarthik
f05ccc59de
adding test section back
2015-12-21 12:30:55 -08:00
skaarthik
66410c84e9
trying to limit unit test execution to once
2015-12-21 12:19:01 -08:00
skaarthik
8f2220a2d9
configuring code coverage
2015-12-21 11:49:27 -08:00
guwang
9b75c6fe1b
Merge pull request #176 from jayjaywg/master
...
Refactor DataFrame schema and create data type classes, add CreateDataFrame of SqlContext
2015-12-20 22:20:41 -08:00
guwang
ebd55c3ce8
address CodeFlow comments
2015-12-21 13:51:50 +08:00
guwang
81882e513e
Refactor DataFrame schema and create data type classes, add CreateDataFrame of SqlContext
2015-12-21 13:49:00 +08:00
tawan0109
75b4d13fac
Revert unnecessary changes to Samples.proj
2015-12-21 11:56:34 +08:00
tawan0109
a237760781
DataFrame API Na(), Read(), JsonFile() and Map()
2015-12-21 11:46:06 +08:00
guwang
8d53f9800a
Address code flow comments part2
2015-12-21 10:12:55 +08:00
jthelin
c8251a59b5
IPAddress.Loopback
...
- Use the pre-defined IPAddress.Loopback value that .NET provides, rather than magic constants.
2015-12-18 15:58:03 -08:00