Github user jfrazee commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/1422#discussion_r96313139
  
    --- Diff: nifi-assembly/pom.xml ---
    @@ -19,6 +19,10 @@ language governing permissions and limitations under the 
License. -->
         <artifactId>nifi-assembly</artifactId>
         <packaging>pom</packaging>
         <description>This is the assembly Apache NiFi</description>
    +    <!--Add a blank run.as in case RPM isn't being used -->
    +    <properties>
    +        <nifi.run.as />
    --- End diff --
    
    @trixpan I guess what I'm saying is that with this change I think -Prpm 
makes a good rpm but not a good .tar.gz or .zip since the user will now need to 
edit bootstrap.conf if they're using the archive package; install.sh doesn't 
create the nifi user, right? I think somehow or other it needs to use the 
defaultUsername that the maven-rpm-plugin is using but I'm not sure how without 
digging further.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to