You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Vitalyi Brodetskyi <vb...@hortonworks.com> on 2015/04/03 16:28:18 UTC

Review Request 32810: Ambari: When configured to run with Oracle DB, mysql-connector jar is found instead of ojdbc jar.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32810/
-----------------------------------------------------------

Review request for Ambari, Andrew Onischuk and Dmitro Lisnichenko.


Bugs: AMBARI-10346
    https://issues.apache.org/jira/browse/AMBARI-10346


Repository: ambari


Description
-------

Configured the Jenkins job to install HDP through Ambari and run tests with Oracle DB.
I see mysql-connector instead of oracle connector in Sqoop lib directory. Ojdbc.jar should be in the Sqoop lib directory.


Diffs
-----

  ambari-server/src/main/python/ambari-server.py 8b23d83 
  ambari-server/src/main/python/ambari_server/dbConfiguration.py 2913e3f 
  ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/configuration/sqoop-env.xml 9a740be 
  ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/params.py e12acbe 
  ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/sqoop.py 99ad575 
  ambari-server/src/test/python/stacks/2.0.6/SQOOP/test_sqoop.py 1fe98db 
  ambari-server/src/test/python/stacks/2.0.6/configs/default_sqoop.json PRE-CREATION 

Diff: https://reviews.apache.org/r/32810/diff/


Testing
-------

mvn clean test


Thanks,

Vitalyi Brodetskyi


Re: Review Request 32810: Ambari: When configured to run with Oracle DB, mysql-connector jar is found instead of ojdbc jar.

Posted by Dmytro Shkvyra <ds...@hortonworks.com>.

> On Апрель 3, 2015, 2:34 п.п., Dmitro Lisnichenko wrote:
> > ambari-server/src/test/python/stacks/2.0.6/SQOOP/test_sqoop.py, line 64
> > <https://reviews.apache.org/r/32810/diff/1/?file=914637#file914637line64>
> >
> >     Let's use config_dict to avoid copy-pasting config files

It's not work properly. I have tried but I have had a lot of headache


- Dmytro


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32810/#review78774
-----------------------------------------------------------


On Апрель 3, 2015, 2:28 п.п., Vitalyi Brodetskyi wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/32810/
> -----------------------------------------------------------
> 
> (Updated Апрель 3, 2015, 2:28 п.п.)
> 
> 
> Review request for Ambari, Andrew Onischuk and Dmitro Lisnichenko.
> 
> 
> Bugs: AMBARI-10346
>     https://issues.apache.org/jira/browse/AMBARI-10346
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Configured the Jenkins job to install HDP through Ambari and run tests with Oracle DB.
> I see mysql-connector instead of oracle connector in Sqoop lib directory. Ojdbc.jar should be in the Sqoop lib directory.
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/python/ambari-server.py 8b23d83 
>   ambari-server/src/main/python/ambari_server/dbConfiguration.py 2913e3f 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/configuration/sqoop-env.xml 9a740be 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/params.py e12acbe 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/sqoop.py 99ad575 
>   ambari-server/src/test/python/stacks/2.0.6/SQOOP/test_sqoop.py 1fe98db 
>   ambari-server/src/test/python/stacks/2.0.6/configs/default_sqoop.json PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/32810/diff/
> 
> 
> Testing
> -------
> 
> mvn clean test
> 
> 
> Thanks,
> 
> Vitalyi Brodetskyi
> 
>


Re: Review Request 32810: Ambari: When configured to run with Oracle DB, mysql-connector jar is found instead of ojdbc jar.

Posted by Dmitro Lisnichenko <dl...@hortonworks.com>.

> On April 3, 2015, 2:34 p.m., Dmitro Lisnichenko wrote:
> > ambari-server/src/test/python/stacks/2.0.6/SQOOP/test_sqoop.py, line 64
> > <https://reviews.apache.org/r/32810/diff/1/?file=914637#file914637line64>
> >
> >     Let's use config_dict to avoid copy-pasting config files
> 
> Dmytro Shkvyra wrote:
>     It's not work properly. I have tried but I have had a lot of headache

