2.Hive link MySQL

Source: Internet
Author: User

    1. installing MySQL See

      http://zhangyanfeng.blog.51cto.com/3884312/1733463

    2. Create a Hive-site.xml in the Conf file in hive and write to the hive link MySQL configuration information


<CONFIGURATION><PROPERTY><NAME>JAVAX.JDO.OPTION.CONNECTIONURL</NAME><VALUE>JDBC: Mysql://192.168.0.207:3306/hive?createdatabaseifnotexist=true</value></property><property> <name>javax.jdo.option.ConnectionDriverName</name><value>com.mysql.jdbc.Driver</value> </property><property><name>javax.jdo.option.connectionusername</name><value>root </value></property><property><name>javax.jdo.option.ConnectionPassword</name> <value>root</value></property></configuration>

3. Testing

/bin/below execution

./hive

After landing

Time show databases; see if the link is on






This article from "in order to finger that direction" blog, declined reprint!

2.Hive link MySQL

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.