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 2021/04/06 14:34:38 UTC

[GitHub] [bigtop] iwasakims edited a comment on pull request #764: BIGTOP-3532. Fix smoke-tests for Oozie 5.2.1.

iwasakims edited a comment on pull request #764:
URL: https://github.com/apache/bigtop/pull/764#issuecomment-814169376


   I tested this on CentOS 8 by applying the diff over #763.
   
   ```
   $ ./docker-hadoop.sh \
      --create 1 \
      --image bigtop/puppet:trunk-centos-8 \
      --memory 16g \
      --repo file:///bigtop-home/output \
      --disable-gpg-check \
      --stack hdfs,yarn,mapreduce,hive,oozie \
      --smoke-tests oozie
   ...
   > Task :bigtop-tests:smoke-tests:oozie:test
   Finished generating test XML results (0.007 secs) into: /bigtop-home/bigtop-tests/smoke-tests/oozie/build/test-results/test
   Generating HTML test report...
   Finished generating test html results (0.013 secs) into: /bigtop-home/bigtop-tests/smoke-tests/oozie/build/reports/tests/test
   Now testing...
   :bigtop-tests:smoke-tests:oozie:test (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 6 mins 17.776 secs.
   
   BUILD SUCCESSFUL in 7m 6s
   35 actionable tasks: 6 executed, 29 up-to-date
   Stopped 1 worker daemon(s).
   + rm -rf buildSrc/build/test-results/binary
   + rm -rf /bigtop-home/.gradle
   
   $ ./docker-hadoop.sh --exec 1 oozie jobs
   ...
   SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
   Job ID                                   App Name     Status    User      Group     Started                 Ended
   ------------------------------------------------------------------------------------------------------------------------------------
   0000007-210406141350429-oozie-oozi-W     map-reduce-wfSUCCEEDED root      -         2021-04-06 14:27 GMT    2021-04-06 14:28 GMT
   ------------------------------------------------------------------------------------------------------------------------------------
   0000006-210406141350429-oozie-oozi-W     hadoop-el-wf SUCCEEDED root      -         2021-04-06 14:26 GMT    2021-04-06 14:27 GMT
   ------------------------------------------------------------------------------------------------------------------------------------
   0000005-210406141350429-oozie-oozi-W     streaming-wf SUCCEEDED root      -         2021-04-06 14:25 GMT    2021-04-06 14:26 GMT
   ------------------------------------------------------------------------------------------------------------------------------------
   0000004-210406141350429-oozie-oozi-W     java-main-wf SUCCEEDED root      -         2021-04-06 14:24 GMT    2021-04-06 14:24 GMT
   ------------------------------------------------------------------------------------------------------------------------------------
   0000003-210406141350429-oozie-oozi-W     no-op-wf     SUCCEEDED root      -         2021-04-06 14:24 GMT    2021-04-06 14:24 GMT
   ------------------------------------------------------------------------------------------------------------------------------------
   0000002-210406141350429-oozie-oozi-W     hive2-wf     SUCCEEDED root      -         2021-04-06 14:23 GMT    2021-04-06 14:24 GMT
   ------------------------------------------------------------------------------------------------------------------------------------
   0000001-210406141350429-oozie-oozi-W     map-reduce-wfSUCCEEDED root      -         2021-04-06 14:22 GMT    2021-04-06 14:23 GMT
   ------------------------------------------------------------------------------------------------------------------------------------
   0000000-210406141350429-oozie-oozi-W     subwf-wf     SUCCEEDED root      -         2021-04-06 14:22 GMT    2021-04-06 14:23 GMT
   ------------------------------------------------------------------------------------------------------------------------------------
   ```
   


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