Browse Results

Showing 25,326 through 25,350 of 61,785 results

Hadoop Operations: A Guide for Developers and Administrators

by Eric Sammer

If you’ve been asked to maintain large and complex Hadoop clusters, this book is a must. Demand for operations-specific material has skyrocketed now that Hadoop is becoming the de facto standard for truly large-scale data processing in the data center. Eric Sammer, Principal Solution Architect at Cloudera, shows you the particulars of running Hadoop in production, from planning, installing, and configuring the system to providing ongoing maintenance.Rather than run through all possible scenarios, this pragmatic operations guide calls out what works, as demonstrated in critical deployments.Get a high-level overview of HDFS and MapReduce: why they exist and how they workPlan a Hadoop deployment, from hardware and OS selection to network requirementsLearn setup and configuration details with a list of critical propertiesManage resources by sharing a cluster across multiple groupsGet a runbook of the most common cluster maintenance tasksMonitor Hadoop clusters—and learn troubleshooting with the help of real-world war storiesUse basic tools and techniques to handle backup and catastrophic failure

Hadoop Real-World Solutions Cookbook

by Jonathan R. Owens Brian Femiano Jon Lentz

Cookbook recipes demonstrate Hadoop in action and then explain the concepts behind the code. This book is ideal for developers who wish to have a better understanding of Hadoop application development and associated tools, and developers who understand Hadoop conceptually but want practical examples of real world applications.

Hadoop Real-World Solutions Cookbook - Second Edition

by Tanmay Deshpande

Over 90 hands-on recipes to help you learn and master the intricacies of Apache Hadoop 2.X, YARN, Hive, Pig, Oozie, Flume, Sqoop, Apache Spark, and Mahout About This Book * Implement outstanding Machine Learning use cases on your own analytics models and processes. * Solutions to common problems when working with the Hadoop ecosystem. * Step-by-step implementation of end-to-end big data use cases. Who This Book Is For Readers who have a basic knowledge of big data systems and want to advance their knowledge with hands-on recipes. What You Will Learn * Installing and maintaining Hadoop 2.X cluster and its ecosystem. * Write advanced Map Reduce programs and understand design patterns. * Advanced Data Analysis using the Hive, Pig, and Map Reduce programs. * Import and export data from various sources using Sqoop and Flume. * Data storage in various file formats such as Text, Sequential, Parquet, ORC, and RC Files. * Machine learning principles with libraries such as Mahout * Batch and Stream data processing using Apache Spark In Detail Big data is the current requirement. Most organizations produce huge amount of data every day. With the arrival of Hadoop-like tools, it has become easier for everyone to solve big data problems with great efficiency and at minimal cost. Grasping Machine Learning techniques will help you greatly in building predictive models and using this data to make the right decisions for your organization. Hadoop Real World Solutions Cookbook gives readers insights into learning and mastering big data via recipes. The book not only clarifies most big data tools in the market but also provides best practices for using them. The book provides recipes that are based on the latest versions of Apache Hadoop 2.X, YARN, Hive, Pig, Sqoop, Flume, Apache Spark, Mahout and many more such ecosystem tools. This real-world-solution cookbook is packed with handy recipes you can apply to your own everyday issues. Each chapter provides in-depth recipes that can be referenced easily. This book provides detailed practices on the latest technologies such as YARN and Apache Spark. Readers will be able to consider themselves as big data experts on completion of this book. This guide is an invaluable tutorial if you are planning to implement a big data warehouse for your business. Style and approach An easy-to-follow guide that walks you through world of big data. Each tool in the Hadoop ecosystem is explained in detail and the recipes are placed in such a manner that readers can implement them sequentially. Plenty of reference links are provided for advanced reading.

Hadoop Security: Protecting Your Big Data Platform

by Ben Spivey Joey Echeverria

As more corporations turn to Hadoop to store and process their most valuable data, the risk of a potential breach of those systems increases exponentially. This practical book not only shows Hadoop administrators and security architects how to protect Hadoop data from unauthorized access, it also shows how to limit the ability of an attacker to corrupt or modify data in the event of a security breach.Authors Ben Spivey and Joey Echeverria provide in-depth information about the security features available in Hadoop, and organize them according to common computer security concepts. You’ll also get real-world examples that demonstrate how you can apply these concepts to your use cases.Understand the challenges of securing distributed systems, particularly HadoopUse best practices for preparing Hadoop cluster hardware as securely as possibleGet an overview of the Kerberos network authentication protocolDelve into authorization and accounting principles as they apply to HadoopLearn how to use mechanisms to protect data in a Hadoop cluster, both in transit and at restIntegrate Hadoop data ingest into enterprise-wide security architectureEnsure that security architecture reaches all the way to end-user access