it works well, there are a lot of example of usage.
e.g. src/test/python/stacks/2.0.6/HDFS/test_datanode.py:151


- Dmitro


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32810/#review78774
-----------------------------------------------------------


On April 3, 2015, 2:28 p.m., Vitalyi Brodetskyi wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/32810/
> -----------------------------------------------------------
> 
> (Updated April 3, 2015, 2:28 p.m.)
> 
> 
> Review request for Ambari, Andrew Onischuk and Dmitro Lisnichenko.
> 
> 
> Bugs: AMBARI-10346
>     https://issues.apache.org/jira/browse/AMBARI-10346
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Configured the Jenkins job to install HDP through Ambari and run tests with Oracle DB.
> I see mysql-connector instead of oracle connector in Sqoop lib directory. Ojdbc.jar should be in the Sqoop lib directory.
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/python/ambari-server.py 8b23d83 
>   ambari-server/src/main/python/ambari_server/dbConfiguration.py 2913e3f 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/configuration/sqoop-env.xml 9a740be 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/params.py e12acbe 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/sqoop.py 99ad575 
>   ambari-server/src/test/python/stacks/2.0.6/SQOOP/test_sqoop.py 1fe98db 
>   ambari-server/src/test/python/stacks/2.0.6/configs/default_sqoop.json PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/32810/diff/
> 
> 
> Testing
> -------
> 
> mvn clean test
> 
> 
> Thanks,
> 
> Vitalyi Brodetskyi
> 
>


Re: Review Request 32810: Ambari: When configured to run with Oracle DB, mysql-connector jar is found instead of ojdbc jar.

Posted by Dmitro Lisnichenko <dl...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32810/#review78774
-----------------------------------------------------------



ambari-server/src/test/python/stacks/2.0.6/SQOOP/test_sqoop.py
<https://reviews.apache.org/r/32810/#comment127808>

    Let's use config_dict to avoid copy-pasting config files


- Dmitro Lisnichenko


On April 3, 2015, 2:28 p.m., Vitalyi Brodetskyi wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/32810/
> -----------------------------------------------------------
> 
> (Updated April 3, 2015, 2:28 p.m.)
> 
> 
> Review request for Ambari, Andrew Onischuk and Dmitro Lisnichenko.
> 
> 
> Bugs: AMBARI-10346
>     https://issues.apache.org/jira/browse/AMBARI-10346
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Configured the Jenkins job to install HDP through Ambari and run tests with Oracle DB.
> I see mysql-connector instead of oracle connector in Sqoop lib directory. Ojdbc.jar should be in the Sqoop lib directory.
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/python/ambari-server.py 8b23d83 
>   ambari-server/src/main/python/ambari_server/dbConfiguration.py 2913e3f 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/configuration/sqoop-env.xml 9a740be 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/params.py e12acbe 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/sqoop.py 99ad575 
>   ambari-server/src/test/python/stacks/2.0.6/SQOOP/test_sqoop.py 1fe98db 
>   ambari-server/src/test/python/stacks/2.0.6/configs/default_sqoop.json PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/32810/diff/
> 
> 
> Testing
> -------
> 
> mvn clean test
> 
> 
> Thanks,
> 
> Vitalyi Brodetskyi
> 
>


Re: Review Request 32810: Ambari: When configured to run with Oracle DB, mysql-connector jar is found instead of ojdbc jar.

Posted by Vitalyi Brodetskyi <vb...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32810/#review78782
-----------------------------------------------------------


```<value>,</value>```

Please, try to use white space instead of comma.

- Vitalyi Brodetskyi


