Hortonworks Data Platform Feb 3, 2015
Total Page:16
File Type:pdf, Size:1020Kb
docs.hortonworks.com Hortonworks Data Platform Feb 3, 2015 Hortonworks Data Platform: Data Integration Services with HDP Copyright © 2012-2015 Hortonworks, Inc. Some rights reserved. The Hortonworks Data Platform, powered by Apache Hadoop, is a massively scalable and 100% open source platform for storing, processing and analyzing large volumes of data. It is designed to deal with data from many sources and formats in a very quick, easy and cost-effective manner. The Hortonworks Data Platform consists of the essential set of Apache Hadoop projects including YARN, Hadoop Distributed File System (HDFS), HCatalog, Pig, Hive, HBase, ZooKeeper and Ambari. Hortonworks is the major contributor of code and patches to many of these projects. These projects have been integrated and tested as part of the Hortonworks Data Platform release process and installation and configuration tools have also been included. Unlike other providers of platforms built using Apache Hadoop, Hortonworks contributes 100% of our code back to the Apache Software Foundation. The Hortonworks Data Platform is Apache-licensed and completely open source. We sell only expert technical support, training and partner-enablement services. All of our technology is, and will remain free and open source. Please visit the Hortonworks Data Platform page for more information on Hortonworks technology. For more information on Hortonworks services, please visit either the Support or Training page. Feel free to Contact Us directly to discuss your specific needs. Except where otherwise noted, this document is licensed under Creative Commons Attribution ShareAlike 3.0 License. http://creativecommons.org/licenses/by-sa/3.0/legalcode ii Hortonworks Data Platform Feb 3, 2015 Table of Contents 1. Using Data Integration Services Powered by Talend ..................................................... 1 1.1. Prerequisites ..................................................................................................... 1 1.2. Instructions ....................................................................................................... 2 1.2.1. Deploying Talend Open Studio .............................................................. 2 1.2.2. Writing a Talend Job for Data Import .................................................... 3 1.2.3. Modifying the Job to Perform Data Analysis ........................................... 4 2. Using Apache Hive ...................................................................................................... 8 2.1. Hive Documentation ......................................................................................... 8 2.2. New Feature: Cost-based SQL Optimization ...................................................... 9 2.3. New Feature: Streaming Data Ingestion .......................................................... 10 2.4. Vectorization .................................................................................................. 11 2.4.1. Enable Vectorization in Hive ................................................................ 11 2.4.2. Log Information about Vectorized Execution of Queries ....................... 11 2.4.3. Supported Functionality ....................................................................... 11 2.4.4. Unsupported Functionality ................................................................... 12 2.5. Comparing Beeline to the Hive CLI ................................................................. 12 2.5.1. Beeline Operating Modes and HiveServer2 Transport Modes ................. 12 2.5.2. Connecting to Hive with Beeline .......................................................... 14 2.6. Hive ODBC and JDBC Drivers .......................................................................... 15 2.7. Storage-based Authorization in Hive ............................................................... 21 2.8. Troubleshooting Hive ...................................................................................... 21 2.9. Hive JIRAs ...................................................................................................... 21 3. SQL Compliance ........................................................................................................ 22 3.1. New Feature: Authorization with Grant And Revoke ....................................... 22 3.2. New Feature: Transactions .............................................................................. 23 3.3. New Feature: Subqueries in WHERE Clauses .................................................... 30 3.3.1. Understanding Subqueries in SQL ......................................................... 30 3.3.2. Restrictions on Subqueries in WHERE Clauses ........................................ 31 3.4. New Feature: Common Table Expressions ....................................................... 32 3.5. New Feature: Quoted Identifiers in Column Names ......................................... 33 3.6. New Feature:CHAR Data Type Support ........................................................... 33 4. Using HDP for Metadata Services (HCatalog) ............................................................. 35 4.1. Using HCatalog ............................................................................................... 35 4.2. Using WebHCat .............................................................................................. 36 4.2.1. Technical Update: WebHCat Standard Parameters ................................ 37 5. Using Apache HBase ................................................................................................. 39 5.1. New Feature: Cell-level ACLs ........................................................................... 39 5.2. New Feature: Column Family Encryption ......................................................... 39 6. Using HDP for Workflow and Scheduling (Oozie) ....................................................... 40 7. Using Apache Sqoop ................................................................................................. 42 7.1. Apache Sqoop Connectors .............................................................................. 42 7.2. Sqoop Import Table Commands ...................................................................... 43 7.3. Netezza Connector ......................................................................................... 43 7.3.1. Extra Arguments .................................................................................. 43 7.3.2. Direct Mode ........................................................................................ 43 7.3.3. Null String Handling ............................................................................. 44 7.4. Sqoop-HCatalog Integration ........................................................................... 45 7.4.1. HCatalog Background .......................................................................... 45 iii Hortonworks Data Platform Feb 3, 2015 7.4.2. Exposing HCatalog Tables to Sqoop ..................................................... 46 7.4.3. Controlling Transaction Isolation .......................................................... 48 7.4.4. Automatic Table Creation .................................................................... 48 7.4.5. Delimited Text Formats and Field and Line Delimiter Characters ............ 48 7.4.6. HCatalog Table Requirements .............................................................. 49 7.4.7. Support for Partitioning ....................................................................... 49 7.4.8. Schema Mapping ................................................................................. 49 7.4.9. Support for HCatalog Data Types ......................................................... 50 7.4.10. Providing Hive and HCatalog Libraries for the Sqoop Job .................... 50 7.4.11. Examples ........................................................................................... 50 iv Hortonworks Data Platform Feb 3, 2015 List of Tables 2.1. CBO Configuration Parameters ............................................................................... 10 2.2. Beeline Modes of Operation ................................................................................... 12 2.3. HiveServer2 Transport Modes ................................................................................. 13 2.4. Authentication Schemes with TCP Transport Mode ................................................. 13 2.5. JDBC Connection Parameters .................................................................................. 15 2.6. ................................................................................................................................ 18 2.7. ................................................................................................................................ 19 2.8. ................................................................................................................................ 20 3.1. Configuration Parameters for Standard SQL Authorization ...................................... 22 3.2. HiveServer2 Command-Line Options ....................................................................... 22 3.3. Hive Compaction Types .......................................................................................... 24 3.4. Hive Transaction Configuration Parameters ............................................................. 24 3.5. Trailing Whitespace Characters on Various Databases ............................................