You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Alejandro Fernandez <af...@hortonworks.com> on 2014/10/24 22:51:18 UTC

Re: Review Request 27159: Revert injection of versioned RPMs in Tez & WebHCat, and use static *-site.xml file with ${hdp.version} variable

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

(Updated Oct. 24, 2014, 8:51 p.m.)


Review request for Ambari, Andrew Onischuk, Dmytro Sen, Jonathan Hurley, Nate Cole, Sumit Mohanty, and Sid Wagle.


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


Repository: ambari


Description
-------

Now that https://github.com/hortonworks/bigtop-new/commit/2118396f2b18824177f1a2aaa322491e1bfd53a9 allows using ${hdp.version} as a variable, WebHCat and Tez need to use a static *-site.xml file.

The properties used in these *-site.xml files need to reference versioned rpms that will make use of the ${hdp_version} variable.
The component version will have to be defined upfront. E.g.,

tez-0.6.0.${hdp.version}.tar.gz
pig-0.14.0.${hdp.version}.tar.gz
hive-0.14.0.${hdp.version}.tar.gz
sqoop-1.4.5.${hdp.version}.tar.gz
hadoop-streaming-2.6.0.${hdp.version}.jar


Diffs
-----

  ambari-common/src/main/python/resource_management/libraries/functions/dynamic_variable_interpretation.py 97c9bf9 
  ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py 09e1c18 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py 18b2651 
  ambari-server/src/main/resources/stacks/HDP/2.1/services/TEZ/package/scripts/tez.py 97614c4 
  ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/webhcat-site.xml 94b3c20 
  ambari-server/src/main/resources/stacks/HDP/2.2/services/TEZ/configuration/tez-site.xml 1035412 

Diff: https://reviews.apache.org/r/27159/diff/


Testing
-------

----------------------------------------------------------------------
Total run:672
Total errors:0
Total failures:0
OK

Deployed a cluster with HDP 2.2 (rpm 1048).
Changed the hive.execution.engine from mr to tez, and changed tez.runtime.compress to false
Then ran a couple of hive queries to ensure everything was working originally.

Next, replaced my files,

yes | cp /vagrant/ambari/ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py                   /usr/lib/ambari-server/lib/resource_management/libraries/script/config_dictionary.py
yes | cp /vagrant/ambari/ambari-common/src/main/python/resource_management/libraries/functions/dynamic_variable_interpretation.py  /usr/lib/ambari-server/lib/resource_management/libraries/functions/dynamic_variable_interpretation.py
yes | cp /vagrant/ambari/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py                /var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py
yes | cp /vagrant/ambari/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py                /var/lib/ambari-server/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py
yes | cp /vagrant/ambari/ambari-server/src/main/resources/stacks/HDP/2.1/services/TEZ/package/scripts/tez.py                       /var/lib/ambari-agent/cache/stacks/HDP/2.1/services/TEZ/package/scripts/tez.py
yes | cp /vagrant/ambari/ambari-server/src/main/resources/stacks/HDP/2.1/services/TEZ/package/scripts/tez.py                       /var/lib/ambari-server/resources/stacks/HDP/2.1/services/TEZ/package/scripts/tez.py

And updated all of these properties,
File Name    Property                      Value
tez-site     tez.lib.uris                  "hdfs:///hdp/apps/${hdp.version}/tez/tez-0.6.0.${hdp.version}.tar.gz"
webhcat-site templeton.pig.archive         "hdfs:///hdp/apps/${hdp.version}/pig/pig-0.14.0.${hdp.version}.tar.gz"
webhcat-site templeton.hive.archive        "hdfs:///hdp/apps/${hdp.version}/hive/hive-0.14.0.${hdp.version}.tar.gz"
webhcat-site templeton.sqoop.archive       "hdfs:///hdp/apps/${hdp.version}/sqoop/sqoop-1.4.5.${hdp.version}.tar.gz"
webhcat-site templeton.sqoop.path          "sqoop-1.4.5.${hdp.version}.tar.gz/sqoop/bin/sqoop"
webhcat-site templeton.streaming.jar       "hdfs:///hdp/apps/${hdp.version}/mr/hadoop-streaming-2.6.0.${hdp.version}.jar"
webhcat-site templeton.pig.path            "pig-0.14.0.${hdp.version}.tar.gz/pig/bin/pig"
webhcat-site templeton.hive.home           "hive-0.14.0.${hdp.version}.tar.gz/hive"
webhcat-site templeton.hcat.home           "hive-0.14.0.${hdp.version}.tar.gz/hive/hcatalog"
webhcat-site templeton.hive.path           "hive-0.14.0.${hdp.version}.tar.gz/hive/bin/hive"

