• Complain

Spaggiari - Getting started with Kudu: perform fast analytics on fast data

Here you can read online Spaggiari - Getting started with Kudu: perform fast analytics on fast data full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. City: Sebastopol;CA, year: 2018, publisher: OReilly Media, genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Spaggiari Getting started with Kudu: perform fast analytics on fast data
  • Book:
    Getting started with Kudu: perform fast analytics on fast data
  • Author:
  • Publisher:
    OReilly Media
  • Genre:
  • Year:
    2018
  • City:
    Sebastopol;CA
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Getting started with Kudu: perform fast analytics on fast data: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Getting started with Kudu: perform fast analytics on fast data" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Fast data ingestion, serving, and analytics in the Hadoop ecosystem have forced developers and architects to choose solutions using the least common denominatoreither fast analytics at the cost of slow data ingestion or fast data ingestion at the cost of slow analytics. There is an answer to this problem. With the Apache Kudu column-oriented data store, you can easily perform fast analytics on fast data. This practical guide shows you how.

Begun as an internal project at Cloudera, Kudu is an open source solution compatible with many data processing frameworks in the Hadoop environment. In this book, current and former solutions professionals from Cloudera provide use cases, examples, best practices, and sample code to help you get up to speed with Kudu.

  • Explore Kudus high-level design, including how it spreads data across servers
  • Fully administer a Kudu cluster, enable security, and add or remove nodes
  • Learn Kudus client-side APIs,...
  • Spaggiari: author's other books


    Who wrote Getting started with Kudu: perform fast analytics on fast data? Find out the surname, the name of the author of the book and a list of all author's works by series.

    Getting started with Kudu: perform fast analytics on fast data — read online for free the complete book (whole text) full work

    Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Getting started with Kudu: perform fast analytics on fast data" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

    Light

    Font size:

    Reset

    Interval:

    Bookmark:

    Make
    Getting Started with Kudu

    by Jean-Marc Spaggiari , Mladen Kovacevic , Brock Noland , and Ryan Bosshart

    Copyright 2018 Jean-Marc Spaggiari, Mladen Kovacevic, Brock Noland, Ryan Bosshart. All rights reserved.

    Printed in the United States of America.

    Published by OReilly Media, Inc. , 1005 Gravenstein Highway North, Sebastopol, CA 95472.

    OReilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://oreilly.com/safari). For more information, contact our corporate/institutional sales department: 800-998-9938 or corporate@oreilly.com .

    • Editor: Nicole Tache
    • Production Editor: Colleen Cole
    • Copyeditor: Dwight Ramsey
    • Proofreaders: Charles Roumeliotis and Octal Publishing, Inc.
    • Indexer: Judy McConville
    • Interior Designer: David Futato
    • Cover Designer: Randy Comer
    • Illustrator: Melanie Yarbrough
    • Technical Reviewers: David Yahalom, Andy Stadtler, Attila Bukor, and Peter Paton
    • July 2018: First Edition
    Revision History for the First Edition
    • 2018-07-09: First Release

    See http://oreilly.com/catalog/errata.csp?isbn=9781491980255 for release details.

    The OReilly logo is a registered trademark of OReilly Media, Inc. Getting Started with Kudu, the cover image, and related trade dress are trademarks of OReilly Media, Inc.

    While the publisher and the authors have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the authors disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work. Use of the information and instructions contained in this work is at your own risk. If any code samples or other technology this work contains or describes is subject to open source licenses or the intellectual property rights of others, it is your responsibility to ensure that your use thereof complies with such licenses and/or rights.

    978-1-491-98025-5

    [LSI]

    Dedication

    To all those data people who day-in and day-out lead hair-pulling, brain-teasing, late-night lives architecting, developing, or consulting on software that appears to have gone rogue and deliberately misbehaves.


    To our families, who may not even care about technology, yet still allowed us to give up time and energy to dedicate to this project with an enormous amount of patience and support, without which none of this was possible. We love you!

    Preface

    Choosing a storage engine is one of the most important decisions anyone embarking on a big data project makes and is one of the most expensive to change. Apache Kudu is an entirely new storage manager for the Hadoop ecosystem. Its flexibility makes applications faster to build and easier to maintain. As a Hadoop developer, Kudu is a critical skill in your big data toolbox. It addresses common problems in big data that are difficult or impossible to implement on current generation Hadoop storage technologies.

    In this book, you will learn key concepts of Kudus design and how to architect applications against it, resulting in Kudu applications that are fast, scalable, and reliable. Through hands-on examples, you will learn how Kudu integrates with other Hadoop ecosystem components like Apache Spark, SparkSQL, and Impala.

    This book assumes some limited experience with Hadoop ecosystem components like HDFS, Hive, Spark, or Impala. Basic programming experience using Java and/or Scala, experience with SQL and traditional RDBMS systems, and familiarity with the Linux shell is also assumed.

    Conventions Used in This Book

    The following typographical conventions are used in this book:

    Italic

    Indicates new terms, URLs, email addresses, filenames, and file extensions.

    Constant width

    Used for program listings, as well as within paragraphs to refer to program elements such as variable or function names, databases, data types, environment variables, statements, and keywords.

    Constant width bold

    Shows commands or other text that should be typed literally by the user.

    Constant width italic

    Shows text that should be replaced with user-supplied values or by values determined by context.

    Tip

    This element signifies a tip or suggestion.

    Note

    This element signifies a general note.

    Warning

    This element indicates a warning or caution.

    Using Code Examples

    Supplemental material (code examples, exercises, etc.) is available for download at https://github.com/kudu-book/getting-started-kudu.

    This book is here to help you get your job done. In general, if example code is offered with this book, you may use it in your programs and documentation. You do not need to contact us for permission unless youre reproducing a significant portion of the code. For example, writing a program that uses several chunks of code from this book does not require permission. Selling or distributing a CD-ROM of examples from OReilly books does require permission. Answering a question by citing this book and quoting example code does not require permission. Incorporating a significant amount of example code from this book into your products documentation does require permission.

    We appreciate, but do not require, attribution. An attribution usually includes the title, author, publisher, and ISBN. For example: Getting Started with Kudu by Jean-Marc Spaggiari, Mladen Kovacevic, Brock Noland, Ryan Bosshart (OReilly). Copyright 2018 Jean-Marc Spaggiari, Mladen Kovacevic, Brock Noland, Ryan Bosshart, 978-1-491-98025-5.

    If you feel your use of code examples falls outside fair use or the permission given above, feel free to contact us at .

    OReilly Safari
    Note

    Safari (formerly Safari Books Online) is a membership-based training and reference platform for enterprise, government, educators, and individuals.

    Members have access to thousands of books, training videos, Learning Paths, interactive tutorials, and curated playlists from over 250 publishers, including OReilly Media, Harvard Business Review, Prentice Hall Professional, Addison-Wesley Professional, Microsoft Press, Sams, Que, Peachpit Press, Adobe, Focal Press, Cisco Press, John Wiley & Sons, Syngress, Morgan Kaufmann, IBM Redbooks, Packt, Adobe Press, FT Press, Apress, Manning, New Riders, McGraw-Hill, Jones & Bartlett, and Course Technology, among others.

    For more information, please visit http://oreilly.com/safari.

    How to Contact Us

    Please address comments and questions concerning this book to the publisher:

    • OReilly Media, Inc.
    • 1005 Gravenstein Highway North
    • Sebastopol, CA 95472
    • 800-998-9938 (in the United States or Canada)
    • 707-829-0515 (international or local)
    • 707-829-0104 (fax)

    We have a web page for this book, where we list errata, examples, and any additional information. You can access this page at http://bit.ly/getting-started-with-kudu.

    To comment or ask technical questions about this book, send email to .

    For more information about our books, courses, conferences, and news, see our website at http://www.oreilly.com.

    Find us on Facebook: http://facebook.com/oreilly

    Follow us on Twitter: http://twitter.com/oreillymedia

    Watch us on YouTube: http://www.youtube.com/oreillymedia

    Next page
    Light

    Font size:

    Reset

    Interval:

    Bookmark:

    Make

    Similar books «Getting started with Kudu: perform fast analytics on fast data»

    Look at similar books to Getting started with Kudu: perform fast analytics on fast data. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


    Reviews about «Getting started with Kudu: perform fast analytics on fast data»

    Discussion, reviews of the book Getting started with Kudu: perform fast analytics on fast data and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.