----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61107/#review181615 -----------------------------------------------------------
ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-START/scripts/custom_extensions.py Lines 29 (patched) <https://reviews.apache.org/r/61107/#comment257206> Add documentation ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-START/scripts/custom_extensions.py Lines 65 (patched) <https://reviews.apache.org/r/61107/#comment257207> Make /hdp/ext a config variable in order to avoid hardcoding it here ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-START/scripts/custom_extensions.py Lines 85 (patched) <https://reviews.apache.org/r/61107/#comment257208> Use constant instead of hardcoding /hdp/ext - Alejandro Fernandez On July 27, 2017, 4:09 p.m., Vitalyi Brodetskyi wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/61107/ > ----------------------------------------------------------- > > (Updated July 27, 2017, 4:09 p.m.) > > > Review request for Ambari, Andrew Onischuk, Sumit Mohanty, and Sid Wagle. > > > Bugs: AMBARI-21570 > https://issues.apache.org/jira/browse/AMBARI-21570 > > > Repository: ambari > > > Description > ------- > > Support custom extension to load third party libraries for integration with > other vendors > > > Diffs > ----- > > > ambari-common/src/main/python/resource_management/libraries/functions/constants.py > c74e029 > > ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/params_linux.py > c2111b4 > > ambari-server/src/main/resources/common-services/SPARK/1.2.1/package/scripts/params.py > 5dbbaed > > ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-ANY/scripts/params.py > 4052d1d > > ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-START/scripts/custom_extensions.py > PRE-CREATION > > ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-START/scripts/hook.py > f7705c4 > > ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-START/scripts/params.py > 2e7f5cd > > ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_features.json > 31cf0c8 > > ambari-server/src/main/resources/stacks/HDP/2.6/services/HBASE/configuration/hbase-env.xml > 9afaecb > > ambari-server/src/main/resources/stacks/HDP/2.6/services/HBASE/configuration/hbase-site.xml > 715023b > > ambari-server/src/main/resources/stacks/HDP/2.6/services/HDFS/configuration/core-site.xml > PRE-CREATION > > ambari-server/src/main/resources/stacks/HDP/2.6/services/HDFS/configuration/hadoop-env.xml > 04b9304 > > ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/hive-env.xml > 929c10d > > ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/hive-site.xml > a07c16f > > ambari-server/src/main/resources/stacks/HDP/2.6/services/YARN/configuration-mapred/mapred-site.xml > f03125b > > ambari-server/src/main/resources/stacks/HDP/2.6/services/YARN/configuration/yarn-site.xml > 5f8de49 > > > Diff: https://reviews.apache.org/r/61107/diff/6/ > > > Testing > ------- > > mvn clean test > > > Thanks, > > Vitalyi Brodetskyi > >