Then restarted the Tez and Hiver services, and ran a service check on Pig and Tez to make sure everything still worked.
Next, verified that /etc/tez/conf/tez-site.xml and /etc/hive-webhcat/conf/webhcat-site.xml has the correct values.

Then ran another hive query to verify it still worked.


Thanks,

Alejandro Fernandez


Re: Review Request 27159: Revert injection of versioned RPMs in Tez & WebHCat, and use static *-site.xml file with ${hdp.version} variable

Posted by Sumit Mohanty <sm...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27159/#review58422
-----------------------------------------------------------

Ship it!


Ship It!

- Sumit Mohanty


On Oct. 24, 2014, 8:51 p.m., Alejandro Fernandez wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/27159/
> -----------------------------------------------------------
> 
> (Updated Oct. 24, 2014, 8:51 p.m.)
> 
> 
> Review request for Ambari, Andrew Onischuk, Dmytro Sen, Jonathan Hurley, Nate Cole, Sumit Mohanty, and Sid Wagle.
> 
> 
> Bugs: AMBARI-7960
>     https://issues.apache.org/jira/browse/AMBARI-7960
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Now that https://github.com/hortonworks/bigtop-new/commit/2118396f2b18824177f1a2aaa322491e1bfd53a9 allows using ${hdp.version} as a variable, WebHCat and Tez need to use a static *-site.xml file.
> 
> The properties used in these *-site.xml files need to reference versioned rpms that will make use of the ${hdp_version} variable.
> The component version will have to be defined upfront. E.g.,
> 
> tez-0.6.0.${hdp.version}.tar.gz
> pig-0.14.0.${hdp.version}.tar.gz
> hive-0.14.0.${hdp.version}.tar.gz
> sqoop-1.4.5.${hdp.version}.tar.gz
> hadoop-streaming-2.6.0.${hdp.version}.jar
> 
> 
> Diffs
> -----
> 
>   ambari-common/src/main/python/resource_management/libraries/functions/dynamic_variable_interpretation.py 97c9bf9 
>   ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py 09e1c18 
>   ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py 18b2651 
>   ambari-server/src/main/resources/stacks/HDP/2.1/services/TEZ/package/scripts/tez.py 97614c4 
>   ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/webhcat-site.xml 94b3c20 
>   ambari-server/src/main/resources/stacks/HDP/2.2/services/TEZ/configuration/tez-site.xml 1035412 
> 
> Diff: https://reviews.apache.org/r/27159/diff/
> 
> 
> Testing
> -------
> 
> ----------------------------------------------------------------------
> Total run:672
> Total errors:0
> Total failures:0
> OK
> 
> Deployed a cluster with HDP 2.2 (rpm 1048).
> Changed the hive.execution.engine from mr to tez, and changed tez.runtime.compress to false
> Then ran a couple of hive queries to ensure everything was working originally.
> 
> Next, replaced my files,
> 
> yes | cp /vagrant/ambari/ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py                   /usr/lib/ambari-server/lib/resource_management/libraries/script/config_dictionary.py
> yes | cp /vagrant/ambari/ambari-common/src/main/python/resource_management/libraries/functions/dynamic_variable_interpretation.py  /usr/lib/ambari-server/lib/resource_management/libraries/functions/dynamic_variable_interpretation.py
> yes | cp /vagrant/ambari/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py                /var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py
> yes | cp /vagrant/ambari/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py                /var/lib/ambari-server/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py
> yes | cp /vagrant/ambari/ambari-server/src/main/resources/stacks/HDP/2.1/services/TEZ/package/scripts/tez.py                       /var/lib/ambari-agent/cache/stacks/HDP/2.1/services/TEZ/package/scripts/tez.py
> yes | cp /vagrant/ambari/ambari-server/src/main/resources/stacks/HDP/2.1/services/TEZ/package/scripts/tez.py                       /var/lib/ambari-server/resources/stacks/HDP/2.1/services/TEZ/package/scripts/tez.py
> 
> And updated all of these properties,
> File Name    Property                      Value
> tez-site     tez.lib.uris                  "hdfs:///hdp/apps/${hdp.version}/tez/tez-0.6.0.${hdp.version}.tar.gz"
> webhcat-site templeton.pig.archive         "hdfs:///hdp/apps/${hdp.version}/pig/pig-0.14.0.${hdp.version}.tar.gz"
> webhcat-site templeton.hive.archive        "hdfs:///hdp/apps/${hdp.version}/hive/hive-0.14.0.${hdp.version}.tar.gz"
> webhcat-site templeton.sqoop.archive       "hdfs:///hdp/apps/${hdp.version}/sqoop/sqoop-1.4.5.${hdp.version}.tar.gz"
> webhcat-site templeton.sqoop.path          "sqoop-1.4.5.${hdp.version}.tar.gz/sqoop/bin/sqoop"
> webhcat-site templeton.streaming.jar       "hdfs:///hdp/apps/${hdp.version}/mr/hadoop-streaming-2.6.0.${hdp.version}.jar"
> webhcat-site templeton.pig.path            "pig-0.14.0.${hdp.version}.tar.gz/pig/bin/pig"
> webhcat-site templeton.hive.home           "hive-0.14.0.${hdp.version}.tar.gz/hive"
> webhcat-site templeton.hcat.home           "hive-0.14.0.${hdp.version}.tar.gz/hive/hcatalog"
> webhcat-site templeton.hive.path           "hive-0.14.0.${hdp.version}.tar.gz/hive/bin/hive"
> 
> Then restarted the Tez and Hiver services, and ran a service check on Pig and Tez to make sure everything still worked.
> Next, verified that /etc/tez/conf/tez-site.xml and /etc/hive-webhcat/conf/webhcat-site.xml has the correct values.
> 
> Then ran another hive query to verify it still worked.
> 
> 
> Thanks,
> 
> Alejandro Fernandez
> 
>


