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 2022/01/26 10:07:35 UTC

[GitHub] [bigtop] iwasakims commented on pull request #858: BIGTOP-3635: Bump logstash's log4j dependencies to 2.17.0

iwasakims commented on pull request #858:
URL: https://github.com/apache/bigtop/pull/858#issuecomment-1022048965


   looks good on Ubuntu 20.04 too.
   ```
   $ ./gradlew logstash-clean logstash-pkg repo
   
   $ dpkg-deb -c output/logstash/logstash_5.4.1-2_all.deb | grep -i log4j
   -rw-r--r-- root/root      1333 2022-01-26 09:42 ./etc/logstash/conf.dist/log4j2.properties
   drwxr-xr-x root/root         0 2022-01-26 09:42 ./usr/lib/logstash/logstash-core/lib/org/apache/logging/log4j/
   drwxr-xr-x root/root         0 2022-01-26 09:42 ./usr/lib/logstash/logstash-core/lib/org/apache/logging/log4j/log4j-api/
   drwxr-xr-x root/root         0 2022-01-26 09:42 ./usr/lib/logstash/logstash-core/lib/org/apache/logging/log4j/log4j-api/2.17.0/
   -rwxr-xr-x root/root    301742 2022-01-26 09:42 ./usr/lib/logstash/logstash-core/lib/org/apache/logging/log4j/log4j-api/2.17.0/log4j-api-2.17.0.jar
   drwxr-xr-x root/root         0 2022-01-26 09:42 ./usr/lib/logstash/logstash-core/lib/org/apache/logging/log4j/log4j-core/
   drwxr-xr-x root/root         0 2022-01-26 09:42 ./usr/lib/logstash/logstash-core/lib/org/apache/logging/log4j/log4j-core/2.17.0/
   -rwxr-xr-x root/root   1789297 2022-01-26 09:42 ./usr/lib/logstash/logstash-core/lib/org/apache/logging/log4j/log4j-core/2.17.0/log4j-core-2.17.0.jar
   
   $ cd provisioner/docker
   
   $ ./docker-hadoop.sh \
       --create 1 \
       --image bigtop/puppet:trunk-ubuntu-20.04 \
       --memory 16g \
       --repo file:///bigtop-home/output/apt \
       --disable-gpg-check \
       --stack logstash \
       --smoke-tests logstash
   ...
   Now testing...
   :bigtop-tests:smoke-tests:logstash:test (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 13.162 secs.
   
   BUILD SUCCESSFUL in 44s
   34 actionable tasks: 7 executed, 27 up-to-date
   ```


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

To unsubscribe, e-mail: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org