Proceedings of the 2010 Workshop on Massive Data Analytics on the Cloud 2010
DOI: 10.1145/1779599.1779605
|View full text |Cite
|
Sign up to set email alerts
|

SPARQL basic graph pattern processing with iterative MapReduce

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
25
0

Year Published

2012
2012
2022
2022

Publication Types

Select...
5
2
2

Relationship

0
9

Authors

Journals

citations
Cited by 50 publications
(29 citation statements)
references
References 12 publications
0
25
0
Order By: Relevance
“…Previous work has shown the N-Triple serialisation of RDF to be the most suitable for processing via Hadoop, as it represents a complete triple via a single line of text [11].…”
Section: Hadoop Implementationmentioning
confidence: 99%
“…Previous work has shown the N-Triple serialisation of RDF to be the most suitable for processing via Hadoop, as it represents a complete triple via a single line of text [11].…”
Section: Hadoop Implementationmentioning
confidence: 99%
“…MapReduce is highly fault tolerant and scalable and can run on clusters with thousands of machines, facilitating its wide use as a cloud programming framework in bioinformatics (67). The projects (72)(73)(74)(75)(76) focused on developing large-scale RDF stores using the MapReduce paradigm. (82) is an open-source, distributed, column-oriented store model.…”
Section: Triple Store In the Cloudmentioning
confidence: 99%
“…A query is usually made of a set of triple patterns and some filtering and returns only the triples matching all patterns and filters. We have implemented the query processing in Hadoop using the algorithm described in [11]. It is based on two phases: the selection phase and the join phase.…”
Section: B Rdf Querymentioning
confidence: 99%
“…It is based on two phases: the selection phase and the join phase. The selection phase filters the RDF data that satisfy at least one triple pattern and the join phase runs iteratively based on the number of join variables in the Basic Graph Pattern of the query [11].…”
Section: B Rdf Querymentioning
confidence: 99%