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.t XT ' into TABLE src ')//Queries is expressed in Hiveqlsqlcontext.sql ("from SRC SELECT key, value"). Collect (). foreach (Print ln


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 ~ ~ ~







Respect the original, without permission not reproduced: http://blog.csdn.net/stark_summer/article/details/45843803









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.