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/14 03:21:48 UTC

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

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