GitHub user kamaci opened a pull request:
https://github.com/apache/gora/pull/29
Spark Backend Support for Gora (GORA-386)
Pull request of the work for GSoC project (Spark Backend Support for Gora)
for Apache Gora.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kamaci/gora master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/gora/pull/29.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #29
----
commit 9c2d225d04cfa746244373fa661a1aa6f03250bb
Author: Furkan KAMACI <[email protected]>
Date: 2015-06-27T22:57:51Z
* JavaPairRDD support for GoraInputFormat.
commit ef68cead273324797cf292dbe6da18ee3fd819cb
Author: Furkan KAMACI <[email protected]>
Date: 2015-06-28T14:17:52Z
* GoraSpark.java initialize method renamed to initializeInput.
* Architectural change is made.
commit 8fbdef7de963defb1387f0fbbe9e56506b627ba3
Author: Furkan KAMACI <[email protected]>
Date: 2015-06-28T15:49:13Z
* Serialization support via Kyro.
commit 5644a21c5c5678611c7cef4e2c922643088951b8
Author: Furkan KAMACI <[email protected]>
Date: 2015-06-28T23:10:26Z
* map function is implemented as like in LogAnalytics.java
commit 445edb12c35f867e7b81919ddfb509dd8c179ba3
Author: Furkan KAMACI <[email protected]>
Date: 2015-06-28T23:26:41Z
* map was not collecting the counts and it is fixed.
commit 81af4d3afcba4633d0c5d06ead9b4256ea60862f
Author: Furkan KAMACI <[email protected]>
Date: 2015-06-29T15:33:38Z
* GoraSpark.java initializeInput method renamed to initialize
* reduce part is added to example.
commit 80c0c26d8fb6a9a84ea39f5aa96cc343b4546266
Author: Furkan KAMACI <[email protected]>
Date: 2015-06-29T16:26:28Z
Organizing codes
Documentation
commit c111e6290fa16d2cc560eb29dbc07eb2f8b7734b
Author: Furkan KAMACI <[email protected]>
Date: 2015-07-15T17:23:51Z
* Writing to Hbase via Spark is implemented.
commit cf6e76585b18ff926f8e7e4928f2d7cd28ac7c6f
Author: Furkan KAMACI <[email protected]>
Date: 2015-07-16T16:38:37Z
* Added dependency to write output to Solr.
commit 219557002f0e33ef6d0e2bb49471d24fb867b0ac
Author: Furkan KAMACI <[email protected]>
Date: 2015-08-17T18:21:43Z
Code is organized at LogAnalyticsSpark.java.
commit 62be0c312927e3ea4962eb966689b49dc1fcebce
Author: Furkan KAMACI <[email protected]>
Date: 2015-08-17T19:25:12Z
* GoraSparkEngine.java architecture is improved.
commit 8584911176712f63e316707ace23a12060588cdc
Author: Furkan KAMACI <[email protected]>
Date: 2015-08-17T20:25:15Z
GoraSparkEngine.java setOutput method renamed to generateOutputConf.
Added a new method to GoraSparkEngine.java which creates a job and returns
necessary conf for Spark to use.
commit 92b71a6d2c95492621a56e48470e951e982cc34f
Author: Furkan KAMACI <[email protected]>
Date: 2015-08-17T20:34:40Z
Unnecessary reuseObjects is removed.
commit 8893fd5c6c53b19925c99668d24df23c52e70b1e
Author: Furkan KAMACI <[email protected]>
Date: 2015-08-21T12:58:21Z
Unnecessary imports are removed from LogAnalyticsSpark.java
commit 9cff33598231e9cf54060cecf1ccacdf62e64c5b
Author: Furkan KAMACI <[email protected]>
Date: 2015-08-22T13:46:55Z
Minor improvements for LogAnalyticsSpark.java
commit e817a7f0eeb2efb98937efb92701705ec80891b9
Author: Furkan KAMACI <[email protected]>
Date: 2015-08-22T14:31:57Z
Spark engine word count tests are implemented.
Due to a connection problem, spark engine word count tests are ignored.
commit 8f1acc6d4ef6c192e8fc06287558b7bc7c39b040
Author: Furkan KAMACI <[email protected]>
Date: 2015-08-22T19:06:42Z
Minor change at SparkWordCount.java
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---