Re: Review Request 27159: Revert injection of versioned RPMs in Tez & WebHCat, and use static *-site.xml file with ${hdp.version} variable

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



ambari-common/src/main/python/resource_management/libraries/functions/dynamic_variable_interpretation.py
<https://reviews.apache.org/r/27159/#comment99330>

    These methods for variable injection are no longer needed.



ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/webhcat-site.xml
<https://reviews.apache.org/r/27159/#comment99331>

    The new method for supporting versioned RPMs is to use the ${hdp.version} system variable, and hardcode the component versions.



ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/webhcat-site.xml
<https://reviews.apache.org/r/27159/#comment99333>

    These properties were inherited from the 2.0.6 stack and did not have the version number in the tarball names.


- Alejandro Fernandez


On Oct. 24, 2014, 8:51 p.m., Alejandro Fernandez wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/27159/
> -----------------------------------------------------------
> 
> (Updated Oct. 24, 2014, 8:51 p.m.)
> 
> 
> Review request for Ambari, Andrew Onischuk, Dmytro Sen, Jonathan Hurley, Nate Cole, Sumit Mohanty, and Sid Wagle.
> 
> 
> Bugs: AMBARI-7960
>     https://issues.apache.org/jira/browse/AMBARI-7960
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Now that https://github.com/hortonworks/bigtop-new/commit/2118396f2b18824177f1a2aaa322491e1bfd53a9 allows using ${hdp.version} as a variable, WebHCat and Tez need to use a static *-site.xml file.
> 
> The properties used in these *-site.xml files need to reference versioned rpms that will make use of the ${hdp_version} variable.
> The component version will have to be defined upfront. E.g.,
> 
> tez-0.6.0.${hdp.version}.tar.gz
> pig-0.14.0.${hdp.version}.tar.gz
> hive-0.14.0.${hdp.version}.tar.gz
> sqoop-1.4.5.${hdp.version}.tar.gz
> hadoop-streaming-2.6.0.${hdp.version}.jar
> 
> 
> Diffs
> -----
> 
>   ambari-common/src/main/python/resource_management/libraries/functions/dynamic_variable_interpretation.py 97c9bf9 
>   ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py 09e1c18 
>   ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py 18b2651 
>   ambari-server/src/main/resources/stacks/HDP/2.1/services/TEZ/package/scripts/tez.py 97614c4 
>   ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/webhcat-site.xml 94b3c20 
>   ambari-server/src/main/resources/stacks/HDP/2.2/services/TEZ/configuration/tez-site.xml 1035412 
> 
> Diff: https://reviews.apache.org/r/27159/diff/
> 
> 
> Testing
> -------
> 
> ----------------------------------------------------------------------
> Total run:672
> Total errors:0
> Total failures:0
> OK
> 
> Deployed a cluster with HDP 2.2 (rpm 1048).
> Changed the hive.execution.engine from mr to tez, and changed tez.runtime.compress to false
> Then ran a couple of hive queries to ensure everything was working originally.
> 
> Next, replaced my files,
> 
> yes | cp /vagrant/ambari/ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py                   /usr/lib/ambari-server/lib/resource_management/libraries/script/config_dictionary.py
> yes | cp /vagrant/ambari/ambari-common/src/main/python/resource_management/libraries/functions/dynamic_variable_interpretation.py  /usr/lib/ambari-server/lib/resource_management/libraries/functions/dynamic_variable_interpretation.py
> yes | cp /vagrant/ambari/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py                /var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py
> yes | cp /vagrant/ambari/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py                /var/lib/ambari-server/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py
> yes | cp /vagrant/ambari/ambari-server/src/main/resources/stacks/HDP/2.1/services/TEZ/package/scripts/tez.py                       /var/lib/ambari-agent/cache/stacks/HDP/2.1/services/TEZ/package/scripts/tez.py
> yes | cp /vagrant/ambari/ambari-server/src/main/resources/stacks/HDP/2.1/services/TEZ/package/scripts/tez.py                       /var/lib/ambari-server/resources/stacks/HDP/2.1/services/TEZ/package/scripts/tez.py
> 
> And updated all of these properties,
> File Name    Property                      Value
> tez-site     tez.lib.uris                  "hdfs:///hdp/apps/${hdp.version}/tez/tez-0.6.0.${hdp.version}.tar.gz"
> webhcat-site templeton.pig.archive         "hdfs:///hdp/apps/${hdp.version}/pig/pig-0.14.0.${hdp.version}.tar.gz"
> webhcat-site templeton.hive.archive        "hdfs:///hdp/apps/${hdp.version}/hive/hive-0.14.0.${hdp.version}.tar.gz"
> webhcat-site templeton.sqoop.archive       "hdfs:///hdp/apps/${hdp.version}/sqoop/sqoop-1.4.5.${hdp.version}.tar.gz"
> webhcat-site templeton.sqoop.path          "sqoop-1.4.5.${hdp.version}.tar.gz/sqoop/bin/sqoop"
> webhcat-site templeton.streaming.jar       "hdfs:///hdp/apps/${hdp.version}/mr/hadoop-streaming-2.6.0.${hdp.version}.jar"
> webhcat-site templeton.pig.path            "pig-0.14.0.${hdp.version}.tar.gz/pig/bin/pig"
> webhcat-site templeton.hive.home           "hive-0.14.0.${hdp.version}.tar.gz/hive"
> webhcat-site templeton.hcat.home           "hive-0.14.0.${hdp.version}.tar.gz/hive/hcatalog"
> webhcat-site templeton.hive.path           "hive-0.14.0.${hdp.version}.tar.gz/hive/bin/hive"
> 
> Then restarted the Tez and Hiver services, and ran a service check on Pig and Tez to make sure everything still worked.
> Next, verified that /etc/tez/conf/tez-site.xml and /etc/hive-webhcat/conf/webhcat-site.xml has the correct values.
> 
> Then ran another hive query to verify it still worked.
> 
> 
> Thanks,
> 
> Alejandro Fernandez
> 
>


