top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
Microsoft big data solutions / / Adam Jorgensen [and five others] ; executive editor, Robert Elliot ; project editor, Jennifer Lynn ; cover designer, Ryan Sneed
Microsoft big data solutions / / Adam Jorgensen [and five others] ; executive editor, Robert Elliot ; project editor, Jennifer Lynn ; cover designer, Ryan Sneed
Edizione [1st edition]
Pubbl/distr/stampa Indianapolis, Indiana : , : Wiley, , 2014
Descrizione fisica 1 online resource (410 p.)
Disciplina 005.74
Altri autori (Persone) JorgensenAdam
ElliotRobert
LynnJennifer
SneedRyan
Soggetto topico Cloud computing
Computers
Web services
Soggetto genere / forma Electronic books.
ISBN 1-118-72955-2
1-118-74209-5
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Title Page; Copyright; Contents; Introduction; Part I What Is Big Data?; Chapter 1 Industry Needs and Solutions; What's So Big About Big Data?; A Brief History of Hadoop; Google; Nutch; What Is Hadoop?; Derivative Works and Distributions; Hadoop Distributions; Core Hadoop Ecosystem; Important Apache Projects for Hadoop; The Future for Hadoop; Summary; Chapter 2 Microsoft's Approach to Big Data; A Story of "Better Together"; Competition in the Ecosystem; SQL on Hadoop Today; Hortonworks and Stinger; Cloudera and Impala; Microsoft's Contribution to SQL in Hadoop; Deploying Hadoop
Deployment Factors Deployment Topologies; Deployment Scorecard; Summary; Part II Setting Up for Big Data with Microsoft; Chapter 3 Configuring Your First Big Data Environment; Getting Started; Getting the Install; Running the Installation; On-Premise Installation: Single-Node Installation; HD Insight Service: Installing in the Cloud; Windows Azure Storage Explorer Options; Validating Your New Cluster; Logging into HD Insight Service; Verify HDP Functionality in the Logs; Common Post-Setup Tasks; Loading Your First Files; Verifying Hive and Pig; Summary; Part III Storing and Managing Big Data
Chapter 4 HDFS, Hive, HBase, and HCatalog Exploring the Hadoop Distributed File System; Explaining the HDFS Architecture; Interacting with HDFS; Exploring Hive: The Hadoop Data Warehouse Platform; Designing, Building, and Loading Tables; Querying Data; Configuring the Hive ODBC Driver; Exploring HCatalog: HDFS Table and Metadata Management; Exploring HBase: An HDFS Column-Oriented Database; Columnar Databases; Defining and Populating an HBase Table; Using Query Operations; Summary; Chapter 5 Storing and Managing Data in HDFS; Understanding the Fundamentals of HDFS; HDFS Architecture
Name Nodes and Data Nodes Data Replication; Using Common Commands to Interact with HDFS; Interfaces for Working with HDFS; File Manipulation Commands; Administrative Functions in HDFS; Moving and Organizing Data in HDFS; Moving Data in HDFS; Implementing Data Structures for Easier Management; Rebalancing Data; Summary; Chapter 6 Adding Structure with Hive; Understanding Hive's Purpose and Role; Providing Structure for Unstructured Data; Enabling Data Access and Transformation; Differentiating Hive from Traditional RDBMS Systems; Working with Hive; Creating and Querying Basic Tables
Creating Databases Creating Tables; Adding and Deleting Data; Querying a Table; Using Advanced Data Structures with Hive; Setting Up Partitioned Tables; Loading Partitioned Tables; Using Views; Creating Indexes for Tables; Summary; Chapter 7 Expanding Your Capability with HBase and HCatalog; Using HBase; Creating HBase Tables; Loading Data into an HBase Table; Performing a Fast Lookup; Loading and Querying HBase; Managing Data with HCatalog; Working with HCatalog and Hive; Defining Data Structures; Creating Indexes; Creating Partitions; Integrating HCatalog with Pig and Hive
Using HBase or Hive as a Data Warehouse
Record Nr. UNINA-9910464049503321
Indianapolis, Indiana : , : Wiley, , 2014
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Professional embedded arm development / / James A. Langbridge ; acquisitions editor Mary James, copy editor San Dee Phillips ; cover designer Ryan Sneed
Professional embedded arm development / / James A. Langbridge ; acquisitions editor Mary James, copy editor San Dee Phillips ; cover designer Ryan Sneed
Autore Langbridge James A
Pubbl/distr/stampa Indianapolis, Indiana : , : Wiley, , 2014
Descrizione fisica 1 online resource (288 p.)
Disciplina 004.167
Altri autori (Persone) JamesMary
PhillipsSan Dee
SneedRyan
Collana Wrox: Programmer to Programmer
Soggetto topico Embedded computer systems
Integrated circuits
Microprocessors
ISBN 1-118-78901-6
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Professional Embedded ARM Development; Copyright; About the Author; About the Technical Editors; Acknowledgments; Contents; Introduction; Who This Book Is For; What This Book Covers; How This Book Is Structured; What You Need to Use This Book; Conventions; Source Code; Errata; P2P.Wrox.Com; Part 1: Arm Systems and Development; Chapter 1: The History of ARM; The Origin of ARM; Why Acorn Decided to Create a New Processor; Why Acorn Became ARM; Why ARM Doesn't Actually Produce Microprocessors; ARM Naming Conventions; How to Tell What Processor You Are Dealing With
Differences between ARM7TDMI and ARM926EJ-SDifferences between ARM7 and ARMv7; Differences between Cortex-M and Cortex-A; Manufacturer Documentation; What Is ARM Doing Today?; Summary; Chapter 2: ARM Embedded Systems; ARM Embedded Systems Defined; What Is a System on Chip?; What's the Difference between Embedded Systems and System Programming?; Why Is Optimization So Important?; What Is the Advantage of a R ISC Architecture?; Choosing the Right Processor; What Should You Start With?; What Boards Are Available?; What Operating Systems Exist?; Which Compiler Is Best Suited to My Purpose?
Getting Ready for DebuggingAre There Any Complete Development Environments?; Is There Anything Else I Need to Know?; Summary; Chapter 3: ARM Architecture; Understanding the Basics; Register; Stack; Internal RAM; Cache; Getting to Know the Different ARM Subsystems; Presenting the Processor Registers; Presenting the CPSR; Calculation Unit; Pipeline; Tightly Coupled Memory; Coprocessors; Understanding the Different Concepts; What Is an Exception?; Handling Different Exceptions; Modes of Operation; Vector Table; Memory Management; Presenting Different Technologies; JTAG Debug (D)
Enhanced DSP (E)Vector Floating Point (F); EmbeddedICE (I); Jazelle (J); Long Multiply (M); Thumb (T); Synthesizable (S); TrustZone; NEON; big.LITTLE; Summary; Chapter 4: ARM Assembly Language; Introduction to Assembly Language; Talking to a Computer; Why Learn Assembly?; Speed; Size; Fun!; Compilers Aren't Perfect; Understanding Computer Science through Assembly; Shouldn't You Just Write in Assembly?; Uses of Assembly; Writing Bootloaders; Reverse Engineering; Optimization; ARM Assembly Language; Layout; Instruction Format; Condition Codes; Updating Condition Flags; Addressing Modes
ARM Assembly PrimerLoading and Storing; Setting Values; Branching; Mathematics; Understanding an Example Program; Summary; Chapter 5: First Steps; Hello World!; Taking the World Apart; Hello World, for Real This Time!; Software Implementation; Memory Mapping; Real World Examples; Silicon Labs STK3800; Silicon Labs STK3200; Atmel D20 Xplained Pro; Case Study: U-Boot; Machine Study: Raspberry Pi; Boot Procedure; Compiling Programs for the Raspberry Pi; What's Next?; Summary; Chapter 6: Thumb Instruction Set; Thumb; Thumb-2 Technology; How Thumb Is Executed; Advantages of Using Thumb
Cores Using Thumb
Record Nr. UNINA-9910787635503321
Langbridge James A  
Indianapolis, Indiana : , : Wiley, , 2014
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Professional embedded arm development / / James A. Langbridge ; acquisitions editor Mary James, copy editor San Dee Phillips ; cover designer Ryan Sneed
Professional embedded arm development / / James A. Langbridge ; acquisitions editor Mary James, copy editor San Dee Phillips ; cover designer Ryan Sneed
Autore Langbridge James A
Pubbl/distr/stampa Indianapolis, Indiana : , : Wiley, , 2014
Descrizione fisica 1 online resource (288 p.)
Disciplina 004.167
Altri autori (Persone) JamesMary
PhillipsSan Dee
SneedRyan
Collana Wrox: Programmer to Programmer
Soggetto topico Embedded computer systems
Integrated circuits
Microprocessors
ISBN 1-118-78901-6
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Professional Embedded ARM Development; Copyright; About the Author; About the Technical Editors; Acknowledgments; Contents; Introduction; Who This Book Is For; What This Book Covers; How This Book Is Structured; What You Need to Use This Book; Conventions; Source Code; Errata; P2P.Wrox.Com; Part 1: Arm Systems and Development; Chapter 1: The History of ARM; The Origin of ARM; Why Acorn Decided to Create a New Processor; Why Acorn Became ARM; Why ARM Doesn't Actually Produce Microprocessors; ARM Naming Conventions; How to Tell What Processor You Are Dealing With
Differences between ARM7TDMI and ARM926EJ-SDifferences between ARM7 and ARMv7; Differences between Cortex-M and Cortex-A; Manufacturer Documentation; What Is ARM Doing Today?; Summary; Chapter 2: ARM Embedded Systems; ARM Embedded Systems Defined; What Is a System on Chip?; What's the Difference between Embedded Systems and System Programming?; Why Is Optimization So Important?; What Is the Advantage of a R ISC Architecture?; Choosing the Right Processor; What Should You Start With?; What Boards Are Available?; What Operating Systems Exist?; Which Compiler Is Best Suited to My Purpose?
Getting Ready for DebuggingAre There Any Complete Development Environments?; Is There Anything Else I Need to Know?; Summary; Chapter 3: ARM Architecture; Understanding the Basics; Register; Stack; Internal RAM; Cache; Getting to Know the Different ARM Subsystems; Presenting the Processor Registers; Presenting the CPSR; Calculation Unit; Pipeline; Tightly Coupled Memory; Coprocessors; Understanding the Different Concepts; What Is an Exception?; Handling Different Exceptions; Modes of Operation; Vector Table; Memory Management; Presenting Different Technologies; JTAG Debug (D)
Enhanced DSP (E)Vector Floating Point (F); EmbeddedICE (I); Jazelle (J); Long Multiply (M); Thumb (T); Synthesizable (S); TrustZone; NEON; big.LITTLE; Summary; Chapter 4: ARM Assembly Language; Introduction to Assembly Language; Talking to a Computer; Why Learn Assembly?; Speed; Size; Fun!; Compilers Aren't Perfect; Understanding Computer Science through Assembly; Shouldn't You Just Write in Assembly?; Uses of Assembly; Writing Bootloaders; Reverse Engineering; Optimization; ARM Assembly Language; Layout; Instruction Format; Condition Codes; Updating Condition Flags; Addressing Modes
ARM Assembly PrimerLoading and Storing; Setting Values; Branching; Mathematics; Understanding an Example Program; Summary; Chapter 5: First Steps; Hello World!; Taking the World Apart; Hello World, for Real This Time!; Software Implementation; Memory Mapping; Real World Examples; Silicon Labs STK3800; Silicon Labs STK3200; Atmel D20 Xplained Pro; Case Study: U-Boot; Machine Study: Raspberry Pi; Boot Procedure; Compiling Programs for the Raspberry Pi; What's Next?; Summary; Chapter 6: Thumb Instruction Set; Thumb; Thumb-2 Technology; How Thumb Is Executed; Advantages of Using Thumb
Cores Using Thumb
Record Nr. UNINA-9910809164303321
Langbridge James A  
Indianapolis, Indiana : , : Wiley, , 2014
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui