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

Olaf Flebbe updated BIGTOP-1179:
--------------------------------
    Attachment: 0001-BIGTOP-1179.-Add-Apache-Tez-to-bigtop.patch

Tez -> Apache Tez
More Love to RPM
Fixed installation, stray directories etc
Added /etc/tez/conf/tez-site.xml
Used tez-minimal adapted tez-site.xml accordingly (Fixes Problem with too many 
jars in /apps/tez, missing sl4j)
Added tez-ui.war
That should be final.

Notes Regarding installation:

1)
hadoop-env.sh has to be changed  (Next JIRA for hadoop itself)
------------
export TEZ_CONF_DIR=/etc/tez/conf
export TEZ_JARS="/usr/lib/tez/*:/usr/lib/tez/lib/*"

export HADOOP_CLASSPATH=$TEZ_CONF_DIR:$TEZ_JARS:$HADOOP_CLASSPATH
------------

2)
hdfs dfs -mkdir /apps/tez
hdfs dfs -mkdir /apps/tez/lib

hdfs dfs -copyFromLocal  /usr/lib/tez/* /apps/tez
 hdfs dfs -copyFromLocal /usr/lib/tez/lib/* /apps/tez/lib

3) Change mapred-site.xml
<property>
       <name>mapreduce.framework.name</name>
       <value>yarn-tez</value>
</property>

4) Test hadoop-mapred-examples

test tez-examples

Use
set hive.execution.engine=tez
and use hive.






> Add Apache Tez to bigtop
> ------------------------
>
>                 Key: BIGTOP-1179
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-1179
>             Project: Bigtop
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 0.8.0
>            Reporter: Giridharan Kesavan
>            Assignee: Olaf Flebbe
>             Fix For: backlog
>
>         Attachments: 
> 0001-BIGTOP-1179.-Add-Apache-Tez-to-bigtop-updated-to-0.5.patch, 
> 0001-BIGTOP-1179.-Add-Apache-Tez-to-bigtop.patch, 
> 0001-BIGTOP-1179.-Add-Apache-Tez-to-bigtop.patch, 
> 0001-BIGTOP-1179.-Add-Apache-Tez-to-bigtop.patch, 
> 0001-BIGTOP-1179.-Add-Apache-Tez-to-bigtop.patch, 
> 0001-BIGTOP-1179.-Include-tez-0.5.2.patch, 
> 0001-BIGTOP-1179.-Include-tez-0.5.2.patch, 
> 0001-BIGTOP-1179.-Include-tez-0.5.2.patch, 
> 0002-BIGTOP-1179.-Add-Apache-Tez-to-bigtop.patch, BIGTOP-1179-tez-rpm.patch, 
> BIGTOP-1179.-Add-Apache-Tez-to-bigtop-updated-to-0.4.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to