Microsoft sql server 2012 hadoop 2837

96 74 0
Microsoft sql server 2012 hadoop 2837

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

Microsoft SQL Server 2012 with Hadoop Integrate data between Apache Hadoop and SQL Server 2012 and provide business intelligence on the heterogeneous data Debarchan Sarkar BIRMINGHAM - MUMBAI Microsoft SQL Server 2012 with Hadoop Copyright © 2013 Packt Publishing All rights reserved No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews Every effort has been made in the preparation of this book to ensure the accuracy of the information presented However, the information contained in this book is sold without warranty, either express or implied Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals However, Packt Publishing cannot guarantee the accuracy of this information First published: August 2013 Production Reference: 1200813 Published by Packt Publishing Ltd Livery Place 35 Livery Street Birmingham B3 2PB, UK ISBN 978-1-78217-798-2 www.packtpub.com Cover Image by Aniket Sawant (aniket_sawant_photography@hotmail.com) Credits Authors Debarchan Sarkar Reviewer Atdhe Buja Msc Acquisition Editor James Jones Project Coordinator Akash Poojary Proofreader Mario Cecere Indexer Rekha Nair Tejal Soni Commissioning Editor Shaon Basu Graphics Abhinash Sahu Technical Editor Chandni Maishery Production Coordinator Nilesh R Mohite Cover Work Nilesh R Mohite About the Author Debarchan Sarkar is a Microsoft Data Platform engineer who hails from Calcutta, the "city of joy", India He has been a seasoned SQL Server engineer with Microsoft, India for the last six years and has now started venturing into the open source world, specifically the Apache Hadoop framework He is a SQL Server Business Intelligence specialist with subject matter expertise in SQL Server Integration Services Debarchan is currently working on another book with Apress on Microsoft's Hadoop distribution, HDInsight I would like to thank my parents, Devjani Sarkar and Asok Sarkar for their continuous support and encouragement behind this book About the Reviewer Atdhe Buja Msc is a Certified Ethical Hacker, Database Administrator (MCITP, OCA11g) and a developer with good management skills He is a DBA at Ministry of Public Administration, Pristina, RKS, where he also manages some projects of E-Governance and eight years' experience in SQL Server Atdhe is a regular columnist for UBT News, currently he holds a MSc in Computer Science and Engineering, has a Bachelor in Management and Information and continues studies for a Bachelor degree in Political Science in UP Specialized and Certified in many technologies such as SQL Server 2000, 2005, 2008, 2008 R2, Oracle 11g, CEH-Ethical Hacker, Windows Server, MS Project, System Center Operation Manager, and Web Design His capabilities go beyond the above mentioned knowledge! I thank my wife Donika Bajrami and my family Buja for all the encouragement and support www.PacktPub.com Support files, eBooks, discount offers and more You might want to visit www.PacktPub.com for support files and downloads related to your book Did you know that Packt offers eBook versions of every book published, with PDF and ePub files available? You can upgrade to the eBook version at www.PacktPub.com and as a print book customer, you are entitled to a discount on the eBook copy Get in touch with us at service@packtpub.com for more details At www.PacktPub.com, you can also read a collection of free technical articles, sign up for a range of free newsletters and receive exclusive discounts and offers on Packt books and eBooks TM http://PacktLib.PacktPub.com Do you need instant solutions to your IT questions? PacktLib is Packt's online digital book library Here, you can access, read and search across Packt's entire library of books Why Subscribe? • Fully searchable across every book published by Packt • Copy and paste, print and bookmark content • On demand and accessible via web browser Free Access for Packt account holders If you have an account with Packt at www.PacktPub.com, you can use this to access PacktLib today and view nine entirely free books Simply use your login credentials for immediate access Instant Updates on New Packt Books Get notified! Find out when new books are published by following @PacktEnterprise on Twitter, or the Packt Enterprise Facebook page Table of Contents Preface 1 Chapter 1: Introduction to Big Data and Hadoop Big Data – what's the big deal? The Apache Hadoop framework HDFS 10 MapReduce 10 NameNode 10 Secondary NameNode 10 DataNode 10 JobTracker 11 TaskTracker 11 Hive 12 Pig 12 Flume 12 Sqoop 12 Oozie 12 HBase 12 Mahout 13 Summary 14 Chapter 2: Using Sqoop – The SQL Server Hadoop Connector The SQL Server-Hadoop Connector Installation prerequisites A Hadoop cluster on Linux Installing and configuring Sqoop Setting up the Microsoft JDBC driver Downloading the SQL Server-Hadoop Connector Installing the SQL Server-Hadoop Connector The Sqoop import tool Importing the tables in Hive 15 16 17 17 17 18 18 19 19 22 Table of Contents The Sqoop export tool 23 Data types 24 Summary 27 Chapter 3: Using the Hive ODBC Driver 29 Chapter 4: Creating a Data Model with SQL Server Analysis Services 53 Chapter 5: Using Microsoft's Self-Service Business Intelligence Tools 71 Index 81 The Hive ODBC Driver SQL Server Integration Services (SSIS) SSIS as an ETL – extract, transform, and load tool Developing the package Creating the project Creating the Data Flow Creating the source Hive connection Creating the destination SQL connection Creating the Hive source component Creating the SQL destination component Mapping the columns Running the package Summary Configuring the SQL Linked Server to Hive The Linked Server script Using OpenQuery Creating a view Creating an SSAS data model Summary PowerPivot enhancements Power View for Excel Summary [ ii ] 30 36 36 37 37 39 39 42 44 46 48 49 51 54 58 59 59 60 70 72 79 80 Preface Data management needs have evolved from traditional relational storage to both relational and non-relational storage and a modern information management platform needs to support all types of data To deliver insight on any data, you need a platform that provides a complete set of capabilities for data management across relational, non-relational, and streaming data while being able to seamlessly move data from one type to another and being able to monitor and manage all your data regardless of the type of data or data structure it is Apache Hadoop is the widely accepted Big Data tool, similarly, when it comes to RDBMS, SQL Server 2012 is perhaps the most powerful, in-memory and dynamic data storage and management system This book enables the reader to bridge the gap between Hadoop and SQL Server, in other words, between the non-relational and relational data management worlds The book specifically focusses on the data integration and visualization solutions that are available with the rich Business Intelligence suite of SQL Server and their seamless communication with Apache Hadoop and Hive What this book covers Chapter 1, Introduction to Big Data and Hadoop, introduces the reader to the Big Data and Hadoop world This chapter explains the need for Big Data solutions, the current market trends, and enables the user to be a step ahead during the data explosion that is soon to happen Chapter 2, Using Sqoop – SQL Server Hadoop Connector, covers the open source Sqoop-based Hadoop Connector for Microsoft SQL Server This chapter explains the basic Sqoop commands to import/export files to and from SQL Server and Hadoop Chapter 3, Using the Hive ODBC Driver, explains the ways to consume data from Hadoop and Hive using the Open Database Connectivity (ODBC) interface This chapter shows you how to create an SQL Server Integration Services package to move data from Hadoop to SQL Server using the Hive ODBC driver Chapter The following section explains how to generate a PowerPivot data model based on the facebookinsights Hive table created earlier using the Hive ODBC driver We have used Excel 2013 for the demos Make sure you turn on the required add-ins for Excel as shown in the following screenshot to build the samples used throughout this chapter: Navigate to File | Options | Add-ins In the Manage drop-down list, choose COM Add-ins and click on Go, and enable the following add-ins: PowerPivot is also supported in Excel 2010 Power View and Data Explorer are available only in Excel 2013 [ 73 ] Using Microsoft's Self-Service Business Intelligence Tools To create a PowerPivot model, open Excel, navigate to the PowerPivot ribbon and click on Manage as shown in the following screenshot: This will bring up the PowerPivot for Excel window where we need to configure the connection to Hive Click on Get External Data and choose From other Sources as shown in the following screenshot: [ 74 ] Chapter Since we would be using the Hive ODBC provider, choose Others (OLEDB/ ODBC) and click on Next on the Table Import Wizard as shown in the following screenshot: [ 75 ] Using Microsoft's Self-Service Business Intelligence Tools The next screen in the wizard accepts the connection string for our data source It is easier to build the connection string instead of writing it manually So, click on the Build button to bring up the Data Link window where you can select the HadooponLinux DSN we created earlier, and provide the correct credentials to access the Hadoop cluster Make sure to check Allow saving password so that the password is retained in the underlying PowerPivot Table Import Wizard Also, verify that test connection succeeds as shown in the following screenshot: [ 76 ] Chapter The Table Import Wizard dialogue should now be populated with the appropriate Connection String as shown below in the following screenshot: Next, we are going to choose the Hive table directly, but we can also write a query (HiveQL) to fetch the data as shown in the following screenshot: [ 77 ] Using Microsoft's Self-Service Business Intelligence Tools Select the facebookinsights table and click on Finish to complete the configuration as in the following screenshot: The Hive table with all the rows should get successfully loaded in the PowerPivot model as shown in the following screenshot: 10 Close the Table Import Wizard The data is already added in the model, so we can go ahead and close the PowerPivot window as well This will bring us back to the Excel worksheet, which now has the data model in-memory In the next section, we will see how we can use Power View to consume the PowerPivot data model and quickly create intelligent and interactive reports [ 78 ] Chapter Power View for Excel Microsoft Excel 2013 introduces a brand new self-service BI tool called Power View This is also a part of Microsoft SharePoint 2013 included with SQL Server 2012 Reporting Services Service Pack Add-in for Microsoft SharePoint Server 2013 Enterprise Edition Both of the client side (Excel) and server side (SharePoint) implementations of Power View offer an interactive way to explore and visualize your data as well as to generate interactive reports on top of the underlying data The rest of this chapter shows a sample Power View report based on the facebookinsights table's data to give you a quick idea about the powerful reporting features from the surface level The details on 'How to design a Power View report' as well as Power View integration with SharePoint is outside the scope of this book and are not discussed in depth Power View is only supported in Excel 2013 You need to install the Power View add-in for Excel To create a Power View report based on the PowerPivot data model created earlier, click on the Insert ribbon in Excel and click on Power View as shown in the following screenshot: This should launch a new Power View window with the PowerPivot model already available to it as shown in the following screenshot: [ 79 ] Using Microsoft's Self-Service Business Intelligence Tools We can select the fields we require and display it in our report There are options to choose between different types of charts, tabular and matrix reports As an example, I've created a report which shows the number of likes and fans for my Facebook page over a period of time as shown in the following screenshot: The Power View designer gives you different types of chart, axis, and timeline layouts, which make it really easy to generate a simple visualization However, these self-service tools should not be thought as replacements to our existing BI solutions It is not a replacement for standard parameterized reports, but an augmentation to enable key functions and leaders to leverage their own analytics, without pressuring scarce IT resources Summary In this chapter, we learned how to integrate Microsoft self-service BI tools with Hadoop and Hive to consume data and generate powerful visualizations on the data With the paradigm shifts in technology, the industry is trending towards an era where Information Technology will be a consumer product An individual should be able to visualize the insights he needs to an extent from a client side add-in like Power View These self-service BI tools provide the capability of connecting and talking to a wide variety of data sources seamlessly and create in-memory data models combining the data from these diverse sources for powerful reporting [ 80 ] Index Symbols D udl (Universal Data Link) file 34 Data Flow about 39 creating 39 DataNode 10 Data Source View Wizard 65 data type categories Approximate numeric 25 Binary strings 26 Character strings 26 Date and time 25 Unicode character strings 26 destination SQL connection creating 42, 43 A Apache Hadoop framework about Flume 12 HBase 12 HDFS 10 Hive 12 Mahout 13 MapReduce 10 Oozie 12 Pig 12 Sqoop 12 B Big Data about 5-8 community data organizational data personal data variety velocity volume world data Business Intelligence (BI) 7, 71 C community data E ETL tool, SSIS 36 Excel 30 export command 16 Extract, Transform, and Load (ETL) tool F Flume 12 H HBase 12 Hive 12 about 29 advantages 30 architecture overview 29 SQL Linked Server, configuring to 54-58 tables, picking 22 Hive ODBC Driver about 30 connection, to Hive 32-35 downloading 30 installing 31 Hive Query Language (HQL) 29 Hive source component creating 44, 45 O I personal data Pig 12 PowerPivot enhancements 72-78 Impersonation Information page 63 installation prerequisites Hadoop cluster, on Linux 17 Microsoft JDBC driver, setting up 18 Sqoop, configuring 17 Sqoop, installing 17 J job command 16 JobTracker 11 K KeyMetrices view 69 L Linux Hadoop cluster 17 M Mahout 13 MapReduce about 10 DataNode 10 JobTracker 11 NameNode 10 Secondary NameNode 10 TaskTracker 11 Microsoft JDBC driver setting up 18 N ODBC Data Sources (DSN) 30 Oozie 12 Open Data Protocol (ODATA) 72 organizational data P R Relational Database Management System (RDMS) 15 S Secondary NameNode 10 Solution Explorer window 64 source Hive connection creating 39, 41 SQL destination component creating 46, 47 SQL Linked Server configuration, to Hive Linked Server script 58 OpenQuery, using 59 performing 54-58 View, creating 59 SQL Server Data Tools See  SSDT SQL Server-Hadoop Connector about 16 downloading 18, 19 installation prerequisites 17 installing 19 Sqoop import tool 19-22 SQL Server Integration Services See  SSIS SQL Server Reporting Services See  SSRS Sqoop 12 configuring 17 installing 17 sqoop export command 16 sqoop import command 16 NameNode 10 New Linked Server window 55 [ 82 ] Sqoop import tool about 19, 23, 24 data types 24, 26 tables, importing in Hive 22 sqoop job command 16 sqoop version command 16 SSAS data model creating 60-70 SSDT 37 SSIS about 36 as ETL tool 36 SSIS packages developing 37 running 49, 50 SSIS packages development columns, mapping 48, 49 Data Flow, creating 39 destination SQL connection, creating 42, 43 Hive source component, creating 44, 45 project, creating 37, 38 source Hive connection, creating 39, 41 SQL destination component, creating 46, 47 SSRS 30 T Table Import Wizard 76 TaskTracker 11, 12 W world data [ 83 ] Thank you for buying Microsoft SQL Server 2012 with Hadoop About Packt Publishing Packt, pronounced 'packed', published its first book "Mastering phpMyAdmin for Effective MySQL Management" in April 2004 and subsequently continued to specialize in publishing highly focused books on specific technologies and solutions Our books and publications share the experiences of your fellow IT professionals in adapting and customizing today's systems, applications, and frameworks Our solution based books give you the knowledge and power to customize the software and technologies you're using to get the job done Packt books are more specific and less general than the IT books you have seen in the past Our unique business model allows us to bring you more focused information, giving you more of what you need to know, and less of what you don't Packt is a modern, yet unique publishing company, which focuses on producing quality, cutting-edge books for communities of developers, administrators, and newbies alike For more information, please visit our website: www.packtpub.com About Packt Enterprise In 2010, Packt launched two new brands, Packt Enterprise and Packt Open Source, in order to continue its focus on specialization This book is part of the Packt Enterprise brand, home to books published on enterprise software – software created by major vendors, including (but not limited to) IBM, Microsoft and Oracle, often for use in other corporations Its titles will offer information relevant to a range of users of this software, including administrators, developers, architects, and end users Writing for Packt We welcome all inquiries from people who are interested in authoring Book proposals should be sent to author@packtpub.com If your book idea is still at an early stage and you would like to discuss it first before writing a formal book proposal, contact us; one of our commissioning editors will get in touch with you We're not just looking for published authors; if you have strong technical skills but no writing experience, our experienced editors can help you develop a writing career, or simply get some additional reward for your expertise Microsoft SQL Server 2012 Performance Tuning Cookbook ISBN: 978-1-84968-574-0 Paperback: 478 pages 80 recipes to help you tune SQL Server 2012 and achieve optimal performance Learn about the performance tuning needs for SQL Server 2012 with this book and ebook Diagnose problems when they arise and employ tricks to prevent them Explore various aspects that affect performance by following the clear recipes Microsoft SQL Server 2012 Security Cookbook ISBN: 978-1-84968-588-7 Paperback: 322 pages Over 70 practical, focused recipes to bullet-proof your SQL Server database and protect it from hackers and security threats Practical, focused recipes for securing your SQL Server database Master the latest techniques for data and code encryption, user authentication and authorization, protection against brute force attacks, denial-of-service attacks, and SQL Injection, and more A learn-by-example recipe-based approach that focuses on key concepts to provide the foundation to solve real world problems Please check www.PacktPub.com for information on our titles Hadoop MapReduce Cookbook ISBN: 978-1-84951-728-7 Paperback: 300 pages Recipes for analyzing large and complex datasets with Hadoop MapReduce Learn to process large and complex data sets, starting simply, then diving in deep Solve complex big data problems such as classifications, finding relationships, online marketing and recommendations More than 50 Hadoop MapReduce recipes, presented in a simple and straightforward manner, with step-by-step instructions and real world examples Hadoop Beginner's Guide ISBN: 978-1-84951-730-0 Paperback: 398 pages Learn how to crunch big data to extract meaning from the data avalanche Learn tools and techniques that let you approach big data with relish and not fear Shows how to build a complete infrastructure to handle your needs as your data grows Hands-on examples in each chapter give the big picture while also giving direct experience Please check www.PacktPub.com for information on our titles

Ngày đăng: 04/03/2019, 16:14

Mục lục

  • Cover

  • Copyright

  • Credits

  • About the Author

  • About the Reviewer

  • www.PacktPub.com

  • Table of Contents

  • Preface

  • Big Data – what's the big deal?

  • The Apache Hadoop framework

    • HDFS

    • MapReduce

      • NameNode

      • Secondary NameNode

      • DataNode

      • JobTracker

      • TaskTracker

      • Hive

      • Pig

      • Flume

      • Sqoop

      • Oozie

Tài liệu cùng người dùng

Tài liệu liên quan