You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2014/12/12 17:21:46 UTC

[1/2] ambari git commit: AMBARI-8683 - Failed to install Tez client

Repository: ambari
Updated Branches:
  refs/heads/trunk a8767d6f3 -> 8c0a2f83b


AMBARI-8683 - Failed to install Tez client


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

Branch: refs/heads/trunk
Commit: 593e2b2bf2158e87f4988a56345c745b03ecb0b0
Parents: a8767d6
Author: Artem Baranchuk <ab...@hortonworks.com>
Authored: Fri Dec 12 15:55:54 2014 +0200
Committer: Artem Baranchuk <ab...@hortonworks.com>
Committed: Fri Dec 12 18:15:29 2014 +0200

----------------------------------------------------------------------
 .../stacks/HDPWIN/2.1/services/TEZ/package/scripts/tez_client.py   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/593e2b2b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/TEZ/package/scripts/tez_client.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/TEZ/package/scripts/tez_client.py b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/TEZ/package/scripts/tez_client.py
index 4e3324e..89dd6bb 100644
--- a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/TEZ/package/scripts/tez_client.py
+++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/TEZ/package/scripts/tez_client.py
@@ -21,6 +21,7 @@ Ambari Agent
 
 import sys
 from resource_management import *
+from tez import tez
 
 class TezClient(Script):
   def install(self, env):
@@ -37,6 +38,5 @@ class TezClient(Script):
   def status(self, env):
     raise ClientComponentHasNoStatus()
 
-
 if __name__ == "__main__":
   TezClient().execute()


[2/2] ambari git commit: AMBARI-8682 - Failed to install Sqoop on HDPWIN (Eugene Chekanskiy via abaranchuk)

Posted by ab...@apache.org.
AMBARI-8682 - Failed to install Sqoop on HDPWIN (Eugene Chekanskiy via abaranchuk)


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

Branch: refs/heads/trunk
Commit: 8c0a2f83bedf9ad848842e90ba21f6fa70e80b5c
Parents: 593e2b2
Author: Artem Baranchuk <ab...@hortonworks.com>
Authored: Fri Dec 12 18:21:05 2014 +0200
Committer: Artem Baranchuk <ab...@hortonworks.com>
Committed: Fri Dec 12 18:21:05 2014 +0200

----------------------------------------------------------------------
 .../services/SQOOP/configuration/sqoop-env.xml  | 66 ++++++++++++++++++++
 1 file changed, 66 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/8c0a2f83/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/SQOOP/configuration/sqoop-env.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/SQOOP/configuration/sqoop-env.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/SQOOP/configuration/sqoop-env.xml
new file mode 100644
index 0000000..c3bcf7e
--- /dev/null
+++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/SQOOP/configuration/sqoop-env.xml
@@ -0,0 +1,66 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
+<!--
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+-->
+
+<configuration>
+  <!-- sqoop-env.sh -->
+  <property>
+    <name>content</name>
+    <description>This is the jinja template for sqoop-env.cmd file</description>
+    <value>@echo off
+:: Licensed to the Apache Software Foundation (ASF) under one or more
+:: contributor license agreements.  See the NOTICE file distributed with
+:: this work for additional information regarding copyright ownership.
+:: The ASF licenses this file to You under the Apache License, Version 2.0
+:: (the "License"); you may not use this file except in compliance with
+:: the License.  You may obtain a copy of the License at
+::
+::     http://www.apache.org/licenses/LICENSE-2.0
+::
+:: Unless required by applicable law or agreed to in writing, software
+:: distributed under the License is distributed on an "AS IS" BASIS,
+:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+:: See the License for the specific language governing permissions and
+:: limitations under the License.
+
+:: included in all the hadoop scripts with source command
+:: should not be executable directly
+:: also should not be passed any arguments, since we need original $*
+
+:: Set Hadoop-specific environment variables here.
+
+::Set path to where bin/hadoop is available
+::set HADOOP_COMMON_HOME=
+
+::Set path to where hadoop-*-core.jar is available
+::set HADOOP_MAPRED_HOME=
+
+::set the path to where bin/hbase is available
+::set HBASE_HOME=
+
+::Set the path to where bin/hive is available
+::set HIVE_HOME=
+
+::Set the path for where zookeper config dir is
+::set ZOOCFGDIR=
+    </value>
+  </property>
+</configuration>