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

486 Коммитов

Автор SHA1 Сообщение Дата
skaarthik 8add53fa56 consolidating build scripts in one directory 2016-01-09 17:54:51 -08:00
Kaarthik Sivashanmugam ef63d27014 Merge pull request #223 from rdavisau/use-string-split-character-overload
Modify samples to use simpler `String.Split` overload where possible
2016-01-08 20:52:43 -08:00
Ryan Davis 7db0a1546f Modify samples to use simpler `String.Split` overload where possible 2016-01-09 13:15:57 +10:00
Kaarthik Sivashanmugam e22c13a17c Merge pull request #222 from rdavisau/patch-1
Simplify the `Split` expression
2016-01-08 17:55:08 -08:00
Kaarthik Sivashanmugam 3955c86ca4 Merge pull request #221 from skaarthik/master
fixing the issue in convering properties in jdbc implementation
2016-01-08 16:07:42 -08:00
Ryan Davis 277e2d591c Simplify the `Split` expression 2016-01-09 09:50:52 +10:00
skaarthik 334c4dfe9f fixing the issue in convering properties with jdbc implementation 2016-01-08 15:41:19 -08:00
Kaarthik Sivashanmugam e5fdffa14d Merge pull request #216 from ms-guizha/master
SparkClr upgrade to spark 1.5.2 and deprecate API: DataFrame.InsertInto, Save, SaveASTable, SaveAsParquet
2016-01-08 11:53:41 -08:00
Kaarthik Sivashanmugam d2999bab9e Merge pull request #219 from skaarthik/master
API documentation generation at build time with Travis fix
2016-01-08 10:25:33 -08:00
Kaarthik Sivashanmugam 1da7a6320f Merge pull request #3 from skaarthik/doc
API documentation generation at build time
2016-01-08 09:57:15 -08:00
Kaarthik Sivashanmugam bb9caae384 Merge pull request #2 from kai-zeng/doc
Auto generate documentation on Linux
2016-01-08 09:41:54 -08:00
Tao Wang ff69f5f537 Merge pull request #218 from tawan0109/master
Add unit tests to Worker.cs
2016-01-08 23:05:45 +08:00
tawan0109 929579bc96 Add unit tests to Worker.cs 2016-01-08 21:25:55 +08:00
guwang 7ac80ad7f0 Merge pull request #217 from jayjaywg/master
Add validations for PariRDDSamples
2016-01-08 19:07:02 +08:00
Guan Wang 2cf5f8a971 fix Unit Test 2016-01-08 18:41:45 +08:00
Guan Wang 969e1d0d9b fix Unit Test 2016-01-08 18:39:08 +08:00
Kai Zeng 23f4688737 use xsltproc to generate documentation on linux 2016-01-08 02:02:32 -08:00
Guan Wang 822eab1aa3 Merge branch 'master' of https://github.com/Microsoft/SparkCLR 2016-01-08 16:08:33 +08:00
Guan Wang 69ecd357ef Add validations for PariRDDSamples 2016-01-08 16:08:04 +08:00
Tao Wang 80d80dcaef Merge pull request #215 from tawan0109/dev
Fix scalastyle check warnings
2016-01-08 15:02:07 +08:00
guiling 7870377aa2 fix comments for SparkClr upgrade to spark 1.5.2 and deprevate API: DataFrame.InsertInto, Save, SaveASTable, SaveAsParquet 2016-01-08 14:55:26 +08:00
tawan0109 721a63b74e Fix scalastyle check warnings 2016-01-08 13:12:05 +08:00
skaarthik a09368c632 API documentation generation at build time 2016-01-06 22:46:00 -08:00
guiling 7b8e4c6850 SparkClr upgrade to spark 1.5.2 and deprevate API: DataFrame.InsertInto, Save, SaveASTable, SaveAsParquet 2016-01-07 13:55:03 +08:00
Tao Qin 3cf413a2d4 Merge pull request #209 from qintao1976/dev
Move CheckpointExists() back from IStreamingContextProxy to ISparkCLR…
2016-01-07 13:48:37 +08:00
tqin 9422540a5d Move CheckpointExists() back from IStreamingContextProxy to ISparkCLRProxy 2016-01-07 13:21:39 +08:00
Tao Qin f787c0974d Merge pull request #208 from qintao1976/dev
Fix the problem that "nuget restore" may not pull the packages in cor…
2016-01-07 12:52:43 +08:00
tqin 71de5e82a0 Fix the problem that "nuget restore" may not pull the packages in correct folder 2016-01-07 12:25:35 +08:00
Renyi Xiong 6e5a7db7ea Merge pull request #205 from xiongrenyi/master
adding streaming section to docs
2016-01-05 21:05:03 -08:00
guwang 471140f837 Merge pull request #207 from jayjaywg/master
add RDD samples validation
2016-01-06 12:47:32 +08:00
Guan Wang 15ab18b687 Merge branch 'master' of https://github.com/Microsoft/SparkCLR 2016-01-06 10:58:06 +08:00
Guan Wang 9ddb8d1b3c add RDD samples validation 2016-01-06 10:55:58 +08:00
Daniel Li 5c2ea45956 Merge pull request #206 from danielli90/sonatype
update groupid and artifcatid
2016-01-05 17:34:06 -08:00
Daniel Li d06c51ce5e update groupid and artifcatid 2016-01-05 17:08:51 -08:00
Kaarthik Sivashanmugam a40308b4b5 Merge pull request #203 from skaarthik/version
moving streaming methods from top level proxy and other minor updates
2016-01-05 16:38:19 -08:00
skaarthik 78bfe5b3d8 adding qualifier back for improved readability 2016-01-05 16:16:24 -08:00
Renyi Xiong 689ffaf19c Merge pull request #19 from xiongrenyi/dev
adding streaming section to docs
2016-01-05 11:19:52 -08:00
renyi 1ff319e726 adding streaming section to docs 2016-01-05 11:18:40 -08:00
skaarthik af72a88fb3 moving streaming methods from top level proxy to streaming context proxy and other minor updates 2016-01-04 22:11:15 -08:00
Tao Qin db2b374743 Merge pull request #202 from qintao1976/dev
Use Runtime.getRuntime.halt() to stop JVM reliably if System.exit() c…
2016-01-05 10:25:25 +08:00
tqin 3078bbf770 Use Runtime.getRuntime.halt() to stop JVM reliably if System.exit() can't exit timely 2016-01-05 09:54:29 +08:00
Renyi Xiong aa798fe3be Merge pull request #201 from xiongrenyi/master
add an overload of UpdateStateByKey API and move kafka DStream to KafkaUtils class
2016-01-04 12:16:58 -08:00
Renyi Xiong 3daa50cef5 Merge pull request #18 from xiongrenyi/dev
fix test case due to last commit
2016-01-04 10:51:32 -08:00
renyi 7fddb362d3 fix test case due to last commit 2016-01-04 10:49:14 -08:00
Renyi Xiong aa8dc0eb66 Merge pull request #17 from xiongrenyi/dev
add an overload of UpdateStateByKey API and move kafka DStream to KafkaUtils class
2016-01-04 10:43:56 -08:00
renyi 669f6773f3 add an overload of UpdateStateByKey API and move kafka DStream to KafkaUtil class 2016-01-04 10:41:52 -08:00
Tao Qin 1b02544765 Merge pull request #197 from qintao1976/dev
Add profile "uber-jar" in pom file to create uber package
2016-01-02 06:47:04 +08:00
tqin 706757e5e0 Add profile "uber-jar" in pom file to create uber package 2016-01-02 06:04:12 +08:00
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