Data analysis using Apache Hadoop, Impala, and MySQL

Source: Internet
Author: User
Keywords Examples all can DFS

Http://www.aliyun.com/zixun/aggregation/14417.html ">apache Hadoop is a widely used data analysis platform that is reliable, efficient and scalable. Percona Company's Alexander Rubin recently published a blog post describing how he exported a table from MySQL to Hadoop and then loaded the data into Cloudera Impala and ran reports on it. In this test example of Alexander Rubin, the cluster he uses contains 6 data nodes. The following are specific specifications:

Data export there are many ways to export data from MySQL to Hadoop. In this example of Rubin, he simply exports the OnTime table to a text file: SELECT * into outfile '/TMP/ONTIME.PSV '

FIELDS terminated by ', '

from OnTime; You can use the "|" or any other symbol as a separator. Of course, you can also download data directly from www.transtats.bts.gov using the following simple script.

Load Hadoop HDFS

Rubin first loads the data into the HDFs as a set of files. Hive or Impala will use the directory where the data is imported to connect all the files in that directory. In the Rubin example, he created the/data/ontime/directory on HDFs, and then copied all the files from the local matching on_time_on_time_performance_*.csv schema to the directory.

Create an external table in Impala

After all the data files are loaded, you need to create an external table:

Related Article

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.