Xi Wang created AMBARI-6122:
-------------------------------
Summary: Explicitly tell the user to set up JDBC driver if an
existing db option is selected for Hive / Oozie
Key: AMBARI-6122
URL: https://issues.apache.org/jira/browse/AMBARI-6122
Project: Ambari
Issue Type: Bug
Components: client
Affects Versions: 1.6.1
Reporter: Xi Wang
Assignee: Xi Wang
Priority: Critical
Fix For: 1.6.1
When an existing database option is selected for Hive / Oozie, the user must
set up the JDBC driver on ambari-server.
However, this prerequisite step is not clear to the end user.
Let's display an info message upon selection of an existing database:
###
Be sure you have run ambari-server setup --jdbc-db=${dbtype}
--jdbc-driver=/path/to/your/${dbtype}/driver.jar on the Ambari Server host to
make the JDBC driver available and to enable testing the database connection.
###
Replace ${dbtype} in the above message with:
"postgres" if Existing PostgreSQL is selected
"mysql" if Existing MySQL is selected
"oracle" if Existing Oracle is selected
--
This message was sent by Atlassian JIRA
(v6.2#6252)