Hadoop for Finance Essentials

by Rajiv Tiwari

This book is perfect for developers, analysts, architects or managers who would like to perform big data analytics with Hadoop for the financial sector. This book is also helpful for technology professionals from other industry sectors who have recently switched or like to switch their business domain to financial sector. Familiarity with big data, Java programming, database and data warehouse, and business intelligence would be beneficial.

Hadoop in Action

by Chuck Lam

Hadoop in Action teaches readers how to use Hadoop and write MapReduce programs. The intended readers are programmers, architects, and project managers who have to process large amounts of data offline. Hadoop in Action will lead the reader from obtaining a copy of Hadoop to setting it up in a cluster and writing data analytic programs.The book begins by making the basic idea of Hadoop and MapReduce easier to grasp by applying the default Hadoop installation to a few easy-to-follow tasks, such as analyzing changes in word frequency across a body of documents. The book continues through the basic concepts of MapReduce applications developed using Hadoop, including a close look at framework components, use of Hadoop for a variety of data analysis tasks, and numerous examples of Hadoop in action.Hadoop in Action will explain how to use Hadoop and present design patterns and practices of programming MapReduce. MapReduce is a complex idea both conceptually and in its implementation, and Hadoop users are challenged to learn all the knobs and levers for running Hadoop. This book takes you beyond the mechanics of running Hadoop, teaching you to write meaningful programs in a MapReduce framework.This book assumes the reader will have a basic familiarity with Java, as most code examples will be written in Java. Familiarity with basic statistical concepts (e.g. histogram, correlation) will help the reader appreciate the more advanced data processing examples. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.

Hadoop in Practice

by Alex Holmes

SummaryHadoop in Practice, Second Edition provides over 100 tested, instantly useful techniques that will help you conquer big data, using Hadoop. This revised new edition covers changes and new features in the Hadoop core architecture, including MapReduce 2. Brand new chapters cover YARN and integrating Kafka, Impala, and Spark SQL with Hadoop. You'll also get new and updated techniques for Flume, Sqoop, and Mahout, all of which have seen major new versions recently. In short, this is the most practical, up-to-date coverage of Hadoop available anywhere.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the BookIt's always a good time to upgrade your Hadoop skills! Hadoop in Practice, Second Edition provides a collection of 104 tested, instantly useful techniques for analyzing real-time streams, moving data securely, machine learning, managing large-scale clusters, and taming big data using Hadoop. This completely revised edition covers changes and new features in Hadoop core, including MapReduce 2 and YARN. You'll pick up hands-on best practices for integrating Spark, Kafka, and Impala with Hadoop, and get new and updated techniques for the latest versions of Flume, Sqoop, and Mahout. In short, this is the most practical, up-to-date coverage of Hadoop available.Readers need to know a programming language like Java and have basic familiarity with Hadoop.What's InsideThoroughly updated for Hadoop 2How to write YARN applicationsIntegrate real-time technologies like Storm, Impala, and SparkPredictive analytics using Mahout and RR Readers need to know a programming language like Java and have basic familiarity with Hadoop. About the AuthorAlex Holmes works on tough big-data problems. He is a software engineer, author, speaker, and blogger specializing in large-scale Hadoop projects.Table of ContentsPART 1 BACKGROUND AND FUNDAMENTALSHadoop in a heartbeatIntroduction to YARNPART 2 DATA LOGISTICSData serialization—working with text and beyondOrganizing and optimizing data in HDFSMoving data into and out of HadoopPART 3 BIG DATA PATTERNSApplying MapReduce patterns to big dataUtilizing data structures and algorithms at scaleTuning, debugging, and testingPART 4 BEYOND MAPREDUCESQL on Hadoop Writing a YARN application

Hadoop: Data Processing and Modelling

by Garry Turkington Tanmay Deshpande Sandeep Karanth

