GitHub user ksakellis opened a pull request:

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

    [SPARK-4774] Makes HiveFromSpark more portable

    HiveFromSpark read the kv1.txt file from 
SPARK_HOME/examples/src/main/resources/kv1.txt which assumed
    you had a source tree checked out. Now we copy the kv1.txt file to a 
temporary file and delete it when
    the jvm shuts down. This allows us to run this example outside of a spark 
source tree.

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

    $ git pull https://github.com/ksakellis/spark kostas-spark-4774

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

    https://github.com/apache/spark/pull/3628.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 #3628
    
----
commit fca97eee9953f4f30284cd86cd70019e8b77a57e
Author: Kostas Sakellis <kos...@cloudera.com>
Date:   2014-12-06T01:13:17Z

    [SPARK-4774] Makes HiveFromSpark more portable
    
    HiveFromSpark read the kv1.txt file from
    SPARK_HOME/examples/src/main/resources/kv1.txt which assumed
    you had a source tree checked out. Now we copy the
    kv1.txt file to a temporary file and delete it when
    the jvm shutsdown. This allows us to run this example
    outside of a spark source tree.

----


---
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.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to