[
https://issues.apache.org/jira/browse/AMBARI-23355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16413292#comment-16413292
]
JaySenSharma commented on AMBARI-23355:
---------------------------------------
After the fix the Wizard will show the following message with correct driver
jar name (instead of class name)
{code}
To use MySQL with Hive, you must download the
https://dev.mysql.com/downloads/connector/j/ from MySQL. Once downloaded to the
Ambari Server host, run:
ambari-server setup --jdbc-db=mysql
--jdbc-driver=/path/to/mysql/mysql-connector-java.jar
{code}
> Adding Hive Service Wizard shows incorrect Path for mysql driver in
> ambari-server setup command.
> ------------------------------------------------------------------------------------------------
>
> Key: AMBARI-23355
> URL: https://issues.apache.org/jira/browse/AMBARI-23355
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: trunk
> Reporter: JaySenSharma
> Assignee: JaySenSharma
> Priority: Major
> Labels: ambari-web, pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> While installing Hive on Ambari it shows the message for installing driver
> with incorrect Driver JAR name in the setup command.
> {code}
> To use MySQL with Hive, you must download the
> https://dev.mysql.com/downloads/connector/j/ from MySQL. Once downloaded to
> the Ambari Server host, run:
> ambari-server setup --jdbc-db=mysql
> --jdbc-driver=/path/to/mysql/com.mysql.jdbc.Driver
> {code}
> Notice the path is *"/path/to/mysql/com.mysql.jdbc.Driver"*, which is
> supposed to be *"/path/to/mysql/mysql-connector-java.jar"*
> So if the users will follow the instruction as it is, then it will cause the
> following error:
> {code}
> # ambari-server setup --jdbc-db=mysql
> --jdbc-driver=/path/to/mysql/com.mysql.jdbc.Driver
> Using python /usr/bin/python
> Setup ambari-server
> ERROR: Exiting with exit code 1.
> REASON: File /path/to/mysql/com.mysql.jdbc.Driver does not exist!
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)