Unlock the power of your data with Hadoop 2.X ecosystem and its data warehousing techniques across large data sets About This Book * Conquer the mountain of data using Hadoop 2.X tools * The authors succeed in creating a context for Hadoop and its ecosystem * Hands-on examples and recipes giving the bigger picture and helping you to master Hadoop 2.X data processing platforms * Overcome the challenging data processing problems using this exhaustive course with Hadoop 2.X Who This Book Is For This course is for Java developers, who know scripting, wanting a career shift to Hadoop - Big Data segment of the IT industry. So if you are a novice in Hadoop or an expert, this book will make you reach the most advanced level in Hadoop 2.X. What You Will Learn * Best practices for setup and configuration of Hadoop clusters, tailoring the system to the problem at hand * Integration with relational databases, using Hive for SQL queries and Sqoop for data transfer * Installing and maintaining Hadoop 2.X cluster and its ecosystem * Advanced Data Analysis using the Hive, Pig, and Map Reduce programs * Machine learning principles with libraries such as Mahout and Batch and Stream data processing using Apache Spark * Understand the changes involved in the process in the move from Hadoop 1.0 to Hadoop 2.0 * Dive into YARN and Storm and use YARN to integrate Storm with Hadoop * Deploy Hadoop on Amazon Elastic MapReduce and Discover HDFS replacements and learn about HDFS Federation In Detail As Marc Andreessen has said "Data is eating the world," which can be witnessed today being the age of Big Data, businesses are producing data in huge volumes every day and this rise in tide of data need to be organized and analyzed in a more secured way. With proper and effective use of Hadoop, you can build new-improved models, and based on that you will be able to make the right decisions. The first module, Hadoop beginners Guide will walk you through on understanding Hadoop with very detailed instructions and how to go about using it. Commands are explained using sections called "What just happened" for more clarity and understanding. The second module, Hadoop Real World Solutions Cookbook, 2nd edition, is an essential tutorial to effectively implement a big data warehouse in your business, where you get detailed practices on the latest technologies such as YARN and Spark. Big data has become a key basis of competition and the new waves of productivity growth. Hence, once you get familiar with the basics and implement the end-to-end big data use cases, you will start exploring the third module, Mastering Hadoop. So, now the question is if you need to broaden your Hadoop skill set to the next level after you nail the basics and the advance concepts, then this course is indispensable. When you finish this course, you will be able to tackle the real-world scenarios and become a big data expert using the tools and the knowledge based on the various step-by-step tutorials and recipes. Style and approach This course has covered everything right from the basic concepts of Hadoop till you master the advance mechanisms to become a big data expert. The goal here is to help you learn the basic essentials using the step-by-step tutorials and from there moving toward the recipes with various real-world solutions for you. It covers all the important aspects of Hadoop from system designing and configuring Hadoop, machine learning principles with various libraries with chapters illustrated with code fragments and schematic diagrams. This is a compendious course to explore Hadoop from the basics to the most advanced techniques available in Hadoop 2.X.

Hadoop: Storage and Analysis at Internet Scale

by Tom White

Get ready to unlock the power of your data. With the fourth edition of 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.Using Hadoop 2 exclusively, author Tom White presents new chapters on YARN and several Hadoop-related projects such as Parquet, Flume, Crunch, and Spark. Youâ??ll learn about recent changes to Hadoop, and explore new case studies on Hadoopâ??s role in healthcare systems and genomics data processing.Learn fundamental components such as MapReduce, HDFS, and YARNExplore MapReduce in depth, including steps for developing applications with itSet up and maintain a Hadoop cluster running HDFS and MapReduce on YARNLearn two data formats: Avro for data serialization and Parquet for nested dataUse data ingestion tools such as Flume (for streaming data) and Sqoop (for bulk data transfer)Understand how high-level data processing tools like Pig, Hive, Crunch, and Spark work with HadoopLearn the HBase distributed database and the ZooKeeper distributed configuration service

Hadoop: The Definitive Guide

by Tom White

