[ https://issues.apache.org/jira/browse/AMBARI-21882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16155347#comment-16155347 ]
Hudson commented on AMBARI-21882: --------------------------------- FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #8002 (See [https://builds.apache.org/job/Ambari-trunk-Commit/8002/]) AMBARI-21882. Throw an error if unsupported database JDBC driver is (stoader: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=680f1148e8e0dac064b7b77f9fba77d7d5a3c448]) * (edit) ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/params_linux.py * (edit) ambari-server/src/main/resources/custom_actions/scripts/check_host.py * (add) ambari-server/src/test/python/common-services/RANGER_KMS/test_db_flavor_config.py * (edit) ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/params.py * (add) ambari-server/src/test/python/common-services/configs/ranger_kms_default.json * (edit) ambari-server/src/main/resources/common-services/HIVE/2.1.0.3.0/package/scripts/params_linux.py * (edit) ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/params_linux.py * (add) ambari-server/src/test/python/common-services/SQOOP/test_jdbc_driver_config.py * (add) ambari-server/src/test/python/common-services/configs/ranger_kms_unsupported_db_flavor.json * (add) ambari-server/src/test/python/common-services/RANGER/test_db_flavor_config.py * (add) ambari-server/src/test/python/common-services/configs/sqoop_unsupported_jdbc_driver.json * (edit) ambari-server/src/test/python/custom_actions/TestCheckHost.py * (edit) ambari-server/src/main/resources/common-services/RANGER/1.0.0.3.0/package/scripts/params.py * (add) ambari-server/src/test/python/common-services/HIVE/test_jdbc_driver_config.py * (edit) ambari-common/src/main/python/resource_management/libraries/functions/setup_ranger_plugin_xml.py * (add) ambari-server/src/test/python/common-services/configs/hive_default.json * (add) ambari-server/src/test/python/common-services/configs/hive_unsupported_jdbc_type.json * (add) ambari-server/src/test/python/common-services/configs/ranger_admin_default.json * (edit) ambari-server/src/main/resources/common-services/RANGER_KMS/0.5.0.2.3/package/scripts/params.py * (add) ambari-server/src/test/python/common-services/configs/ranger_admin_unsupported_db_flavor.json * (edit) ambari-server/src/main/resources/common-services/SQOOP/1.4.4.3.0/package/scripts/params_linux.py * (add) ambari-server/src/test/python/common-services/configs/sqoop_default.json * (edit) ambari-server/src/main/resources/common-services/RANGER_KMS/1.0.0.3.0/package/scripts/params.py > Throw an error if unsupported database JDBC driver is configured for HDP > services > --------------------------------------------------------------------------------- > > Key: AMBARI-21882 > URL: https://issues.apache.org/jira/browse/AMBARI-21882 > Project: Ambari > Issue Type: Task > Components: ambari-server > Reporter: Sebastian Toader > Assignee: Sebastian Toader > Fix For: 2.6.0 > > Attachments: AMBARI-21882.v1.patch > > > Ambari supports a couple of RDBMSes which can be set up via {{ambari-server > setup}} in order to have JDBC drivers available for agents. Agent will > download the JDBC driver from the server for HDP services that needs access > to a RDBMS. > The start scripts of these HDP service component checks the service > configuration for the type of JDBC driver and will use the appropriate JDBC > driver. > In case the service configuration refers to a JDBC driver type that is not > supported by Ambari the start script should fail with an error that > explicitly informs the user that an unsupported JDBC driver type has been > specified. -- This message was sent by Atlassian JIRA (v6.4.14#64029)