Updated Branches: refs/heads/trunk a2b675c6a -> 12cf60b68
AMBARI-2922. Add SQOOP to the latest stack definition. (smohanty) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/12cf60b6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/12cf60b6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/12cf60b6 Branch: refs/heads/trunk Commit: 12cf60b688a7ac8e2e95876e08d696cfd9891fcc Parents: a2b675c Author: Sumit Mohanty <[email protected]> Authored: Thu Aug 15 15:28:40 2013 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Thu Aug 15 15:28:40 2013 -0700 ---------------------------------------------------------------------- .../HDP/2.0.5/services/SQOOP/metainfo.xml | 30 ++++++++++++++++++++ .../HDPLocal/2.0.5/services/SQOOP/metainfo.xml | 30 ++++++++++++++++++++ 2 files changed, 60 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/12cf60b6/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/SQOOP/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/SQOOP/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/SQOOP/metainfo.xml new file mode 100644 index 0000000..566ba36 --- /dev/null +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/SQOOP/metainfo.xml @@ -0,0 +1,30 @@ +<?xml version="1.0"?> +<!-- + 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. +--> +<metainfo> + <user>root</user> + <comment>Tool for transferring bulk data between Apache Hadoop and structured data stores such as relational databases</comment> + <version>1.4.4.2.0.5.0</version> + + <components> + <component> + <name>SQOOP</name> + <category>CLIENT</category> + </component> + </components> + +</metainfo> http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/12cf60b6/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/SQOOP/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/SQOOP/metainfo.xml b/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/SQOOP/metainfo.xml new file mode 100644 index 0000000..566ba36 --- /dev/null +++ b/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/SQOOP/metainfo.xml @@ -0,0 +1,30 @@ +<?xml version="1.0"?> +<!-- + 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. +--> +<metainfo> + <user>root</user> + <comment>Tool for transferring bulk data between Apache Hadoop and structured data stores such as relational databases</comment> + <version>1.4.4.2.0.5.0</version> + + <components> + <component> + <name>SQOOP</name> + <category>CLIENT</category> + </component> + </components> + +</metainfo>
