Author: Matt Fuller
Publisher: "O'Reilly Media, Inc."
ISBN: 1098107683
Category : Computers
Languages : en
Pages : 310
Book Description
Perform fast interactive analytics against different data sources using the Trino high-performance distributed SQL query engine. With this practical guide, you'll learn how to conduct analytics on data where it lives, whether it's Hive, Cassandra, a relational database, or a proprietary data store. Analysts, software engineers, and production engineers will learn how to manage, use, and even develop with Trino. Initially developed by Facebook, open source Trino is now used by Netflix, Airbnb, LinkedIn, Twitter, Uber, and many other companies. Matt Fuller, Manfred Moser, and Martin Traverso show you how a single Trino query can combine data from multiple sources to allow for analytics across your entire organization. Get started: Explore Trino's use cases and learn about tools that will help you connect to Trino and query data Go deeper: Learn Trino's internal workings, including how to connect to and query data sources with support for SQL statements, operators, functions, and more Put Trino in production: Secure Trino, monitor workloads, tune queries, and connect more applications; learn how other organizations apply Trino
Trino: The Definitive Guide
Author: Matt Fuller
Publisher: "O'Reilly Media, Inc."
ISBN: 1098107683
Category : Computers
Languages : en
Pages : 310
Book Description
Perform fast interactive analytics against different data sources using the Trino high-performance distributed SQL query engine. With this practical guide, you'll learn how to conduct analytics on data where it lives, whether it's Hive, Cassandra, a relational database, or a proprietary data store. Analysts, software engineers, and production engineers will learn how to manage, use, and even develop with Trino. Initially developed by Facebook, open source Trino is now used by Netflix, Airbnb, LinkedIn, Twitter, Uber, and many other companies. Matt Fuller, Manfred Moser, and Martin Traverso show you how a single Trino query can combine data from multiple sources to allow for analytics across your entire organization. Get started: Explore Trino's use cases and learn about tools that will help you connect to Trino and query data Go deeper: Learn Trino's internal workings, including how to connect to and query data sources with support for SQL statements, operators, functions, and more Put Trino in production: Secure Trino, monitor workloads, tune queries, and connect more applications; learn how other organizations apply Trino
Publisher: "O'Reilly Media, Inc."
ISBN: 1098107683
Category : Computers
Languages : en
Pages : 310
Book Description
Perform fast interactive analytics against different data sources using the Trino high-performance distributed SQL query engine. With this practical guide, you'll learn how to conduct analytics on data where it lives, whether it's Hive, Cassandra, a relational database, or a proprietary data store. Analysts, software engineers, and production engineers will learn how to manage, use, and even develop with Trino. Initially developed by Facebook, open source Trino is now used by Netflix, Airbnb, LinkedIn, Twitter, Uber, and many other companies. Matt Fuller, Manfred Moser, and Martin Traverso show you how a single Trino query can combine data from multiple sources to allow for analytics across your entire organization. Get started: Explore Trino's use cases and learn about tools that will help you connect to Trino and query data Go deeper: Learn Trino's internal workings, including how to connect to and query data sources with support for SQL statements, operators, functions, and more Put Trino in production: Secure Trino, monitor workloads, tune queries, and connect more applications; learn how other organizations apply Trino
Spark: The Definitive Guide
Author: Bill Chambers
Publisher: "O'Reilly Media, Inc."
ISBN: 1491912294
Category : Computers
Languages : en
Pages : 594
Book Description
Learn how to use, deploy, and maintain Apache Spark with this comprehensive guide, written by the creators of the open-source cluster-computing framework. With an emphasis on improvements and new features in Spark 2.0, authors Bill Chambers and Matei Zaharia break down Spark topics into distinct sections, each with unique goals. Youâ??ll explore the basic operations and common functions of Sparkâ??s structured APIs, as well as Structured Streaming, a new high-level API for building end-to-end streaming applications. Developers and system administrators will learn the fundamentals of monitoring, tuning, and debugging Spark, and explore machine learning techniques and scenarios for employing MLlib, Sparkâ??s scalable machine-learning library. Get a gentle overview of big data and Spark Learn about DataFrames, SQL, and Datasetsâ??Sparkâ??s core APIsâ??through worked examples Dive into Sparkâ??s low-level APIs, RDDs, and execution of SQL and DataFrames Understand how Spark runs on a cluster Debug, monitor, and tune Spark clusters and applications Learn the power of Structured Streaming, Sparkâ??s stream-processing engine Learn how you can apply MLlib to a variety of problems, including classification or recommendation
Publisher: "O'Reilly Media, Inc."
ISBN: 1491912294
Category : Computers
Languages : en
Pages : 594
Book Description
Learn how to use, deploy, and maintain Apache Spark with this comprehensive guide, written by the creators of the open-source cluster-computing framework. With an emphasis on improvements and new features in Spark 2.0, authors Bill Chambers and Matei Zaharia break down Spark topics into distinct sections, each with unique goals. Youâ??ll explore the basic operations and common functions of Sparkâ??s structured APIs, as well as Structured Streaming, a new high-level API for building end-to-end streaming applications. Developers and system administrators will learn the fundamentals of monitoring, tuning, and debugging Spark, and explore machine learning techniques and scenarios for employing MLlib, Sparkâ??s scalable machine-learning library. Get a gentle overview of big data and Spark Learn about DataFrames, SQL, and Datasetsâ??Sparkâ??s core APIsâ??through worked examples Dive into Sparkâ??s low-level APIs, RDDs, and execution of SQL and DataFrames Understand how Spark runs on a cluster Debug, monitor, and tune Spark clusters and applications Learn the power of Structured Streaming, Sparkâ??s stream-processing engine Learn how you can apply MLlib to a variety of problems, including classification or recommendation
Learning Spark
Author: Holden Karau
Publisher: "O'Reilly Media, Inc."
ISBN: 1449359051
Category : Computers
Languages : en
Pages : 289
Book Description
Data in all domains is getting bigger. How can you work with it efficiently? Recently updated for Spark 1.3, this book introduces Apache Spark, the open source cluster computing system that makes data analytics fast to write and fast to run. With Spark, you can tackle big datasets quickly through simple APIs in Python, Java, and Scala. This edition includes new information on Spark SQL, Spark Streaming, setup, and Maven coordinates. Written by the developers of Spark, this book will have data scientists and engineers up and running in no time. You’ll learn how to express parallel jobs with just a few lines of code, and cover applications from simple batch jobs to stream processing and machine learning. Quickly dive into Spark capabilities such as distributed datasets, in-memory caching, and the interactive shell Leverage Spark’s powerful built-in libraries, including Spark SQL, Spark Streaming, and MLlib Use one programming paradigm instead of mixing and matching tools like Hive, Hadoop, Mahout, and Storm Learn how to deploy interactive, batch, and streaming applications Connect to data sources including HDFS, Hive, JSON, and S3 Master advanced topics like data partitioning and shared variables
Publisher: "O'Reilly Media, Inc."
ISBN: 1449359051
Category : Computers
Languages : en
Pages : 289
Book Description
Data in all domains is getting bigger. How can you work with it efficiently? Recently updated for Spark 1.3, this book introduces Apache Spark, the open source cluster computing system that makes data analytics fast to write and fast to run. With Spark, you can tackle big datasets quickly through simple APIs in Python, Java, and Scala. This edition includes new information on Spark SQL, Spark Streaming, setup, and Maven coordinates. Written by the developers of Spark, this book will have data scientists and engineers up and running in no time. You’ll learn how to express parallel jobs with just a few lines of code, and cover applications from simple batch jobs to stream processing and machine learning. Quickly dive into Spark capabilities such as distributed datasets, in-memory caching, and the interactive shell Leverage Spark’s powerful built-in libraries, including Spark SQL, Spark Streaming, and MLlib Use one programming paradigm instead of mixing and matching tools like Hive, Hadoop, Mahout, and Storm Learn how to deploy interactive, batch, and streaming applications Connect to data sources including HDFS, Hive, JSON, and S3 Master advanced topics like data partitioning and shared variables
Cassandra: The Definitive Guide
Author: Jeff Carpenter
Publisher: "O'Reilly Media, Inc."
ISBN: 1491933631
Category : Computers
Languages : en
Pages : 369
Book Description
Imagine what you could do if scalability wasn't a problem. With this hands-on guide, you’ll learn how the Cassandra database management system handles hundreds of terabytes of data while remaining highly available across multiple data centers. This expanded second edition—updated for Cassandra 3.0—provides the technical details and practical examples you need to put this database to work in a production environment. Authors Jeff Carpenter and Eben Hewitt demonstrate the advantages of Cassandra’s non-relational design, with special attention to data modeling. If you’re a developer, DBA, or application architect looking to solve a database scaling issue or future-proof your application, this guide helps you harness Cassandra’s speed and flexibility. Understand Cassandra’s distributed and decentralized structure Use the Cassandra Query Language (CQL) and cqlsh—the CQL shell Create a working data model and compare it with an equivalent relational model Develop sample applications using client drivers for languages including Java, Python, and Node.js Explore cluster topology and learn how nodes exchange data Maintain a high level of performance in your cluster Deploy Cassandra on site, in the Cloud, or with Docker Integrate Cassandra with Spark, Hadoop, Elasticsearch, Solr, and Lucene
Publisher: "O'Reilly Media, Inc."
ISBN: 1491933631
Category : Computers
Languages : en
Pages : 369
Book Description
Imagine what you could do if scalability wasn't a problem. With this hands-on guide, you’ll learn how the Cassandra database management system handles hundreds of terabytes of data while remaining highly available across multiple data centers. This expanded second edition—updated for Cassandra 3.0—provides the technical details and practical examples you need to put this database to work in a production environment. Authors Jeff Carpenter and Eben Hewitt demonstrate the advantages of Cassandra’s non-relational design, with special attention to data modeling. If you’re a developer, DBA, or application architect looking to solve a database scaling issue or future-proof your application, this guide helps you harness Cassandra’s speed and flexibility. Understand Cassandra’s distributed and decentralized structure Use the Cassandra Query Language (CQL) and cqlsh—the CQL shell Create a working data model and compare it with an equivalent relational model Develop sample applications using client drivers for languages including Java, Python, and Node.js Explore cluster topology and learn how nodes exchange data Maintain a high level of performance in your cluster Deploy Cassandra on site, in the Cloud, or with Docker Integrate Cassandra with Spark, Hadoop, Elasticsearch, Solr, and Lucene
An Introduction to Modern Cosmology
Author: Andrew Liddle
Publisher: John Wiley & Sons
ISBN: 1118690273
Category : Science
Languages : en
Pages : 200
Book Description
An Introduction to Modern Cosmology Third Edition is an accessible account of modern cosmological ideas. The Big Bang Cosmology is explored, looking at its observational successes in explaining the expansion of the Universe, the existence and properties of the cosmic microwave background, and the origin of light elements in the universe. Properties of the very early Universe are also covered, including the motivation for a rapid period of expansion known as cosmological inflation. The third edition brings this established undergraduate textbook up-to-date with the rapidly evolving observational situation. This fully revised edition of a bestseller takes an approach which is grounded in physics with a logical flow of chapters leading the reader from basic ideas of the expansion described by the Friedman equations to some of the more advanced ideas about the early universe. It also incorporates up-to-date results from the Planck mission, which imaged the anisotropies of the Cosmic Microwave Background radiation over the whole sky. The Advanced Topic sections present subjects with more detailed mathematical approaches to give greater depth to discussions. Student problems with hints for solving them and numerical answers are embedded in the chapters to facilitate the reader’s understanding and learning. Cosmology is now part of the core in many degree programs. This current, clear and concise introductory text is relevant to a wide range of astronomy programs worldwide and is essential reading for undergraduates and Masters students, as well as anyone starting research in cosmology. The accompanying website for this text, http://booksupport.wiley.com, provides additional material designed to enhance your learning, as well as errata within the text.
Publisher: John Wiley & Sons
ISBN: 1118690273
Category : Science
Languages : en
Pages : 200
Book Description
An Introduction to Modern Cosmology Third Edition is an accessible account of modern cosmological ideas. The Big Bang Cosmology is explored, looking at its observational successes in explaining the expansion of the Universe, the existence and properties of the cosmic microwave background, and the origin of light elements in the universe. Properties of the very early Universe are also covered, including the motivation for a rapid period of expansion known as cosmological inflation. The third edition brings this established undergraduate textbook up-to-date with the rapidly evolving observational situation. This fully revised edition of a bestseller takes an approach which is grounded in physics with a logical flow of chapters leading the reader from basic ideas of the expansion described by the Friedman equations to some of the more advanced ideas about the early universe. It also incorporates up-to-date results from the Planck mission, which imaged the anisotropies of the Cosmic Microwave Background radiation over the whole sky. The Advanced Topic sections present subjects with more detailed mathematical approaches to give greater depth to discussions. Student problems with hints for solving them and numerical answers are embedded in the chapters to facilitate the reader’s understanding and learning. Cosmology is now part of the core in many degree programs. This current, clear and concise introductory text is relevant to a wide range of astronomy programs worldwide and is essential reading for undergraduates and Masters students, as well as anyone starting research in cosmology. The accompanying website for this text, http://booksupport.wiley.com, provides additional material designed to enhance your learning, as well as errata within the text.
Data Pipelines Pocket Reference
Author: James Densmore
Publisher: O'Reilly Media
ISBN: 1492087807
Category : Computers
Languages : en
Pages : 277
Book Description
Data pipelines are the foundation for success in data analytics. Moving data from numerous diverse sources and transforming it to provide context is the difference between having data and actually gaining value from it. This pocket reference defines data pipelines and explains how they work in today's modern data stack. You'll learn common considerations and key decision points when implementing pipelines, such as batch versus streaming data ingestion and build versus buy. This book addresses the most common decisions made by data professionals and discusses foundational concepts that apply to open source frameworks, commercial products, and homegrown solutions. You'll learn: What a data pipeline is and how it works How data is moved and processed on modern data infrastructure, including cloud platforms Common tools and products used by data engineers to build pipelines How pipelines support analytics and reporting needs Considerations for pipeline maintenance, testing, and alerting
Publisher: O'Reilly Media
ISBN: 1492087807
Category : Computers
Languages : en
Pages : 277
Book Description
Data pipelines are the foundation for success in data analytics. Moving data from numerous diverse sources and transforming it to provide context is the difference between having data and actually gaining value from it. This pocket reference defines data pipelines and explains how they work in today's modern data stack. You'll learn common considerations and key decision points when implementing pipelines, such as batch versus streaming data ingestion and build versus buy. This book addresses the most common decisions made by data professionals and discusses foundational concepts that apply to open source frameworks, commercial products, and homegrown solutions. You'll learn: What a data pipeline is and how it works How data is moved and processed on modern data infrastructure, including cloud platforms Common tools and products used by data engineers to build pipelines How pipelines support analytics and reporting needs Considerations for pipeline maintenance, testing, and alerting
Kubernetes Patterns
Author: Bilgin Ibryam
Publisher: O'Reilly Media
ISBN: 1492050253
Category : Computers
Languages : en
Pages : 267
Book Description
The way developers design, build, and run software has changed significantly with the evolution of microservices and containers. These modern architectures use new primitives that require a different set of practices than most developers, tech leads, and architects are accustomed to. With this focused guide, Bilgin Ibryam and Roland Huß from Red Hat provide common reusable elements, patterns, principles, and practices for designing and implementing cloud-native applications on Kubernetes. Each pattern includes a description of the problem and a proposed solution with Kubernetes specifics. Many patterns are also backed by concrete code examples. This book is ideal for developers already familiar with basic Kubernetes concepts who want to learn common cloud native patterns. You’ll learn about the following pattern categories: Foundational patterns cover the core principles and practices for building container-based cloud-native applications. Behavioral patterns explore finer-grained concepts for managing various types of container and platform interactions. Structural patterns help you organize containers within a pod, the atom of the Kubernetes platform. Configuration patterns provide insight into how application configurations can be handled in Kubernetes. Advanced patterns covers more advanced topics such as extending the platform with operators.
Publisher: O'Reilly Media
ISBN: 1492050253
Category : Computers
Languages : en
Pages : 267
Book Description
The way developers design, build, and run software has changed significantly with the evolution of microservices and containers. These modern architectures use new primitives that require a different set of practices than most developers, tech leads, and architects are accustomed to. With this focused guide, Bilgin Ibryam and Roland Huß from Red Hat provide common reusable elements, patterns, principles, and practices for designing and implementing cloud-native applications on Kubernetes. Each pattern includes a description of the problem and a proposed solution with Kubernetes specifics. Many patterns are also backed by concrete code examples. This book is ideal for developers already familiar with basic Kubernetes concepts who want to learn common cloud native patterns. You’ll learn about the following pattern categories: Foundational patterns cover the core principles and practices for building container-based cloud-native applications. Behavioral patterns explore finer-grained concepts for managing various types of container and platform interactions. Structural patterns help you organize containers within a pod, the atom of the Kubernetes platform. Configuration patterns provide insight into how application configurations can be handled in Kubernetes. Advanced patterns covers more advanced topics such as extending the platform with operators.
Jersey Boy
Author: Adeyinka Makinde
Publisher: iUniverse
ISBN: 9781450206389
Category : True Crime
Languages : en
Pages : 275
Book Description
FINALLY, THE TRUE STORY of the Mafia’s execution of Jersey City legend Frankie DePaula can be told: -Was his world title bout with Bob Foster fixed by the Mob? -Did the Mob kill Pat Amato, his first manager, in order to pave the way for him to sign with their front man Gary Garafola? -How did he come to be involved in a notorious heist of $80,000 worth of electrolytic copper? -Was his dalliance with the step-daughter of a high-ranking mobster the reason for his shooting? -Or did the Mob kill him for giving up information on their involvement in the copper theft? Although Frankie appeared to some to be a true life exemplar of a character from Dead End; a wild and unreconstructed deviant headed for disaster, his life is set against the backdrop of the oftentimes dysfunctional environs of Jersey City, for long the seat of power of an administration dominated for decades by Mayoral potentate Frank Hague and maligned by the corruption of local politicians and the increasing influence of organized crime. PRAISE FOR JERSEY BOY “The author tells it like it was...Anyone who was around boxing in those days or has any knowledge of what the sport was like in the 1960s and early 1970s should read this book. It’s worth every penny.” ---J. Russell Peltz, IBHOF inductee and noted Boxing Historian & Archivist "A brilliant biography...Makinde brings it all to life through meticulous research, painstaking chapter notes and a smooth, lyrical writing style." ---Murray Greig, The Edmonton Sun "It's a cracking read" ---Steve Bunce, BBC Radio London Boxing Hour Show "Makinde writes in elegant yet precise prose" ---eastsideboxing.com "A book worthy of a Hollywood encore" ---maxboxing.com
Publisher: iUniverse
ISBN: 9781450206389
Category : True Crime
Languages : en
Pages : 275
Book Description
FINALLY, THE TRUE STORY of the Mafia’s execution of Jersey City legend Frankie DePaula can be told: -Was his world title bout with Bob Foster fixed by the Mob? -Did the Mob kill Pat Amato, his first manager, in order to pave the way for him to sign with their front man Gary Garafola? -How did he come to be involved in a notorious heist of $80,000 worth of electrolytic copper? -Was his dalliance with the step-daughter of a high-ranking mobster the reason for his shooting? -Or did the Mob kill him for giving up information on their involvement in the copper theft? Although Frankie appeared to some to be a true life exemplar of a character from Dead End; a wild and unreconstructed deviant headed for disaster, his life is set against the backdrop of the oftentimes dysfunctional environs of Jersey City, for long the seat of power of an administration dominated for decades by Mayoral potentate Frank Hague and maligned by the corruption of local politicians and the increasing influence of organized crime. PRAISE FOR JERSEY BOY “The author tells it like it was...Anyone who was around boxing in those days or has any knowledge of what the sport was like in the 1960s and early 1970s should read this book. It’s worth every penny.” ---J. Russell Peltz, IBHOF inductee and noted Boxing Historian & Archivist "A brilliant biography...Makinde brings it all to life through meticulous research, painstaking chapter notes and a smooth, lyrical writing style." ---Murray Greig, The Edmonton Sun "It's a cracking read" ---Steve Bunce, BBC Radio London Boxing Hour Show "Makinde writes in elegant yet precise prose" ---eastsideboxing.com "A book worthy of a Hollywood encore" ---maxboxing.com
The Journey of the Mind to God
Author: Saint Bonaventure (Cardinal)
Publisher: Hackett Publishing
ISBN: 9780872202009
Category : Philosophy
Languages : en
Pages : 110
Book Description
The Hackett edition of this classic of medieval philosophy and mysticism--a plan of pilgrimage for the learned Franciscan wishing to reach the apex of the mystical experience--combines the highly regarded Boehner translation with a new introduction by Stephen Brown focusing on St. Francis as a model of the contemplative life, the meaning of the Itinerarium, its place in Bonaventure's mystical theology, and the plan of the work. Boehner's Latin Notes, as well as Latin texts from other works of Bonaventure included in the Franciscan Institute Edition, are rendered here in English, making this the edition of choice for the beginning student.
Publisher: Hackett Publishing
ISBN: 9780872202009
Category : Philosophy
Languages : en
Pages : 110
Book Description
The Hackett edition of this classic of medieval philosophy and mysticism--a plan of pilgrimage for the learned Franciscan wishing to reach the apex of the mystical experience--combines the highly regarded Boehner translation with a new introduction by Stephen Brown focusing on St. Francis as a model of the contemplative life, the meaning of the Itinerarium, its place in Bonaventure's mystical theology, and the plan of the work. Boehner's Latin Notes, as well as Latin texts from other works of Bonaventure included in the Franciscan Institute Edition, are rendered here in English, making this the edition of choice for the beginning student.
The IMO Compendium
Author: Dušan Djukić
Publisher: Springer Science & Business Media
ISBN: 1441998543
Category : Mathematics
Languages : en
Pages : 819
Book Description
"The IMO Compendium" is the ultimate collection of challenging high-school-level mathematics problems and is an invaluable resource not only for high-school students preparing for mathematics competitions, but for anyone who loves and appreciates mathematics. The International Mathematical Olympiad (IMO), nearing its 50th anniversary, has become the most popular and prestigious competition for high-school students interested in mathematics. Only six students from each participating country are given the honor of participating in this competition every year. The IMO represents not only a great opportunity to tackle interesting and challenging mathematics problems, it also offers a way for high school students to measure up with students from the rest of the world. Until the first edition of this book appearing in 2006, it has been almost impossible to obtain a complete collection of the problems proposed at the IMO in book form. "The IMO Compendium" is the result of a collaboration between four former IMO participants from Yugoslavia, now Serbia and Montenegro, to rescue these problems from old and scattered manuscripts, and produce the ultimate source of IMO practice problems. This book attempts to gather all the problems and solutions appearing on the IMO through 2009. This second edition contains 143 new problems, picking up where the 1959-2004 edition has left off.
Publisher: Springer Science & Business Media
ISBN: 1441998543
Category : Mathematics
Languages : en
Pages : 819
Book Description
"The IMO Compendium" is the ultimate collection of challenging high-school-level mathematics problems and is an invaluable resource not only for high-school students preparing for mathematics competitions, but for anyone who loves and appreciates mathematics. The International Mathematical Olympiad (IMO), nearing its 50th anniversary, has become the most popular and prestigious competition for high-school students interested in mathematics. Only six students from each participating country are given the honor of participating in this competition every year. The IMO represents not only a great opportunity to tackle interesting and challenging mathematics problems, it also offers a way for high school students to measure up with students from the rest of the world. Until the first edition of this book appearing in 2006, it has been almost impossible to obtain a complete collection of the problems proposed at the IMO in book form. "The IMO Compendium" is the result of a collaboration between four former IMO participants from Yugoslavia, now Serbia and Montenegro, to rescue these problems from old and scattered manuscripts, and produce the ultimate source of IMO practice problems. This book attempts to gather all the problems and solutions appearing on the IMO through 2009. This second edition contains 143 new problems, picking up where the 1959-2004 edition has left off.