On Квітень 3, 2015, 2:28 після полудня, Vitalyi Brodetskyi wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/32810/
> -----------------------------------------------------------
> 
> (Updated Квітень 3, 2015, 2:28 після полудня)
> 
> 
> Review request for Ambari, Andrew Onischuk and Dmitro Lisnichenko.
> 
> 
> Bugs: AMBARI-10346
>     https://issues.apache.org/jira/browse/AMBARI-10346
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Configured the Jenkins job to install HDP through Ambari and run tests with Oracle DB.
> I see mysql-connector instead of oracle connector in Sqoop lib directory. Ojdbc.jar should be in the Sqoop lib directory.
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/python/ambari-server.py 8b23d83 
>   ambari-server/src/main/python/ambari_server/dbConfiguration.py 2913e3f 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/configuration/sqoop-env.xml 9a740be 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/params.py e12acbe 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/sqoop.py 99ad575 
>   ambari-server/src/test/python/stacks/2.0.6/SQOOP/test_sqoop.py 1fe98db 
>   ambari-server/src/test/python/stacks/2.0.6/configs/default_sqoop.json PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/32810/diff/
> 
> 
> Testing
> -------
> 
> mvn clean test
> 
> 
> Thanks,
> 
> Vitalyi Brodetskyi
> 
>


Re: Review Request 32810: Ambari: When configured to run with Oracle DB, mysql-connector jar is found instead of ojdbc jar.

Posted by Dmitro Lisnichenko <dl...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32810/#review78921
-----------------------------------------------------------

Ship it!


Ship It!

- Dmitro Lisnichenko


On April 6, 2015, 3 p.m., Vitalyi Brodetskyi wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/32810/
> -----------------------------------------------------------
> 
> (Updated April 6, 2015, 3 p.m.)
> 
> 
> Review request for Ambari, Andrew Onischuk and Dmitro Lisnichenko.
> 
> 
> Bugs: AMBARI-10346
>     https://issues.apache.org/jira/browse/AMBARI-10346
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Configured the Jenkins job to install HDP through Ambari and run tests with Oracle DB.
> I see mysql-connector instead of oracle connector in Sqoop lib directory. Ojdbc.jar should be in the Sqoop lib directory.
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/python/ambari-server.py 8b23d83 
>   ambari-server/src/main/python/ambari_server/dbConfiguration.py 2913e3f 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/configuration/sqoop-env.xml 9a740be 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/params.py e12acbe 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/sqoop.py 99ad575 
>   ambari-server/src/test/python/stacks/2.0.6/SQOOP/test_sqoop.py 1fe98db 
> 
> Diff: https://reviews.apache.org/r/32810/diff/
> 
> 
> Testing
> -------
> 
> mvn clean test
> 
> 
> Thanks,
> 
> Vitalyi Brodetskyi
> 
>


Re: Review Request 32810: Ambari: When configured to run with Oracle DB, mysql-connector jar is found instead of ojdbc jar.

Posted by Andrew Onischuk <ao...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32810/#review78920
-----------------------------------------------------------

Ship it!


Ship It!

- Andrew Onischuk


On April 6, 2015, 3 p.m., Vitalyi Brodetskyi wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/32810/
> -----------------------------------------------------------
> 
> (Updated April 6, 2015, 3 p.m.)
> 
> 
> Review request for Ambari, Andrew Onischuk and Dmitro Lisnichenko.
> 
> 
> Bugs: AMBARI-10346
>     https://issues.apache.org/jira/browse/AMBARI-10346
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Configured the Jenkins job to install HDP through Ambari and run tests with Oracle DB.
> I see mysql-connector instead of oracle connector in Sqoop lib directory. Ojdbc.jar should be in the Sqoop lib directory.
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/python/ambari-server.py 8b23d83 
>   ambari-server/src/main/python/ambari_server/dbConfiguration.py 2913e3f 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/configuration/sqoop-env.xml 9a740be 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/params.py e12acbe 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/sqoop.py 99ad575 
>   ambari-server/src/test/python/stacks/2.0.6/SQOOP/test_sqoop.py 1fe98db 
> 
> Diff: https://reviews.apache.org/r/32810/diff/
> 
> 
> Testing
> -------
> 
> mvn clean test
> 
> 
> Thanks,
> 
> Vitalyi Brodetskyi
> 
>


Re: Review Request 32810: Ambari: When configured to run with Oracle DB, mysql-connector jar is found instead of ojdbc jar.

Posted by Vitalyi Brodetskyi <vb...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32810/
-----------------------------------------------------------

(Updated Квітень 6, 2015, 3 після полудня)


Review request for Ambari, Andrew Onischuk and Dmitro Lisnichenko.


