You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@ambari.apache.org by Sid Wagle <sw...@hortonworks.com> on 2017/07/28 22:47:10 UTC

Review Request 61235: EU: Modify configs to enable custom extensions functionality

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61235/
-----------------------------------------------------------

Review request for Ambari, Alejandro Fernandez, Sumit Mohanty, and Vitalyi Brodetskyi.


Bugs: AMBARI-21610
    https://issues.apache.org/jira/browse/AMBARI-21610


Repository: ambari


Description
-------

We need EU to modify the configs that we have changed to add the path to the class path.

Pre Upgrade (say for hadoop in a BI-4.2.5 cluster)
- There is an HDFS folder /iop/ext/4.2.5/hadoop where users have put their custom extension jars
- On start of hadoop services we copy jars from HDFS to on disk location /usr/iop/current/ext/hadoop
- All class path variables include the on disk path

Post Upgrade (for HDP-2.6.2 cluster)
- HDP clusters now have an HDFS folder /hdp/ext/2.6/hadoop where the users must copy the extension jars again (some jars may be new as its an upgrade)
- On start of hadoop services we copy jars from the above location to disk at /usr/hdp/current/ext/hadoop
- Class paths now should now have the above path


Diffs
-----

  ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/config-upgrade.xml f71e91a 
  ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/nonrolling-upgrade-to-hdp-2.6.xml a7fdeec 
  ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/config-upgrade.xml a3b190f 
  ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/nonrolling-upgrade-to-hdp-2.6.xml 5532248 


Diff: https://reviews.apache.org/r/61235/diff/1/


Testing
-------

Manually verified.


Thanks,

Sid Wagle


Re: Review Request 61235: EU: Modify configs to enable custom extensions functionality

Posted by Alejandro Fernandez <af...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61235/#review181750
-----------------------------------------------------------


Ship it!




Ship It!

- Alejandro Fernandez


On July 28, 2017, 11:42 p.m., Sid Wagle wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/61235/
> -----------------------------------------------------------
> 
> (Updated July 28, 2017, 11:42 p.m.)
> 
> 
> Review request for Ambari, Alejandro Fernandez, Sumit Mohanty, and Vitalyi Brodetskyi.
> 
> 
> Bugs: AMBARI-21610
>     https://issues.apache.org/jira/browse/AMBARI-21610
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> We need EU to modify the configs that we have changed to add the path to the class path.
> 
> Pre Upgrade (say for hadoop in a BI-4.2.5 cluster)
> - There is an HDFS folder /iop/ext/4.2.5/hadoop where users have put their custom extension jars
> - On start of hadoop services we copy jars from HDFS to on disk location /usr/iop/current/ext/hadoop
> - All class path variables include the on disk path
> 
> Post Upgrade (for HDP-2.6.2 cluster)
> - HDP clusters now have an HDFS folder /hdp/ext/2.6/hadoop where the users must copy the extension jars again (some jars may be new as its an upgrade)
> - On start of hadoop services we copy jars from the above location to disk at /usr/hdp/current/ext/hadoop
> - Class paths now should now have the above path
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/config-upgrade.xml f71e91a 
>   ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/nonrolling-upgrade-to-hdp-2.6.xml a7fdeec 
>   ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/config-upgrade.xml a3b190f 
>   ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/nonrolling-upgrade-to-hdp-2.6.xml 5532248 
> 
> 
> Diff: https://reviews.apache.org/r/61235/diff/3/
> 
> 
> Testing
> -------
> 
> Manually verified.
> 
> 
> Thanks,
> 
> Sid Wagle
> 
>


Re: Review Request 61235: EU: Modify configs to enable custom extensions functionality

Posted by Sid Wagle <sw...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61235/
-----------------------------------------------------------

(Updated July 28, 2017, 11:42 p.m.)


Review request for Ambari, Alejandro Fernandez, Sumit Mohanty, and Vitalyi Brodetskyi.


Changes
-------

Minor changes to log messages.


Bugs: AMBARI-21610
    https://issues.apache.org/jira/browse/AMBARI-21610


Repository: ambari


Description
-------

We need EU to modify the configs that we have changed to add the path to the class path.

Pre Upgrade (say for hadoop in a BI-4.2.5 cluster)
- There is an HDFS folder /iop/ext/4.2.5/hadoop where users have put their custom extension jars
- On start of hadoop services we copy jars from HDFS to on disk location /usr/iop/current/ext/hadoop
- All class path variables include the on disk path

Post Upgrade (for HDP-2.6.2 cluster)
- HDP clusters now have an HDFS folder /hdp/ext/2.6/hadoop where the users must copy the extension jars again (some jars may be new as its an upgrade)
- On start of hadoop services we copy jars from the above location to disk at /usr/hdp/current/ext/hadoop
- Class paths now should now have the above path


Diffs (updated)
-----

  ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/config-upgrade.xml f71e91a 
  ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/nonrolling-upgrade-to-hdp-2.6.xml a7fdeec 
  ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/config-upgrade.xml a3b190f 
  ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/nonrolling-upgrade-to-hdp-2.6.xml 5532248 


Diff: https://reviews.apache.org/r/61235/diff/3/

Changes: https://reviews.apache.org/r/61235/diff/2-3/


Testing
-------

Manually verified.


Thanks,

Sid Wagle


Re: Review Request 61235: EU: Modify configs to enable custom extensions functionality

Posted by Sid Wagle <sw...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61235/
-----------------------------------------------------------

(Updated July 28, 2017, 11:10 p.m.)


Review request for Ambari, Alejandro Fernandez, Sumit Mohanty, and Vitalyi Brodetskyi.


Changes
-------

Fixed newline errors.


Bugs: AMBARI-21610
    https://issues.apache.org/jira/browse/AMBARI-21610


Repository: ambari


Description
-------

We need EU to modify the configs that we have changed to add the path to the class path.

Pre Upgrade (say for hadoop in a BI-4.2.5 cluster)
- There is an HDFS folder /iop/ext/4.2.5/hadoop where users have put their custom extension jars
- On start of hadoop services we copy jars from HDFS to on disk location /usr/iop/current/ext/hadoop
- All class path variables include the on disk path

Post Upgrade (for HDP-2.6.2 cluster)
- HDP clusters now have an HDFS folder /hdp/ext/2.6/hadoop where the users must copy the extension jars again (some jars may be new as its an upgrade)
- On start of hadoop services we copy jars from the above location to disk at /usr/hdp/current/ext/hadoop
- Class paths now should now have the above path


Diffs (updated)
-----

  ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/config-upgrade.xml f71e91a 
  ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/nonrolling-upgrade-to-hdp-2.6.xml a7fdeec 
  ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/config-upgrade.xml a3b190f 
  ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/nonrolling-upgrade-to-hdp-2.6.xml 5532248 


Diff: https://reviews.apache.org/r/61235/diff/2/

Changes: https://reviews.apache.org/r/61235/diff/1-2/


Testing
-------

Manually verified.


Thanks,

Sid Wagle