You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2015/01/02 19:08:35 UTC

ambari git commit: AMBARI-8977. Unit test failue on CentOS 5.

Repository: ambari
Updated Branches:
  refs/heads/trunk 1cc10ed3b -> 6e5df9188


AMBARI-8977. Unit test failue on CentOS 5.


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6e5df918
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6e5df918
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6e5df918

Branch: refs/heads/trunk
Commit: 6e5df9188d512cfd966e2f85e95ae89b2f30ef18
Parents: 1cc10ed
Author: Siddharth Wagle <sw...@hortonworks.com>
Authored: Fri Jan 2 10:01:48 2015 -0800
Committer: Siddharth Wagle <sw...@hortonworks.com>
Committed: Fri Jan 2 10:02:31 2015 -0800

----------------------------------------------------------------------
 ambari-metrics/ambari-metrics-host-monitoring/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/6e5df918/ambari-metrics/ambari-metrics-host-monitoring/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-metrics/ambari-metrics-host-monitoring/pom.xml b/ambari-metrics/ambari-metrics-host-monitoring/pom.xml
index c2f322c..3a130ff 100644
--- a/ambari-metrics/ambari-metrics-host-monitoring/pom.xml
+++ b/ambari-metrics/ambari-metrics-host-monitoring/pom.xml
@@ -162,7 +162,7 @@
                 </goals>
                 <configuration>
                   <target name="psutils-compile">
-                    <exec dir="${basedir}/src/main/python/psutil" executable="python" failonerror="true">
+                    <exec dir="${basedir}/src/main/python/psutil" executable="${executable.python}" failonerror="true">
                       <arg value="setup.py" />
                       <arg value="bdist_egg" />
                       <arg value="--bdist-dir" />
@@ -211,7 +211,7 @@
                 </goals>
                 <configuration>
                   <target name="psutils-compile">
-                    <exec dir="${basedir}/src/main/python/psutil" executable="python" failonerror="true">
+                    <exec dir="${basedir}/src/main/python/psutil" executable="${executable.python}" failonerror="true">
                       <arg value="setup.py" />
                       <arg value="build" />
                       <arg value="--build-platlib" />