[
https://issues.apache.org/jira/browse/BIGTOP-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14306721#comment-14306721
]
YoungWoo Kim commented on BIGTOP-1179:
--------------------------------------
[~oflebbe]
1. How about adding TEZ_CONF_DIR and tez-site.xml? for instance,
/usr/lib/tez/conf -> /etc/tez/conf and /etc/tez/conf/tez-site.xml
2. Excluding war for tez-ui is intentional?
3. slf4j*.jar are missing
My tez-site.xml has a property:
{code}
<property>
<name>tez.lib.uris</name>
<value>hdfs://mycluster/apps/tez/,hdfs://mycluster/apps/tez/lib</value>
</property>
{code}
I usually copy $TEZ_HOME/lib/*.jar to hdfs://mycluster/apps/tez/lib/. if
slf4j*.jar are missing, tez apps will fail.
Overall looks good to me. With some manual setup, an example for tez works fine
for me on vagrant-puppet-vm :-)
{noformat}
[vagrant@bigtop1 ~]$ yarn jar /usr/lib/tez/tez-examples-0.6.0.jar
orderedwordcount /tmp/passwd /tmp/out
Running OrderedWordCount
15/02/05 06:00:19 INFO client.TezClient: Tez Client Version: [
component=tez-api, version=0.6.0,
revision=42ac3a5c1ceca3605741674a7bda27579734880d,
SCM-URL=scm:git:https://git-wip-us.apache.org/repos/asf/tez.git,
buildTime=20150205-1158 ]
...
15/02/05 06:00:35 INFO client.DAGClientImpl: DAG completed. FinalState=SUCCEEDED
[vagrant@bigtop1 ~]$ hdfs dfs -cat /tmp/out/*
zookeeper:x:497:497:ZooKeeper:/var/lib/zookeeper:/sbin/nologin 1
yarn:x:495:494:Hadoop 1
...
HDFS:/var/lib/hadoop-hdfs:/bin/bash 1
Daemon:/var/cache/rpcbind:/sbin/nologin 1
User:/var/lib/nfs:/sbin/nologin 2
{noformat}
> 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.-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)