Apache spark graph processing : build, process, and analyze large-scale graphs with Spark /
Saved in:
Author / Creator: | Ramamonjison, Rindra, author. |
---|---|
Imprint: | Birmingham, UK : Packt Publishing, [2015] ©2015 |
Description: | 1 online resource (1 volume) : illustrations |
Language: | English |
Series: | Community experience distilled Community experience distilled. |
Subject: | |
Format: | E-Resource Book |
URL for this record: | http://pi.lib.uchicago.edu/1001/cat/bib/11908393 |
MARC
LEADER | 00000cam a2200000Ii 4500 | ||
---|---|---|---|
001 | 11908393 | ||
005 | 20210426223554.5 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 150930t20152015enka ob 001 0 eng d | ||
019 | |a 921864619 |a 922702551 |a 935250223 | ||
020 | |a 9781784398958 |q (electronic bk.) | ||
020 | |a 1784398950 |q (electronic bk.) | ||
020 | |z 9781784391805 | ||
020 | |z 1784391808 | ||
035 | |a (OCoLC)922580769 |z (OCoLC)921864619 |z (OCoLC)922702551 |z (OCoLC)935250223 | ||
035 | 9 | |a (OCLCCM-CC)922580769 | |
037 | |a CL0500000653 |b Safari Books Online | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d N$T |d IDEBK |d YDXCP |d DEBBG |d COO |d EBLCP |d VT2 |d DEBSZ |d OCLCF |d IDB |d OCLCQ |d MERUC |d OCLCQ |d OCLCO |d CEF |d OCLCQ |d OCLCO |d UAB |d OCLCQ |d OCLCO | ||
049 | |a MAIN | ||
050 | 4 | |a QA76.9.D343 | |
072 | 7 | |a COM |x 000000 |2 bisacsh | |
100 | 1 | |a Ramamonjison, Rindra, |e author. | |
245 | 1 | 0 | |a Apache spark graph processing : |b build, process, and analyze large-scale graphs with Spark / |c Rindra Ramamonjison ; foreword by Denny Lee. |
246 | 3 | 0 | |a Build, process, and analyze large-scale graphs with Spark |
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c [2015] | |
264 | 4 | |c ©2015 | |
300 | |a 1 online resource (1 volume) : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
490 | 1 | |a Community experience distilled | |
504 | |a Includes bibliographical references and index. | ||
588 | 0 | |a Online resource; title from cover page (Safari, viewed September 28, 2015). | |
505 | 0 | |a Cover; Copyright; Credits; Foreword; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with Spark and GraphX; Downloading and installing Spark 1.4.1; Experimenting with the Spark shell; Getting started with GraphX; Building a tiny social network; Loading the data; The property graph; Transforming RDDs to VertexRDD and EdgeRDD; Introducing graph operations; Building and submitting a standalone application; Writing and configuring a Spark program; Building the program with the Scala Build Tool; Deploying and running with spark-submit. | |
505 | 8 | |a The graph visualizationInstalling the GraphStream and BreezeViz libraries; Visualizing the graph data; Plotting the degree distribution; The analysis of network connectedness; Finding the connected components; Counting triangles and computing clustering coefficients; The network centrality and PageRank; How PageRank works; Ranking web pages; Scala Build Tool revisited; Organizing build definitions; Managing library dependencies; A preview of the steps; Running tasks with SBT commands; Summary; Chapter 4: Transforming and Shaping Up Graphs to Your Needs. | |
505 | 8 | |a Transforming the vertex and edge attributesmapVertices; mapEdges; mapTriplets; Modifying graph structures; The reverse operator; The subgraph operator; The mask operator; The groupEdges operator; Joining graph datasets; joinVertices; outerJoinVertices; Example -- Hollywood movie graph; Data operations on VertexRDD and EdgeRDD; Mapping VertexRDD and EdgeRDD; Filtering VertexRDDs; Joining VertexRDDs; Joining EdgeRDDs; Reversing edge directions; Collecting neighboring information; Example -- from food network to flavor pairing; Summary; Chapter 5: Creating Custom Graph Aggregation Operators. | |
505 | 8 | |a NCAA College Basketball datasetsThe aggregateMessages operator; EdgeContext; Abstracting out the aggregation; Keeping things DRY; Coach wants more numbers; Calculating average points per game; Defense stats -- D matters as in direction; Joining average stats into a graph; Performance optimization; The MapReduceTriplets operator; Summary; Chapter 6: Iterative Graph-Parallel Processing with Pregel; The Pregel computational model; Example -- iterating towards the social equality; The Pregel API in GraphX; Community detection through label propagation; The Pregel implementation of PageRank; Summary. | |
520 | |a Chapter 2: Building and Exploring Graphs; Network datasets; The communication network; Flavor networks; Social ego networks; Graph builders; The Graph factory method; edgeListFile; fromEdges; fromEdgeTuples; Building graphs; Building directed graphs; Building a bipartite graph; Building a weighted social ego network; Computing the degrees of the network nodes; In-degree and out-degree of the Enron email network; Degrees in the bipartite food network; Degree histogram of the social ego networks; Summary; Chapter 3: Graph Analysis and Visualization; Network datasets. | ||
630 | 0 | 0 | |a Spark (Electronic resource : Apache Software Foundation) |0 http://id.loc.gov/authorities/names/no2015027445 |
630 | 0 | 7 | |a Spark (Electronic resource : Apache Software Foundation) |2 fast |0 (OCoLC)fst01938143 |
650 | 0 | |a Graphic methods |x Computer programs. |0 http://id.loc.gov/authorities/subjects/sh85056482 | |
650 | 0 | |a Electronic data processing. |0 http://id.loc.gov/authorities/subjects/sh85042288 | |
650 | 7 | |a COMPUTERS |x General. |2 bisacsh | |
650 | 7 | |a Electronic data processing. |2 fast |0 (OCoLC)fst00906956 | |
650 | 7 | |a Graphic methods |x Computer programs. |2 fast |0 (OCoLC)fst00946646 | |
655 | 4 | |a Electronic books. | |
700 | 1 | |a Lee, Denny, |e author of introduction, etc. | |
776 | 0 | 8 | |i Print version: |a Ramamonjison, Rindra. |t Apache Spark Graph Processing. |d Birmingham : Packt Publishing Ltd, ©2015 |z 9781784391805 |
830 | 0 | |a Community experience distilled. |0 http://id.loc.gov/authorities/names/no2011030603 | |
903 | |a HeVa | ||
929 | |a oclccm | ||
999 | f | f | |i eac28484-1b14-5352-8b7d-1806790aabed |s b61be6bb-055d-51f7-8343-f51497812d7e |
928 | |t Library of Congress classification |a QA76.9.D343 |l Online |c UC-FullText |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=e000xna&AN=1063942 |z eBooks on EBSCOhost |g ebooks |i 12429373 |