Programming Hive

Programming Hive
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 351
Release :
ISBN-10 : 9781449319335
ISBN-13 : 1449319335
Rating : 4/5 (35 Downloads)

Synopsis Programming Hive by : Edward Capriolo

Need to move a relational database application to Hadoop? This comprehensive guide introduces you to Apache Hive, Hadoop’s data warehouse infrastructure. You’ll quickly learn how to use Hive’s SQL dialect—HiveQL—to summarize, query, and analyze large datasets stored in Hadoop’s distributed filesystem. This example-driven guide shows you how to set up and configure Hive in your environment, provides a detailed overview of Hadoop and MapReduce, and demonstrates how Hive works within the Hadoop ecosystem. You’ll also find real-world case studies that describe how companies have used Hive to solve unique problems involving petabytes of data. Use Hive to create, alter, and drop databases, tables, views, functions, and indexes Customize data formats and storage options, from files to external databases Load and extract data from tables—and use queries, grouping, filtering, joining, and other conventional query methods Gain best practices for creating user defined functions (UDFs) Learn Hive patterns you should use and anti-patterns you should avoid Integrate Hive with other data processing programs Use storage handlers for NoSQL databases and other datastores Learn the pros and cons of running Hive on Amazon’s Elastic MapReduce

Programming Elastic MapReduce

Programming Elastic MapReduce
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 173
Release :
ISBN-10 : 9781449364052
ISBN-13 : 1449364055
Rating : 4/5 (52 Downloads)

Synopsis Programming Elastic MapReduce by : Kevin Schmidt

Although you don’t need a large computing infrastructure to process massive amounts of data with Apache Hadoop, it can still be difficult to get started. This practical guide shows you how to quickly launch data analysis projects in the cloud by using Amazon Elastic MapReduce (EMR), the hosted Hadoop framework in Amazon Web Services (AWS). Authors Kevin Schmidt and Christopher Phillips demonstrate best practices for using EMR and various AWS and Apache technologies by walking you through the construction of a sample MapReduce log analysis application. Using code samples and example configurations, you’ll learn how to assemble the building blocks necessary to solve your biggest data analysis problems. Get an overview of the AWS and Apache software tools used in large-scale data analysis Go through the process of executing a Job Flow with a simple log analyzer Discover useful MapReduce patterns for filtering and analyzing data sets Use Apache Hive and Pig instead of Java to build a MapReduce Job Flow Learn the basics for using Amazon EMR to run machine learning algorithms Develop a project cost model for using Amazon EMR and other AWS tools

Apache Hive Essentials

Apache Hive Essentials
Author :
Publisher : Packt Publishing Ltd
Total Pages : 208
Release :
ISBN-10 : 9781782175056
ISBN-13 : 1782175059
Rating : 4/5 (56 Downloads)

Synopsis Apache Hive Essentials by : Dayong Du

If you are a data analyst, developer, or simply someone who wants to use Hive to explore and analyze data in Hadoop, this is the book for you. Whether you are new to big data or an expert, with this book, you will be able to master both the basic and the advanced features of Hive. Since Hive is an SQL-like language, some previous experience with the SQL language and databases is useful to have a better understanding of this book.

Programming Scala

Programming Scala
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 498
Release :
ISBN-10 : 9781491950159
ISBN-13 : 1491950153
Rating : 4/5 (59 Downloads)

Synopsis Programming Scala by : Dean Wampler

Get up to speed on Scala, the JVM language that offers all the benefits of a modern object model, functional programming, and an advanced type system. Packed with code examples, this comprehensive book shows you how to be productive with the language and ecosystem right away, and explains why Scala is ideal for today's highly scalable, data-centric applications that support concurrency and distribution. This second edition covers recent language features, with new chapters on pattern matching, comprehensions, and advanced functional programming. You’ll also learn about Scala’s command-line tools, third-party tools, libraries, and language-aware plugins for editors and IDEs. This book is ideal for beginning and advanced Scala developers alike. Program faster with Scala’s succinct and flexible syntax Dive into basic and advanced functional programming (FP) techniques Build killer big-data apps, using Scala’s functional combinators Use traits for mixin composition and pattern matching for data extraction Learn the sophisticated type system that combines FP and object-oriented programming concepts Explore Scala-specific concurrency tools, including Akka Understand how to develop rich domain-specific languages Learn good design techniques for building scalable and robust Scala applications

Big Data Using Hadoop and Hive

Big Data Using Hadoop and Hive
Author :
Publisher : Mercury Learning and Information
Total Pages : 237
Release :
ISBN-10 : 9781683926436
ISBN-13 : 1683926439
Rating : 4/5 (36 Downloads)

Synopsis Big Data Using Hadoop and Hive by : Nitin Kumar

