-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to support installing HDF 2.0.0.0 (Nifi 1.0) on Ambari 2.4
- Loading branch information
Showing
16 changed files
with
434 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?xml version="1.0"?> | ||
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?> | ||
|
||
<configuration> | ||
|
||
|
||
<property> | ||
<name>content</name> | ||
<display-name>Template for nifi-env.sh</display-name> | ||
<value> | ||
#!/bin/sh | ||
|
||
# The java implementation to use. | ||
export JAVA_HOME={{jdk64_home}} | ||
|
||
export NIFI_HOME={{nifi_dir}} | ||
|
||
#The directory for the NiFi pid file | ||
export NIFI_PID_DIR="{{nifi_pid_dir}}" | ||
|
||
#The directory for NiFi log files | ||
export NIFI_LOG_DIR="{{nifi_log_dir}}" | ||
|
||
|
||
</value> | ||
<description>Template for nifi-env.sh</description> | ||
<value-attributes> | ||
<type>content</type> | ||
</value-attributes> | ||
<on-ambari-upgrade add="true"/> | ||
</property> | ||
|
||
</configuration> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.