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

    https://github.com/apache/nifi/pull/1422#discussion_r96983531
  
    --- 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 So from my point of view running the rpm profile should be 
additive and not change the .tar.gz or .zip. I think we can use 
installScriptlet or postinstallScriptlet to do a sed replace of the run.as= and 
not have to fuss with modifying bootstrap.conf outside of the rpm. Thoughts?


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