Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E9D4818595 for ; Sat, 6 Feb 2016 21:42:08 +0000 (UTC) Received: (qmail 44326 invoked by uid 500); 6 Feb 2016 21:42:08 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 44284 invoked by uid 500); 6 Feb 2016 21:42:08 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 44269 invoked by uid 99); 6 Feb 2016 21:42:08 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Feb 2016 21:42:08 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id D709F1CC3FB; Sat, 6 Feb 2016 21:42:07 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============8298154206289498856==" MIME-Version: 1.0 Subject: Review Request 43291: Atlas Integration : Support Atlas / Sqoop integration From: Tom Beerbower To: John Speidel , Robert Levas , Alejandro Fernandez Cc: Tom Beerbower , Ambari Date: Sat, 06 Feb 2016 21:42:07 -0000 Message-ID: <20160206214207.1669.24918@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: Tom Beerbower X-ReviewGroup: Ambari X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/43291/ X-Sender: Tom Beerbower X-ReviewBoard-Diff-For: ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/configuration/sqoop-site.xml Reply-To: Tom Beerbower X-ReviewRequest-Repository: ambari --===============8298154206289498856== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43291/ ----------------------------------------------------------- Review request for Ambari, Alejandro Fernandez, John Speidel, and Robert Levas. Bugs: AMBARI-14921 https://issues.apache.org/jira/browse/AMBARI-14921 Repository: ambari Description ------- Follow these instructions in your sqoop set-up to add sqoop hook for Atlas. 1 In sqoop-site.xml: - Sqoop Job publisher class. Currently only one publishing class is supported - sqoop.job.data.publish.class:org.apache.atlas.sqoop.hook.SqoopHook - Atlas cluster name - atlas.cluster.name: 2 Copy /atlas-application.properties and /client.properties to to the sqoop conf directory / 3 Link /hook/sqoop/*.jar in sqoop lib Also documented here: https://github.com/apache/incubator-atlas/blob/master/docs/src/site/twiki/Bridge-Sqoop.twiki Diffs ----- ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/configuration/sqoop-site.xml PRE-CREATION ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/metainfo.xml b5db91b ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/params_linux.py 3a3f93e ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/sqoop.py 66a5ee4 ambari-server/src/test/python/stacks/2.0.6/SQOOP/test_sqoop.py 5a10305 ambari-server/src/test/python/stacks/2.0.6/configs/default.json cb34098 ambari-server/src/test/python/stacks/2.0.6/configs/secured.json d673973 ambari-server/src/test/python/stacks/2.3/configs/default.json a36455c Diff: https://reviews.apache.org/r/43291/diff/ Testing ------- Manual test install Atlas and Sqoop. Confirm configuration and dependencies. mvn clean test Thanks, Tom Beerbower --===============8298154206289498856==--