You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Paul Grey (Jira)" <ji...@apache.org> on 2023/06/09 20:29:00 UTC

[jira] [Resolved] (NIFI-11490) Enable specification of java command line options to NiFi process

     [ https://issues.apache.org/jira/browse/NIFI-11490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Grey resolved NIFI-11490.
------------------------------
    Resolution: Cannot Reproduce

On attempt to reproduce original observations, was unable to reproduce.  Closing...

> Enable specification of java command line options to NiFi process
> -----------------------------------------------------------------
>
>                 Key: NIFI-11490
>                 URL: https://issues.apache.org/jira/browse/NIFI-11490
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Paul Grey
>            Assignee: Paul Grey
>            Priority: Minor
>
> The method "RunNiFi.start()" enables the specification of JVM command line arguments to be supplied to the NiFi process (typically via bootstrap.conf).  Augment this functionality by adding the capability to specify JVM command line options, which would be added before the NiFi classpath.
> To launch a class file:
> java [options] mainclass [args ...]
> To launch the main class in a JAR file:
> java [options] -jar jarfile [args ...]
> https://docs.oracle.com/en/java/javase/13/docs/specs/man/java.html



--
This message was sent by Atlassian Jira
(v8.20.10#820010)