This book is the basic guide for developers, architects, engineers, and anyone who wants to start leveraging the open-source software Hadoop and Hive to build distributed, scalable concurrent big data applications. Hive will be used for reading, writing, and managing the large, data set files. The book is a concise guide on getting started with an overall understanding on Apache Hadoop and Hive and how they work together to speed up development with minimal effort. It will refer to simple concepts and examples, as they are likely to be the best teaching aids. It will explain the logic, code, and configurations needed to build a successful, distributed, concurrent application, as well as the reason behind those decisions. FEATURES: Shows how to leverage the open-source software Hadoop and Hive to build distributed, scalable, concurrent big data applications Includes material on Hive architecture with various storage types and the Hive query language Features a chapter on big data and how Hadoop can be used to solve the changes around it Explains the basic Hadoop setup, configuration, and optimization

Hadoop: The Definitive Guide

Hadoop: The Definitive Guide
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 687
Release :
ISBN-10 : 9781449338770
ISBN-13 : 1449338771
Rating : 4/5 (70 Downloads)

Synopsis Hadoop: The Definitive Guide by : Tom White

Ready to unlock the power of your data? With this comprehensive guide, you’ll learn how to build and maintain reliable, scalable, distributed systems with Apache Hadoop. This book is ideal for programmers looking to analyze datasets of any size, and for administrators who want to set up and run Hadoop clusters. You’ll find illuminating case studies that demonstrate how Hadoop is used to solve specific problems. This third edition covers recent changes to Hadoop, including material on the new MapReduce API, as well as MapReduce 2 and its more flexible execution model (YARN). Store large datasets with the Hadoop Distributed File System (HDFS) Run distributed computations with MapReduce Use Hadoop’s data and I/O building blocks for compression, data integrity, serialization (including Avro), and persistence Discover common pitfalls and advanced features for writing real-world MapReduce programs Design, build, and administer a dedicated Hadoop cluster—or run Hadoop in the cloud Load data from relational databases into HDFS, using Sqoop Perform large-scale data processing with the Pig query language Analyze datasets with Hive, Hadoop’s data warehousing system Take advantage of HBase for structured and semi-structured data, and ZooKeeper for building distributed systems

Practical Hive

Practical Hive
Author :
Publisher : Apress
Total Pages : 282
Release :
ISBN-10 : 9781484202715
ISBN-13 : 1484202716
Rating : 4/5 (15 Downloads)

Synopsis Practical Hive by : Scott Shaw

Dive into the world of SQL on Hadoop and get the most out of your Hive data warehouses. This book is your go-to resource for using Hive: authors Scott Shaw, Ankur Gupta, David Kjerrumgaard, and Andreas Francois Vermeulen take you through learning HiveQL, the SQL-like language specific to Hive, to analyze, export, and massage the data stored across your Hadoop environment. From deploying Hive on your hardware or virtual machine and setting up its initial configuration to learning how Hive interacts with Hadoop, MapReduce, Tez and other big data technologies, Practical Hive gives you a detailed treatment of the software. In addition, this book discusses the value of open source software, Hive performance tuning, and how to leverage semi-structured and unstructured data. What You Will Learn Install and configure Hive for new and existing datasets Perform DDL operations Execute efficient DML operations Use tables, partitions, buckets, and user-defined functions Discover performance tuning tips and Hive best practices Who This Book Is For Developers, companies, and professionals who deal with large amounts of data and could use software that can efficiently manage large volumes of input. It is assumed that readers have the ability to work with SQL.

A Small Matter of Programming

A Small Matter of Programming
Author :
Publisher : MIT Press
Total Pages : 196
Release :
ISBN-10 : 0262140535
ISBN-13 : 9780262140539
Rating : 4/5 (35 Downloads)

Synopsis A Small Matter of Programming by : Bonnie A. Nardi

Analyzes cognitive, social and technical issues of end user programming. Drawing on empirical research on existing end user systems, this text examines the importance of task-specific programming languages, visual application frameworks and collaborative work practices for end user computing.

Programming Pig

Programming Pig
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 223
Release :
ISBN-10 : 9781449302641
ISBN-13 : 1449302645
Rating : 4/5 (41 Downloads)

Synopsis Programming Pig by : Alan Gates

This guide is an ideal learning tool and reference for Apache Pig, the programming language that helps programmers describe and run large data projects on Hadoop. With Pig, they can analyze data without having to create a full-fledged application--making it easy for them to experiment with new data sets.

Databases Illuminated

Databases Illuminated
Author :
Publisher : Jones & Bartlett Publishers
Total Pages : 742
Release :
ISBN-10 : 9781284056945
ISBN-13 : 1284056945
Rating : 4/5 (45 Downloads)

Synopsis Databases Illuminated by : Catherine M. Ricardo

Databases Illuminated, Third Edition Includes Navigate 2 Advantage Access combines database theory with a practical approach to database design and implementation. Strong pedagogical features, including accessible language, real-world examples, downloadable code, and engaging hands-on projects and lab exercises create a text with a unique combination of theory and student-oriented activities. Providing an integrated, modern approach to databases, Databases Illuminated, Third Edition is the essential text for students in this expanding field.