Github user jfrazee commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1422#discussion_r96305976
--- 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 Including this at the top level means that with the rpm profile,
the bootstrap.conf included in the .tar.gz and .zip packages has run.as=nifi.
Is this the right behavior?
---
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 [email protected] or file a JIRA ticket
with INFRA.
---