Github user haosdent closed the pull request at:
https://github.com/apache/spark/pull/123
---
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 ena
Github user haosdent commented on the pull request:
https://github.com/apache/spark/pull/123#issuecomment-37399830
Close this and create a new issue if I finish `spark-hbase` `external`
module. :-)
---
If your project is set up for it, you can reply to this email and have your
reply
Github user haosdent commented on the pull request:
https://github.com/apache/spark/pull/123#issuecomment-37399739
Thank you. I also consider add saveAsHBase to PairRDDFunctions would bring
dependence problem before. But I don't have other idea to workaround that. Now
I realize that I
Github user pwendell commented on the pull request:
https://github.com/apache/spark/pull/123#issuecomment-37329995
Hey @haosdent thanks for giving this example. Unfortunately including all
of HBase's dependencies inside of Spark is not something that we can do.
Would you mind
Github user haosdent commented on a diff in the pull request:
https://github.com/apache/spark/pull/123#discussion_r10486674
--- Diff: core/src/main/scala/org/apache/spark/rdd/PairRDDFunctions.scala
---
@@ -746,6 +747,23 @@ class PairRDDFunctions[K: ClassTag, V: ClassTag](self:
RDD
Github user tedyu commented on a diff in the pull request:
https://github.com/apache/spark/pull/123#discussion_r10486390
--- Diff: core/src/main/scala/org/apache/spark/rdd/PairRDDFunctions.scala
---
@@ -746,6 +747,23 @@ class PairRDDFunctions[K: ClassTag, V: ClassTag](self:
RDD[(K
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/123#issuecomment-37286163
Can one of the admins verify this patch?
---
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 proj
GitHub user haosdent opened a pull request:
https://github.com/apache/spark/pull/123
SPARK-1127 Add saveAsHBase to PairRDDFunctions
Add saveAsHBaseTable support.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/haosdent/spark maste