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/03/21 17:17:13 UTC

[GitHub] [bigtop] iwasakims opened a new pull request #761: Bigtop 3528

iwasakims opened a new pull request #761:
URL: https://github.com/apache/bigtop/pull/761


   https://issues.apache.org/jira/browse/BIGTOP-3528
   
   We need to fix following issues
   
   * compilation error due to version mismatch
     * hive
     * hadoop
     * log4j2
     * httpclient 
   * migration from Tomcat to Jetty [OOZIE-2317](https://issues.apache.org/jira/browse/OOZIE-2317)
   


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



[GitHub] [bigtop] sekikn commented on pull request #761: BIGTOP-3528. Bump Oozie to 5.2.0

Posted by GitBox <gi...@apache.org>.
sekikn commented on pull request #761:
URL: https://github.com/apache/bigtop/pull/761#issuecomment-805859901


   +1, I successfully built and deployed Oozie 5.2.1 with this PR on CentOS 7, 8, Debian 10, and Ubuntu 18.04.
   We possibly have to fix its puppet manifest and/or smoke test additionally, because the smoke test failed on my environment. But it can be addressed as another follow-up issue.
   Thanks @iwasakims for working on this!


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



[GitHub] [bigtop] iwasakims commented on pull request #761: BIGTOP-3528. Bump Oozie to 5.2.0

Posted by GitBox <gi...@apache.org>.
iwasakims commented on pull request #761:
URL: https://github.com/apache/bigtop/pull/761#issuecomment-804134002


   > ln -s -f /var/lib/oozie/ext-2.2 debian/oozie/usr/lib/oozie/webapps/oozie/ext-2.2
   > ln: failed to create symbolic link 'debian/oozie/usr/lib/oozie/webapps/oozie/ext-2.2': No such file or directory
   
   fixed this error.


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



[GitHub] [bigtop] iwasakims commented on pull request #761: Bigtop 3528

Posted by GitBox <gi...@apache.org>.
iwasakims commented on pull request #761:
URL: https://github.com/apache/bigtop/pull/761#issuecomment-803626256


   I fixed compilation erros and issues in install_oozie.sh. init script should be fixed too for [OOZIE-2317](https://issues.apache.org/jira/browse/OOZIE-2317).


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



[GitHub] [bigtop] sekikn merged pull request #761: BIGTOP-3528. Bump Oozie to 5.2.0

Posted by GitBox <gi...@apache.org>.
sekikn merged pull request #761:
URL: https://github.com/apache/bigtop/pull/761


   


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



[GitHub] [bigtop] sekikn commented on pull request #761: Bigtop 3528

Posted by GitBox <gi...@apache.org>.
sekikn commented on pull request #761:
URL: https://github.com/apache/bigtop/pull/761#issuecomment-803695060


   @iwasakims Thank you for addressing this! A few comments:
   
   * Oozie 5.2.1 has been released recently. How about upgrading to that?
   
   * On Ubuntu 18.04 and 20.04, this PR failed with the following error.
   
   ```
   ln -s -f /var/lib/oozie/ext-2.2 debian/oozie/usr/lib/oozie/webapps/oozie/ext-2.2
   ln: failed to create symbolic link 'debian/oozie/usr/lib/oozie/webapps/oozie/ext-2.2': No such file or directory
   make[1]: *** [debian/rules:40: override_dh_auto_install] Error 1
   make[1]: Leaving directory '/home/vagrant/bigtop/output/oozie/oozie-5.2.0'
   make: *** [debian/rules:27: binary] Error 2
   dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2
   debuild: fatal error at line 1182:
   dpkg-buildpackage -us -uc -ui -b
    failed
   
   > Task :oozie-deb FAILED
   ```


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



[GitHub] [bigtop] iwasakims commented on pull request #761: BIGTOP-3528. Bump Oozie to 5.2.0

Posted by GitBox <gi...@apache.org>.
iwasakims commented on pull request #761:
URL: https://github.com/apache/bigtop/pull/761#issuecomment-804079335


   > Oozie 5.2.1 has been released recently. How about upgrading to that?
   
   Sure. The patch0 is applicable without update.


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