Bugs: AMBARI-10346
    https://issues.apache.org/jira/browse/AMBARI-10346


Repository: ambari


Description
-------

Configured the Jenkins job to install HDP through Ambari and run tests with Oracle DB.
I see mysql-connector instead of oracle connector in Sqoop lib directory. Ojdbc.jar should be in the Sqoop lib directory.


Diffs (updated)
-----

  ambari-server/src/main/python/ambari-server.py 8b23d83 
  ambari-server/src/main/python/ambari_server/dbConfiguration.py 2913e3f 
  ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/configuration/sqoop-env.xml 9a740be 
  ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/params.py e12acbe 
  ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/sqoop.py 99ad575 
  ambari-server/src/test/python/stacks/2.0.6/SQOOP/test_sqoop.py 1fe98db 

Diff: https://reviews.apache.org/r/32810/diff/


Testing
-------

mvn clean test


Thanks,

Vitalyi Brodetskyi


Re: Review Request 32810: Ambari: When configured to run with Oracle DB, mysql-connector jar is found instead of ojdbc jar.

Posted by Andrew Onischuk <ao...@hortonworks.com>.

> On April 3, 2015, 2:32 p.m., Andrew Onischuk wrote:
> > ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/configuration/sqoop-env.xml, line 57
> > <https://reviews.apache.org/r/32810/diff/1/?file=914634#file914634line57>
> >
> >     We don't have such a property-type. Please remove this it can result in failures later.

Please take a look

  public enum PropertyType {
    PASSWORD,
    USER,
    GROUP,
    ADDITIONAL_USER_PROPERTY
  }


- Andrew


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32810/#review78773
-----------------------------------------------------------


On April 3, 2015, 2:28 p.m., Vitalyi Brodetskyi wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/32810/
> -----------------------------------------------------------
> 
> (Updated April 3, 2015, 2:28 p.m.)
> 
> 
> Review request for Ambari, Andrew Onischuk and Dmitro Lisnichenko.
> 
> 
> Bugs: AMBARI-10346
>     https://issues.apache.org/jira/browse/AMBARI-10346
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Configured the Jenkins job to install HDP through Ambari and run tests with Oracle DB.
> I see mysql-connector instead of oracle connector in Sqoop lib directory. Ojdbc.jar should be in the Sqoop lib directory.
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/python/ambari-server.py 8b23d83 
>   ambari-server/src/main/python/ambari_server/dbConfiguration.py 2913e3f 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/configuration/sqoop-env.xml 9a740be 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/params.py e12acbe 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/sqoop.py 99ad575 
>   ambari-server/src/test/python/stacks/2.0.6/SQOOP/test_sqoop.py 1fe98db 
>   ambari-server/src/test/python/stacks/2.0.6/configs/default_sqoop.json PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/32810/diff/
> 
> 
> Testing
> -------
> 
> mvn clean test
> 
> 
> Thanks,
> 
> Vitalyi Brodetskyi
> 
>


Re: Review Request 32810: Ambari: When configured to run with Oracle DB, mysql-connector jar is found instead of ojdbc jar.

Posted by Andrew Onischuk <ao...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32810/#review78773
-----------------------------------------------------------



ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/configuration/sqoop-env.xml
<https://reviews.apache.org/r/32810/#comment127807>

    We don't have such a property-type. Please remove this it can result in failures later.


- Andrew Onischuk


On April 3, 2015, 2:28 p.m., Vitalyi Brodetskyi wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/32810/
> -----------------------------------------------------------
> 
> (Updated April 3, 2015, 2:28 p.m.)
> 
> 
> Review request for Ambari, Andrew Onischuk and Dmitro Lisnichenko.
> 
> 
> Bugs: AMBARI-10346
>     https://issues.apache.org/jira/browse/AMBARI-10346
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Configured the Jenkins job to install HDP through Ambari and run tests with Oracle DB.
> I see mysql-connector instead of oracle connector in Sqoop lib directory. Ojdbc.jar should be in the Sqoop lib directory.
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/python/ambari-server.py 8b23d83 
>   ambari-server/src/main/python/ambari_server/dbConfiguration.py 2913e3f 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/configuration/sqoop-env.xml 9a740be 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/params.py e12acbe 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/sqoop.py 99ad575 
>   ambari-server/src/test/python/stacks/2.0.6/SQOOP/test_sqoop.py 1fe98db 
>   ambari-server/src/test/python/stacks/2.0.6/configs/default_sqoop.json PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/32810/diff/
> 
> 
> Testing
> -------
> 
> mvn clean test
> 
> 
> Thanks,
> 
> Vitalyi Brodetskyi
> 
>