Discover how Apache Hadoop can unleash the power of your data. This comprehensive resource shows you how to build and maintain reliable, scalable, distributed systems with the Hadoop framework -- an open source implementation of MapReduce, the algorithm on which Google built its empire. Programmers will find details for analyzing datasets of any size, and administrators will learn how to set up and run Hadoop clusters. This revised edition covers recent changes to Hadoop, including new features such as Hive, Sqoop, and Avro. It also provides illuminating case studies that illustrate how Hadoop is used to solve specific problems. Looking to get the most out of your data? This is your book. Use the Hadoop Distributed File System (HDFS) for storing large datasets, then run distributed computations over those datasets with MapReduce Become familiar with Hadoop's data and I/O building blocks for compression, data integrity, serialization, 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 Use Pig, a high-level query language for large-scale data processing Analyze datasets with Hive, Hadoop's data warehousing system Take advantage of HBase, Hadoop's database for structured and semi-structured data Learn ZooKeeper, a toolkit of coordination primitives for building distributed systems "Now you have the opportunity to learn about Hadoop from a master -- not only of the technology, but also of common sense and plain talk." --Doug Cutting, Cloudera

Hadoop: The Definitive Guide

by Tom White

Hadoop: The Definitive Guide helps you harness the power of your data. Ideal for processing large datasets, the Apache Hadoop framework is an open source implementation of the MapReduce algorithm on which Google built its empire. This comprehensive resource demonstrates how to use Hadoop to build reliable, scalable, distributed systems: programmers will find details for analyzing large datasets, and administrators will learn how to set up and run Hadoop clusters.Complete with case studies that illustrate how Hadoop solves specific problems, this book helps you:Use the Hadoop Distributed File System (HDFS) for storing large datasets, and run distributed computations over those datasets using MapReduceBecome familiar with Hadoop's data and I/O building blocks for compression, data integrity, serialization, and persistenceDiscover common pitfalls and advanced features for writing real-world MapReduce programsDesign, build, and administer a dedicated Hadoop cluster, or run Hadoop in the cloudUse Pig, a high-level query language for large-scale data processingTake advantage of HBase, Hadoop's database for structured and semi-structured dataLearn ZooKeeper, a toolkit of coordination primitives for building distributed systemsIf you have lots of data -- whether it's gigabytes or petabytes -- Hadoop is the perfect solution. Hadoop: The Definitive Guide is the most thorough book available on the subject."Now you have the opportunity to learn about Hadoop from a master-not only of the technology, but also of common sense and plain talk."-- Doug Cutting, Hadoop Founder, Yahoo!

Haircutting Robots

by Steven Li

This book envisions the imminent arrival of fully robotic haircutting systems with commercial practicality, driven by advancements in technologies such as 3D printing, CNC machining, artificial intelligence, and robotics. The evolution of haircutting has reached significant milestones, from manual cutting to self-cutting devices, yet, as of 2024, no commercially available haircutting robots exist. Offering a pioneering exploration of the theoretical foundations for these innovations, the book integrates insights from robotics, AI, and aesthetic design to address challenges like precision, safety, and customization. It serves as a valuable resource for researchers, entrepreneurs, and professionals seeking to lead the development of cutting-edge haircutting solutions. With its forward-looking perspective, the book lays a roadmap for transforming personal grooming through multidisciplinary innovation.

Half-Real: Video Games between Real Rules and Fictional Worlds

by Jesper Juul

Video games as both a departure from and a development of traditional games; an analysis of the interaction between rules and fiction in video games.

Half-Real: Video Games between Real Rules and Fictional Worlds

by Jesper Juul

Video games as both a departure from and a development of traditional games; an analysis of the interaction between rules and fiction in video games.A video game is half-real: we play by real rules while imagining a fictional world. We win or lose the game in the real world, but we slay a dragon (for example) only in the world of the game. In this thought-provoking study, Jesper Juul examines the constantly evolving tension between rules and fiction in video games. Discussing games from Pong to The Legend of Zelda, from chess to Grand Theft Auto, he shows how video games are both a departure from and a development of traditional non-electronic games. The book combines perspectives from such fields as literary and film theory, computer science, psychology, economic game theory, and game studies, to outline a theory of what video games are, how they work with the player, how they have developed historically, and why they are fun to play.Locating video games in a history of games that goes back to Ancient Egypt, Juul argues that there is a basic affinity between games and computers. Just as the printing press and the cinema have promoted and enabled new kinds of storytelling, computers work as enablers of games, letting us play old games in new ways and allowing for new kinds of games that would not have been possible before computers. Juul presents a classic game model, which describes the traditional construction of games and points to possible future developments. He examines how rules provide challenges, learning, and enjoyment for players, and how a game cues the player into imagining its fictional world. Juul's lively style and eclectic deployment of sources will make Half-Real of interest to media, literature, and game scholars as well as to game professionals and gamers.

