2016 IEEE 32nd International Conference on Data Engineering (ICDE) 2016
DOI: 10.1109/icde.2016.7498274
|View full text |Cite
|
Sign up to set email alerts
|

HadoopViz: A MapReduce framework for extensible visualization of big spatial data

Abstract: This paper introduces Hadoop Viz; a Map Reduce based framework for visualizing big spatial data. Hadoop Viz has three unique features that distinguish it from other techniques.

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
33
0
1

Year Published

2016
2016
2022
2022

Publication Types

Select...
6
3
1

Relationship

1
9

Authors

Journals

citations
Cited by 71 publications
(35 citation statements)
references
References 25 publications
0
33
0
1
Order By: Relevance
“…It extends MapReduce API with two new components, namely SpatialFileSplitter and SpatialRecordReader, for efficient and scalable spatial data processing. SpatialHadoop supports various geometry types, such as polygon, point, line string, multi-point, and others and multiple spatial partitioning techniques including uniform grids, R-Tree, Quad-Tree, KD-Tree, and Hilbert curves [85]. It also comes with several predefined spatial operations including box range queries, kNN queries and spatial joins over geometric objects using conditions such as within and intersect.…”
Section: Spatialhadoopmentioning
confidence: 99%
“…It extends MapReduce API with two new components, namely SpatialFileSplitter and SpatialRecordReader, for efficient and scalable spatial data processing. SpatialHadoop supports various geometry types, such as polygon, point, line string, multi-point, and others and multiple spatial partitioning techniques including uniform grids, R-Tree, Quad-Tree, KD-Tree, and Hilbert curves [85]. It also comes with several predefined spatial operations including box range queries, kNN queries and spatial joins over geometric objects using conditions such as within and intersect.…”
Section: Spatialhadoopmentioning
confidence: 99%
“…Through the spatial partition to achieve a variety of spatial data query, the results show that the system is superior to the parallel spatial data relational database system. An open source framework, SpatialHadoop covers the high-level programming language based on the Pigeon (Eldawy & Mokbel, 2014), spatial data index, spatial query, and visualization (Eldawy, Mokbel, & Jonathan, 2016), application to solve the basic problems of big spatial vector data management, which has a significant representative and reference value in industry. GeoSpark (Yu, Wu, & Sarwat, 2015) based on HDFS is designed with a three-layer architecture, namely, the Apache Spark layer, spatial data distribution layer, and spatial query operational layer.…”
Section: Distributed File Systemmentioning
confidence: 99%
“…The visualization based on the tile pyramid model is developed by employing a three phase technique [26]: (1) The partitioning phase: here, we use the default Hadoop partitioning to split the total input spatial big data into partitions in HDFS; (2) The plotting phase: through the internal loop, all tiles occupied by each spatial object will be plotted in the tile pyramid model; (3) The merging phase: the partial images having the same index code will be combined into one final image. As shown in Figure 7, each tile in the map pyramid model is indexed according to the level, row, and column as the unique identifier.…”
Section: Data Visualizationmentioning
confidence: 99%