Re: Review Request 32810: Ambari: When configured to run with Oracle DB, mysql-connector jar is found instead of ojdbc jar.

Posted by Dmytro Shkvyra <ds...@hortonworks.com>.

> On Апрель 3, 2015, 10:34 п.п., Alejandro Fernandez wrote:
> > ambari-server/src/main/python/ambari_server/dbConfiguration.py, line 332
> > <https://reviews.apache.org/r/32810/diff/1/?file=914633#file914633line332>
> >
> >     Will this impact the options for the Ambari DB?

No


- Dmytro


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32810/#review78844
-----------------------------------------------------------


On Апрель 3, 2015, 2:28 п.п., Vitalyi Brodetskyi wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/32810/
> -----------------------------------------------------------
> 
> (Updated Апрель 3, 2015, 2:28 п.п.)
> 
> 
> Review request for Ambari, Andrew Onischuk and Dmitro Lisnichenko.
> 
> 
> Bugs: AMBARI-10346
>     https://issues.apache.org/jira/browse/AMBARI-10346
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Configured the Jenkins job to install HDP through Ambari and run tests with Oracle DB.
> I see mysql-connector instead of oracle connector in Sqoop lib directory. Ojdbc.jar should be in the Sqoop lib directory.
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/python/ambari-server.py 8b23d83 
>   ambari-server/src/main/python/ambari_server/dbConfiguration.py 2913e3f 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/configuration/sqoop-env.xml 9a740be 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/params.py e12acbe 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/sqoop.py 99ad575 
>   ambari-server/src/test/python/stacks/2.0.6/SQOOP/test_sqoop.py 1fe98db 
>   ambari-server/src/test/python/stacks/2.0.6/configs/default_sqoop.json PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/32810/diff/
> 
> 
> Testing
> -------
> 
> mvn clean test
> 
> 
> Thanks,
> 
> Vitalyi Brodetskyi
> 
>


Re: Review Request 32810: Ambari: When configured to run with Oracle DB, mysql-connector jar is found instead of ojdbc jar.

Posted by Alejandro Fernandez <af...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32810/#review78844
-----------------------------------------------------------



ambari-server/src/main/python/ambari_server/dbConfiguration.py
<https://reviews.apache.org/r/32810/#comment127915>

    Will this impact the options for the Ambari DB?


- Alejandro Fernandez


On April 3, 2015, 2:28 p.m., Vitalyi Brodetskyi wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/32810/
> -----------------------------------------------------------
> 
> (Updated April 3, 2015, 2:28 p.m.)
> 
> 
> Review request for Ambari, Andrew Onischuk and Dmitro Lisnichenko.
> 
> 
> Bugs: AMBARI-10346
>     https://issues.apache.org/jira/browse/AMBARI-10346
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Configured the Jenkins job to install HDP through Ambari and run tests with Oracle DB.
> I see mysql-connector instead of oracle connector in Sqoop lib directory. Ojdbc.jar should be in the Sqoop lib directory.
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/python/ambari-server.py 8b23d83 
>   ambari-server/src/main/python/ambari_server/dbConfiguration.py 2913e3f 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/configuration/sqoop-env.xml 9a740be 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/params.py e12acbe 
>   ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/sqoop.py 99ad575 
>   ambari-server/src/test/python/stacks/2.0.6/SQOOP/test_sqoop.py 1fe98db 
>   ambari-server/src/test/python/stacks/2.0.6/configs/default_sqoop.json PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/32810/diff/
> 
> 
> Testing
> -------
> 
> mvn clean test
> 
> 
> Thanks,
> 
> Vitalyi Brodetskyi
> 
>