Hallyu 2. 0: The Korean Wave In The Age Of Social Media

by Abé Markus Nornes Sangjoon Lee

Collectively known as Hallyu, Korean music, television programs, films, online games, and comics enjoy global popularity, thanks to new communication technologies. In recent years, Korean popular culture has also become the subject of academic inquiry. Whereas the Hallyu's impact on Korea's national image and domestic economy, as well as on transnational cultural flows, have received much scholarly attention, there has been little discussion of the role of social media in Hallyu's propagation. Contributors to Hallyu 2. 0: The Korean Wave in the Age of Social Media explore the ways in which Korean popular cultural products are shared by audiences around the globe; how they generate new fans, markets, and consumers through social media networks; and how scholars can analyze, interpret, and envision the future of this unprecedented cultural phenomenon.

Halo 2 Hacks

by Stephen Cawood

Even if you've finished Halo 2 in Legendary Mode, you're not done with this game. Not by a long shot. You know there's a lot more you can squeeze out of Halo 2, and with the clever hacks we have in store, you'll turn the game into a whole new experience. Halo 2 Hacks is the creation of consummate gamer and Microsoft insider Stephen Cawood, an original member of the Halo 2 beta test team. He's got it all, whether you're into single or multiplayer games, a level 25 or above, or even a complete n00b. If you are a beginner, you may not yet appreciate that Halo 2 for Xbox is the biggest game to hit the galaxy. Ten million copies have already sold, including 2.4 million on the first day it hit the shelf. So you're in good company, even if you've never played its predecessor, Halo: Combat Evolved. Pick up this book and you'll be able to fully appreciate the Halo 2 universe. Halo 2 Hacks is packed with a horde of great hacks for weapons, levels, vehicles, game play and mods. You'll learn how to perform expert tricks, exploit glitches and find Halo 2 Easter Eggs - including the famous skulls. And discover all the nooks and crannies you didn't even suspect were there. Each hack has a thermometer icon to indicate its relative complexity, whether it's a beginner, moderate, or expert hack. Each one stands on its own, so you can either read the book from cover to cover, or jump around until you see a hack you want to try. This title was created with the help of numerous gamers from the Halo community. Whether it was a trick, a glitch or a mod, Cawood went straight to the source and gathered all of the necessary information to help you complete the hack. The mod section of the book features contributions from Grenadiac, MrMurder, Iron_Forge, GTJuggler, The Swamp Fox, and many more. Halo 2 Hacks also features a foreword by Ducain (the admin for HighImpactHalo.org), Louis Wu (the admin for Halo.Bungie.org) and Grenadiac (the admin for HaloMods.com). For all the brave souls who want to learn how to trick Halo 2 into running the hacks and mods of their choice, Halo 2 Hacks is a must read. Roughly half of this title is dedicated to creating your own Halo 2 mods. If you're a fan of tricking, glitching or modding, then this is the book for you. But only for gamers who think they're worthy of the distinction.

Halo Effect: An Unauthorized Look at the Most Successful Video Game of All Time

by Jennifer Thomason

Halo Effect is an unauthorized collection of essays on the bestselling video game Halo. Examining the Halo phenomenon from every angle—from profiling the greatest Halo player who ever lived to providing a behind-the-scenes look at the making of the wildly popular, virtual-reality Halo movies—this guide is the ultimate companion for anyone who wants to truly understand this amazingly successful video game. With discussions on the role of religion and science in the game, this collection of essays also looks into the creation of and community reaction to the launch of the Halo series.

Halo Encyclopedia

by Microsoft

In the 26th century, humanity relentlessly continues their fight for survival, an enduring conflict set against the backdrop of the enigmatic and ancient ringworld known as Halo. The universe of Halo is remarkably vast in scale and astonishingly elaborate in detail, telling rich stories filled with bold characters, breathtaking worlds, and thrilling conflicts. In celebration of the 20th anniversary of Halo, Dark Horse and 343 Industries have teamed up to deliver the most definitive guide to the universe thus far. Spanning over a hundred millennia and encompassing over a hundred thousand light years, the Halo Encyclopedia captures two decades of storytelling with stunning, never-before-seen art and the most detailed exploration of the universe&’s many characters, worlds, and technologies to have ever been created