Re: Review Request 27159: Revert injection of versioned RPMs in Tez & WebHCat, and use static *-site.xml file with ${hdp.version} variable

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

Ship it!


Ship It!

- Sid Wagle


On Oct. 24, 2014, 8:51 p.m., Alejandro Fernandez wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/27159/
> -----------------------------------------------------------
> 
> (Updated Oct. 24, 2014, 8:51 p.m.)
> 
> 
> Review request for Ambari, Andrew Onischuk, Dmytro Sen, Jonathan Hurley, Nate Cole, Sumit Mohanty, and Sid Wagle.
> 
> 
> Bugs: AMBARI-7960
>     https://issues.apache.org/jira/browse/AMBARI-7960
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Now that https://github.com/hortonworks/bigtop-new/commit/2118396f2b18824177f1a2aaa322491e1bfd53a9 allows using ${hdp.version} as a variable, WebHCat and Tez need to use a static *-site.xml file.
> 
> The properties used in these *-site.xml files need to reference versioned rpms that will make use of the ${hdp_version} variable.
> The component version will have to be defined upfront. E.g.,
> 
> tez-0.6.0.${hdp.version}.tar.gz
> pig-0.14.0.${hdp.version}.tar.gz
> hive-0.14.0.${hdp.version}.tar.gz
> sqoop-1.4.5.${hdp.version}.tar.gz
> hadoop-streaming-2.6.0.${hdp.version}.jar
> 
> 
> Diffs
> -----
> 
>   ambari-common/src/main/python/resource_management/libraries/functions/dynamic_variable_interpretation.py 97c9bf9 
>   ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py 09e1c18 
>   ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py 18b2651 
>   ambari-server/src/main/resources/stacks/HDP/2.1/services/TEZ/package/scripts/tez.py 97614c4 
>   ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/webhcat-site.xml 94b3c20 
>   ambari-server/src/main/resources/stacks/HDP/2.2/services/TEZ/configuration/tez-site.xml 1035412 
> 
> Diff: https://reviews.apache.org/r/27159/diff/
> 
> 
> Testing
> -------
> 
> ----------------------------------------------------------------------
> Total run:672
> Total errors:0
> Total failures:0
> OK
> 
> Deployed a cluster with HDP 2.2 (rpm 1048).
> Changed the hive.execution.engine from mr to tez, and changed tez.runtime.compress to false
> Then ran a couple of hive queries to ensure everything was working originally.
> 
> Next, replaced my files,
> 
> yes | cp /vagrant/ambari/ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py                   /usr/lib/ambari-server/lib/resource_management/libraries/script/config_dictionary.py
> yes | cp /vagrant/ambari/ambari-common/src/main/python/resource_management/libraries/functions/dynamic_variable_interpretation.py  /usr/lib/ambari-server/lib/resource_management/libraries/functions/dynamic_variable_interpretation.py
> yes | cp /vagrant/ambari/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py                /var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py
> yes | cp /vagrant/ambari/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py                /var/lib/ambari-server/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py
> yes | cp /vagrant/ambari/ambari-server/src/main/resources/stacks/HDP/2.1/services/TEZ/package/scripts/tez.py                       /var/lib/ambari-agent/cache/stacks/HDP/2.1/services/TEZ/package/scripts/tez.py
> yes | cp /vagrant/ambari/ambari-server/src/main/resources/stacks/HDP/2.1/services/TEZ/package/scripts/tez.py                       /var/lib/ambari-server/resources/stacks/HDP/2.1/services/TEZ/package/scripts/tez.py
> 
> And updated all of these properties,
> File Name    Property                      Value
> tez-site     tez.lib.uris                  "hdfs:///hdp/apps/${hdp.version}/tez/tez-0.6.0.${hdp.version}.tar.gz"
> webhcat-site templeton.pig.archive         "hdfs:///hdp/apps/${hdp.version}/pig/pig-0.14.0.${hdp.version}.tar.gz"
> webhcat-site templeton.hive.archive        "hdfs:///hdp/apps/${hdp.version}/hive/hive-0.14.0.${hdp.version}.tar.gz"
> webhcat-site templeton.sqoop.archive       "hdfs:///hdp/apps/${hdp.version}/sqoop/sqoop-1.4.5.${hdp.version}.tar.gz"
> webhcat-site templeton.sqoop.path          "sqoop-1.4.5.${hdp.version}.tar.gz/sqoop/bin/sqoop"
> webhcat-site templeton.streaming.jar       "hdfs:///hdp/apps/${hdp.version}/mr/hadoop-streaming-2.6.0.${hdp.version}.jar"
> webhcat-site templeton.pig.path            "pig-0.14.0.${hdp.version}.tar.gz/pig/bin/pig"
> webhcat-site templeton.hive.home           "hive-0.14.0.${hdp.version}.tar.gz/hive"
> webhcat-site templeton.hcat.home           "hive-0.14.0.${hdp.version}.tar.gz/hive/hcatalog"
> webhcat-site templeton.hive.path           "hive-0.14.0.${hdp.version}.tar.gz/hive/bin/hive"
> 
> Then restarted the Tez and Hiver services, and ran a service check on Pig and Tez to make sure everything still worked.
> Next, verified that /etc/tez/conf/tez-site.xml and /etc/hive-webhcat/conf/webhcat-site.xml has the correct values.
> 
> Then ran another hive query to verify it still worked.
> 
> 
> Thanks,
> 
> Alejandro Fernandez
> 
>