You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by danicat <gi...@git.apache.org> on 2018/08/20 14:53:37 UTC

[GitHub] phoenix pull request #331: Add example for Spark 2.0.

GitHub user danicat opened a pull request:

    https://github.com/apache/phoenix/pull/331

    Add example for Spark 2.0.

    SQLContext was deprecated on Spark 2. I've fixed the first example to be compliant with the new syntax.

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

    $ git pull https://github.com/danicat/phoenix master

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

    https://github.com/apache/phoenix/pull/331.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 #331
    
----
commit 12224aa622b5668e606066f063d7c10cd93fd1de
Author: Daniela Petruzalek <da...@...>
Date:   2018-08-20T14:53:06Z

    Add example for Spark 2.0.
    
    SQLContext was deprecated on Spark 2. I've fixed the first example to be compliant with the new syntax.

----


---

[GitHub] phoenix issue #331: Add example for Spark 2.0.

Posted by twdsilva <gi...@git.apache.org>.
Github user twdsilva commented on the issue:

    https://github.com/apache/phoenix/pull/331
  
    @danicat  Thanks for the contribution, please file a JIRA for tracking purposes so that this PR can be committed.


---