GitHub user tmalaska opened a pull request:

    https://github.com/apache/spark/pull/1608

    Spark-2447 : Spark on HBase

    Add common solution for sending upsert actions to HBase (put, deletes,
    and increment)
    
    This is the first pull request: mainly to test the review process, but 
there are still a number of things that I plan to add this week.
    
    1. Clean up the pom file
    2. Add unit tests for the HConnectionStaticCache
    
    If I have time I will also add the following:
    1. Support for Java
    2. Additional unit tests for Java
    3. Additional unit tests for Spark Streaming

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tmalaska/spark master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/1608.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 #1608
    
----
commit 6d9c733d4f177292cfc2fda15a6059660bd500f3
Author: tmalaska <ted.mala...@cloudera.com>
Date:   2014-07-27T03:17:06Z

    Spark-2447 : Spark on HBase
    
    Add common solution for sending upsert actions to HBase (put, deletes,
    and increment)

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to