You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2020/02/06 03:39:20 UTC

[GitHub] [bigtop] iwasakims opened a new pull request #591: BIGTOP-3281. Bump Tez to 0.9.2.

iwasakims opened a new pull request #591: BIGTOP-3281. Bump Tez to 0.9.2.
URL: https://github.com/apache/bigtop/pull/591
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [bigtop] sekikn commented on issue #591: BIGTOP-3281. Bump Tez to 0.9.2.

Posted by GitBox <gi...@apache.org>.
sekikn commented on issue #591: BIGTOP-3281. Bump Tez to 0.9.2.
URL: https://github.com/apache/bigtop/pull/591#issuecomment-583268194
 
 
   +1, confirmed the PR worked on the following distros:
   
   - CentOS 7 and 8
   - Debian 9 and 10
   - Ubuntu 16.04 and 18.04

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [bigtop] iwasakims commented on issue #591: BIGTOP-3281. Bump Tez to 0.9.2.

Posted by GitBox <gi...@apache.org>.
iwasakims commented on issue #591: BIGTOP-3281. Bump Tez to 0.9.2.
URL: https://github.com/apache/bigtop/pull/591#issuecomment-583277944
 
 
   Thanks, @sekikn .

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [bigtop] iwasakims commented on issue #591: BIGTOP-3281. Bump Tez to 0.9.2.

Posted by GitBox <gi...@apache.org>.
iwasakims commented on issue #591: BIGTOP-3281. Bump Tez to 0.9.2.
URL: https://github.com/apache/bigtop/pull/591#issuecomment-582853083
 
 
   minimal manual testing on single node docker provisioned cluster:
   
   ```
   $ cd provisioner/docker
   $ cat config.yaml
   docker:
           memory_limit: "12g"
           image: "bigtop/puppet:trunk-centos-7"
   
   distro: centos
   components: [hdfs, yarn, mapreduce, tez]
   enable_local_repo: true
   smoke_test_components: [hdfs]
   
   $ ./docker-hadoop.sh -c 1
   $ ./docker-hadoop.sh --exec 1 /bin/bash
   [root@d54010111793 /]# echo 'export HADOOP_CLASSPATH=/etc/tez/conf:/usr/lib/tez/*:/usr/lib/tez/lib/*:$HADOOP_CLASSPATH' >> /etc/hadoop/conf/hadoop-env.sh
   [root@d54010111793 /]# hdfs dfs -put /etc/hosts /tmp/
   [root@d54010111793 /]# yarn jar /usr/lib/tez/tez-examples-0.9.2.jar wordcount /tmp/hosts /tmp/out1
   [root@d54010111793 /]# hdfs dfs -cat /tmp/out1/part-v001-o000-r-00000
   127.0.0.1	1
   172.17.0.2	1
   d54010111793	1
   d54010111793.bigtop.apache.org	1
   localhost	1
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [bigtop] sekikn merged pull request #591: BIGTOP-3281. Bump Tez to 0.9.2.

Posted by GitBox <gi...@apache.org>.
sekikn merged pull request #591: BIGTOP-3281. Bump Tez to 0.9.2.
URL: https://github.com/apache/bigtop/pull/591
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [bigtop] evans-ye commented on issue #591: BIGTOP-3281. Bump Tez to 0.9.2.

Posted by GitBox <gi...@apache.org>.
evans-ye commented on issue #591: BIGTOP-3281. Bump Tez to 0.9.2.
URL: https://github.com/apache/bigtop/pull/591#issuecomment-583510400
 
 
   +1.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services