spark1.3.1-based Spark-sql combat-02

Source: Internet
Author: User

Hive Tables

Copy the hive_home/conf/ hive-site.xml file to the spark_home/conf/

When isn't configured by the Hive-site.xml, the context automatically creates metastore_db and warehouse In the current directory.

//SC is an existing sparkcontext.Val SqlContext = New org.Apache.Spark.SQL.Hive.Hivecontext(SC)SqlContext.SQL("CREATE TABLE IF not EXISTS src (key INT, value STRING)")SqlContext.SQL("LOAD DATA LOCAL inpath ' examples/src/main/resources/kv1.txt ' into TABLE src")//Queries is expressed in HiveQLSqlContext.SQL("from SRC SELECT key, value").Collect().foreach(println)

JDBC to other Databases
load MySQL database: Test, table: t_user_new return dataframe

Query data:

Performance Tuning
The Spark Program operates JDBC:





Not to Be continued ~ ~ ~














spark1.3.1-based Spark-sql combat-02

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.