[ 
https://issues.apache.org/jira/browse/PIG-4059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rohini Palaniswamy resolved PIG-4059.
-------------------------------------
      Resolution: Fixed
    Hadoop Flags: Reviewed

We have finally made it. My apologies for being very slow with the reviews. 
Thank you [~szita] for committing it. 

Thanks to the Twitter folks ([~dvryaboy] , [~julienledem], [~aniket486] and 
Franklin Hu) for the first prototype 
(https://github.com/twitter/pig/tree/spork) and everyone else who put effort to 
make Spark a mainstream engine in Pig - [~praveenr019], Mayur Rustagi, 
[~kellyzly], [~kexianda], [~xuefuz], [~mohitsabharwal], [~nkollar], [~szita], 
[~sriksun], [~pallavi.rao] and [~Carlos Balduz].  Hopefully I have not missed 
anyone.

> Pig on Spark
> ------------
>
>                 Key: PIG-4059
>                 URL: https://issues.apache.org/jira/browse/PIG-4059
>             Project: Pig
>          Issue Type: New Feature
>          Components: spark
>            Reporter: Rohini Palaniswamy
>            Assignee: Praveen Rachabattuni
>              Labels: spork
>             Fix For: spark-branch, 0.17.0
>
>         Attachments: Pig-on-Spark-Design-Doc.pdf, Pig-on-Spark-Scope.pdf
>
>
> Setting up your development environment:
> 0. download spark release package(currently pig on spark only support spark 
> 1.6).
> 1. Check out Pig Spark branch.
> 2. Build Pig by running "ant jar" and "ant -Dhadoopversion=23 jar" for 
> hadoop-2.x versions
> 3. Configure these environmental variables:
>     export HADOOP_USER_CLASSPATH_FIRST="true"
> Now we support “local” and "yarn-client" mode, you can export system variable 
> “SPARK_MASTER” like:
>     export SPARK_MASTER=local or export SPARK_MASTER="yarn-client"
> 4. In local mode: ./pig -x spark_local xxx.pig
>     In yarn-client mode: 
>     export SPARK_HOME=xx; 
>     export SPARK_JAR=hdfs://example.com:8020/xxxx (the hdfs location where 
> you upload the spark-assembly*.jar)
>     ./pig -x spark xxx.pig



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to