Halo Graphic Novel (New Edition)

by Andrew Robinson Lee Hammock Ed Lee Jay Faerber

Dark Horse Books is proud to present the legendary graphic novel that introduced Halo to the world of comics--back for the first time in over a decade!This book includes four classic Halo stories that expand the deep lore of the Halo universe told by some of the finest creators in comic-book history. Artist Simon Bisley and writer Lee Hammock give us the central tale titled "The Last Voyage of the Infinite Succor." Award-winning mangaka Tsutomu Nihei writes and draws a tale of Sgt. Johnson's epic escape in "Breaking Quarantine". Ed Lee, Andrew Robinson, and Jay Faerber team up on a story of technology in the 26th century with "Armor Testing." Finally, Brett Lewis and the world-renowned artist Jean "Moebius" Giraud round out this one-of-a-kind Halo experience with a story that showcases humanity's plight against the Covenant from a unique civilian perspective in "Second Sunrise Over New Mombasa."

Halo Volume 2 Escalation

by Brian Reed

The Fall of New Phoenix, Master Chief's return to action, and a dark plot by the Office of Naval Intelligence--all in this volume collecting Halo: Escalation issues #7-#12 by Brian Reed (Amazing Spider-Man), Duffy Boudreau (Blackacre), Sergio Ariño (Ms. Marvel) and Ricardo Sánchez (Green Arrow).

Halo: Escalation Volume 1 (Halo)

by Christopher Schlerf

Following the events of Halo 4, the UNSC Infinity is deployed to security detail for a peace summit between the Elites and Brutes. When the negotiations are ambushed by a mercenary fleet, Infinity is drawn into a plot which leads them to the discovery of a long-lost UNSC asset trapped behind enemy lines. This graphic novel collects the comics Halo: Escalation 1 through 6.Don't miss the thrilling new adventures set in the Halo universe!

Halo: Escalation Volume 3 (Halo)

by Various

Halo 4&’s Spartan Opscontinues here as the UNSC Infinity battles the Covenant for control of the all-powerful Forerunner Janus Key. Plus, Spartan Tanaka&’s thrilling origin story revealed—all in this volume collecting Halo: Escalation issues #13–#18 by Duffy Boudreau (BlackAcre), Sergio Ariño (Ms. Marvel), and Douglas Franchin (Person of Interest).&“The art is really great. It feels emotional and really adds to the writing. The colors are vivid from panel to panel. I really like it. Halo: Escalation is a fantastic series.&”—Unleash the Fanboy

Halo: Escalation Volume 4

by Duffy Boudreau

An unexpected ally joins a crack team of Spartans for their most dangerous operation—a secret mission into the mysterious Forerunner site known as the Absolute Record. The Halo® saga continues in this volume collecting Halo: Escalation #19–#24 by Duffy Boudreau (BlackAcre, Bloodshot), Ian Richardson (Noble Causes), and Douglas Franchin (Person of Interest).* An essential addition to the Halo canon!* The start of a new arc and a great jumping-on point for new readers!

Halo: Fall of Reach

by Brian Reed

The Master Chief&’s origin story!In the year 2517, humanity&’s last hope is with Dr. Catherine Halsey, the SPARTAN-II program, and one six-year-old boy: John-117. Kidnapped and ruthlessly trained, John endures and rises as the leader of the Spartans: he becomes the Master Chief! These legendary heroes are entrusted with stopping the Covenant at all costs…but will their harrowing biological augmentation and unparalleled MJOLNIR armor be enough to rise to victory?* From the lead writer of Halo 5: Guardians!* A perfect companion for the Halo: The Fall of Reach animated series!

Halo: Initiation (Halo)

by Brian Reed

Halo®—one of the most iconic video game franchises in history—comes to Dark Horse! Before she was a supersolider defending humanity as part of the Spartan-IV program, Sarah Palmer was an ODST—Orbital Drop Shock Trooper—carrying out the most dangerous missions behind enemy lines! Join her on her dramatic journey from the ranks of humanity's toughest leathernecks to the highest echelon of elite warriors in the galaxy. Collects the three-issue miniseries. * A new era of Halo® comics begins at Dark Horse! * The Halo franchise has sales eclipsing $3 billion over its lifetime! * From one of the writers on Halo 4—comics veteran Brian Reed!

Refine Search

Showing 25,326 through 25,350 of 61,785 results