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/09/13 03:46:29 UTC

[GitHub] [bigtop] kevinw66 opened a new pull request, #1007: BIGTOP-3810: Fix wrong home configuration for httpfs on rpm build script

kevinw66 opened a new pull request, #1007:
URL: https://github.com/apache/bigtop/pull/1007

   <!--
     Thanks for sending a pull request!
       1. If this is your first time, please read our contributor guidelines: https://cwiki.apache.org/confluence/display/BIGTOP/How+to+Contribute
       2. Make sure your PR title starts with JIRA issue id, e.g., 'BIGTOP-3638: Your PR title ...'.
   -->
   
   ### Description of PR
   
   
   ### How was this patch tested?
   
   
   ### For code changes:
   
   - [ ] Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'BIGTOP-3638. Your PR title ...')?
   - [ ] Make sure that newly added files do not have any licensing issues. When in doubt refer to https://www.apache.org/licenses/


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


[GitHub] [bigtop] kevinw66 commented on pull request #1007: BIGTOP-3810: Fix wrong home configuration for httpfs on rpm build script

Posted by GitBox <gi...@apache.org>.
kevinw66 commented on PR #1007:
URL: https://github.com/apache/bigtop/pull/1007#issuecomment-1246180774

   > @kevinw66 Could you update [the script for deb](https://github.com/apache/bigtop/blob/fb9ef5da82d6528eef649f594faf87ea2edd7854/bigtop-packages/src/deb/hadoop/hadoop-httpfs.preinst#L40) too?
   
   @iwasakims Updated


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


[GitHub] [bigtop] iwasakims commented on pull request #1007: BIGTOP-3810: Fix wrong home configuration for httpfs on rpm build script

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

   @kevinw66 Could you update [the script for deb](https://github.com/apache/bigtop/blob/fb9ef5da82d6528eef649f594faf87ea2edd7854/bigtop-packages/src/deb/hadoop/hadoop-httpfs.preinst#L40) too?


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


[GitHub] [bigtop] iwasakims commented on pull request #1007: BIGTOP-3810: Fix wrong home configuration for HTTPFS on build scripts

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

   oops. I missed something for deb packaging. I filed [BIGTOP-3815](https://issues.apache.org/jira/browse/BIGTOP-3815) as follow-up. will submit a PR.
   
   ```
   Setting up hadoop-httpfs (3.3.4-1) ...
   chown: cannot access '/var/run/hadoop-httpfs': No such file or directory
   dpkg: error processing package hadoop-httpfs (--configure):
   ```


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


[GitHub] [bigtop] iwasakims merged pull request #1007: BIGTOP-3810: Fix wrong home configuration for HTTPFS on build scripts

Posted by GitBox <gi...@apache.org>.
iwasakims merged PR #1007:
URL: https://github.com/apache/bigtop/pull/1007


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


[GitHub] [bigtop] iwasakims commented on pull request #1007: BIGTOP-3810: Fix wrong home configuration for HTTPFS on build scripts

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

   Fix for the spec looks good.
   
   ```
   $ rpm -q --scripts -p output/hadoop/x86_64/hadoop-httpfs-3.3.4-1.el8.x86_64.rpm | grep home
   getent passwd httpfs >/dev/null || /usr/sbin/useradd --comment "Hadoop HTTPFS" --shell /bin/bash -M -r -g httpfs -G httpfs --home /var/lib/hadoop-httpfs httpfs
   ```
   


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