Github user nico-pappagianis commented on the issue:
https://github.com/apache/phoenix/pull/221
Thanks James. I did the following:
from my local branch:
git pull --rebase origin master
git push origin multiTenantSaveToPhoenixRDDFix
On Thu, Nov 10, 2016 at 2:01 PM, James Taylor <[email protected]>
wrote:
> *@JamesRTaylor* commented on this pull request.
> ------------------------------
>
> In phoenix-spark/src/main/scala/org/apache/phoenix/spark/
> ProductRDDFunctions.scala <https://github.com/apache/phoenix/pull/221>:
>
> > import scala.collection.JavaConversions._
>
> class ProductRDDFunctions[A <: Product](data: RDD[A]) extends Logging
with Serializable {
>
> def saveToPhoenix(tableName: String, cols: Seq[String],
> - conf: Configuration = new Configuration, zkUrl:
Option[String] = None)
> + conf: Configuration = new Configuration, zkUrl:
Option[String] = None, tenantId: Option[String] = None)
>
> Just do a git pull --rebase origin master on your local branch to pick up
> what Josh committed. Then push your next commit to your repro (either in
> the pull request or a new one).
>
> Another way would be to just stash the changes for your last commit, get
> the latest by doing a git pull origin master, then apply your stashed
> change, and push out to this pull request.
>
> â
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <https://github.com/apache/phoenix/pull/221>, or mute the thread
>
<https://github.com/notifications/unsubscribe-auth/ABdNQPuw52gBNzaLBxTyA2ipl6EwIrzNks5q85QngaJpZM4Krmym>
> .
>
---
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.
---