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 19924173D5 for ; Sat, 11 Apr 2015 02:57:23 +0000 (UTC) Received: (qmail 29405 invoked by uid 500); 11 Apr 2015 02:57:17 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 29379 invoked by uid 500); 11 Apr 2015 02:57:17 -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 29350 invoked by uid 99); 11 Apr 2015 02:57:17 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Apr 2015 02:57:17 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 317ED1D99D4; Sat, 11 Apr 2015 02:57:19 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============4225066568331998799==" MIME-Version: 1.0 Subject: Re: Review Request 33097: Add Microsoft SQL Server support for Ambari From: "Alejandro Fernandez" To: "Alejandro Fernandez" , "Mahadev Konar" , "Florian Barca" , "Eugene Chekanskiy" Cc: "Jayush Luniya" , "Ambari" Date: Sat, 11 Apr 2015 02:57:19 -0000 Message-ID: <20150411025719.1489.18660@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: "Alejandro Fernandez" X-ReviewGroup: Ambari X-ReviewRequest-URL: https://reviews.apache.org/r/33097/ X-Sender: "Alejandro Fernandez" References: <20150410224032.1488.89174@reviews.apache.org> In-Reply-To: <20150410224032.1488.89174@reviews.apache.org> Reply-To: "Alejandro Fernandez" X-ReviewRequest-Repository: ambari --===============4225066568331998799== 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/33097/#review79797 ----------------------------------------------------------- Ship it! ambari-server/src/main/python/ambari_server/dbConfiguration.py If a customer has any scripts that are automating these DB types then it will break. We should have MSSQL be #4. ambari-server/src/test/python/TestAmbariServer.py If a customer has any scripts that are automating these DB types then it will break. We should have MSSQL be #4. - Alejandro Fernandez On April 10, 2015, 10:40 p.m., Jayush Luniya wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/33097/ > ----------------------------------------------------------- > > (Updated April 10, 2015, 10:40 p.m.) > > > Review request for Ambari, Alejandro Fernandez, Eugene Chekanskiy, Florian Barca, and Mahadev Konar. > > > Bugs: AMBARI-10448 > https://issues.apache.org/jira/browse/AMBARI-10448 > > > Repository: ambari > > > Description > ------- > > Add Microsoft SQL Server as a database option > Steps are similar to those documented in section "Using Non-Default Databases - Ambari" in http://docs.hortonworks.com/HDPDocuments/Ambari-1.7.0.0/AMBARI_DOC_SUITE/index.html#Item16 > Updated server/agent unit tests to pass on Mac. > > > Diffs > ----- > > ambari-agent/src/test/python/resource_management/TestRepositoryResource.py 0539d25 > ambari-server/src/main/python/ambari-server.py 70c4232 > ambari-server/src/main/python/ambari_server/dbConfiguration.py 5e26096 > ambari-server/src/main/python/ambari_server/dbConfiguration_linux.py e59f1ed > ambari-server/src/main/python/ambari_server/dbConfiguration_windows.py f34caeb > ambari-server/src/main/python/ambari_server/serverConfiguration.py c8eebbf > ambari-server/src/test/python/TestAmbariServer.py 35cd5a5 > ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_client.py 370aca0 > ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_master.py 36c942e > ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_regionserver.py 8a79701 > ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_service_check.py 8470269 > > Diff: https://reviews.apache.org/r/33097/diff/ > > > Testing > ------- > > - End to end deployment of HDFS + ZK on Linux. > - mvn clean test > [INFO] ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Ambari Main ....................................... SUCCESS [3.240s] > [INFO] Apache Ambari Project POM ......................... SUCCESS [0.030s] > [INFO] Ambari Web ........................................ SUCCESS [38.523s] > [INFO] Ambari Views ...................................... SUCCESS [1.875s] > [INFO] Ambari Admin View ................................. SUCCESS [8.648s] > [INFO] Ambari Metrics Common ............................. SUCCESS [1.361s] > [INFO] Ambari Server ..................................... SUCCESS [51.414s] > [INFO] Ambari Agent ...................................... SUCCESS [11.414s] > [INFO] Ambari Client ..................................... SUCCESS [0.025s] > [INFO] Ambari Python Client .............................. SUCCESS [0.244s] > [INFO] Ambari Groovy Client .............................. SUCCESS [9.676s] > [INFO] Ambari Shell ...................................... SUCCESS [0.025s] > [INFO] Ambari Python Shell ............................... SUCCESS [0.037s] > [INFO] Ambari Groovy Shell ............................... SUCCESS [6.494s] > [INFO] ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 2:13.732s > [INFO] Finished at: Fri Apr 10 15:28:16 PDT 2015 > [INFO] Final Memory: 78M/1665M > [INFO] ------------------------------------------------------------------------ > > > Thanks, > > Jayush Luniya > > --===============4225066568331998799==--