2013
DOI: 10.1007/978-3-642-40683-6_16
|View full text |Cite
|
Sign up to set email alerts
|

Versatile XQuery Processing in MapReduce

Abstract: Abstract. The MapReduce (MR) framework has become a standard tool for performing large batch computations-usually of aggregative nature-in parallel over a cluster of commodity machines. A significant share of typical MR jobs involves standard database-style queries, where it becomes cumbersome to specify map and reduce functions from scratch. To overcome this burden, higher-level languages such as HiveQL, PigLatin, and JAQL have been proposed to allow the automatic generation of MR jobs from declarative querie… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
5
0

Year Published

2013
2013
2022
2022

Publication Types

Select...
3
2
2

Relationship

0
7

Authors

Journals

citations
Cited by 8 publications
(5 citation statements)
references
References 9 publications
0
5
0
Order By: Relevance
“…iNaturalist-2019 [49] is a real-world long-tailed dataset composed of 1010 different variants of species, some of which have fine-grained differences in their appearance. For such fine-grained datasets, ImageNet pre-trained discriminators [39,40] may not be useful, as augmentations used to train the model makes it invariant to fine-grained changes.…”
Section: Experimental Evaluation 51 Setupmentioning
confidence: 99%
See 1 more Smart Citation
“…iNaturalist-2019 [49] is a real-world long-tailed dataset composed of 1010 different variants of species, some of which have fine-grained differences in their appearance. For such fine-grained datasets, ImageNet pre-trained discriminators [39,40] may not be useful, as augmentations used to train the model makes it invariant to fine-grained changes.…”
Section: Experimental Evaluation 51 Setupmentioning
confidence: 99%
“…A large-scale conditional StyleGAN (i.e. StyleGAN-XL) on ImageNet was recently trained successfully by Sauer et al [40] using the ImageNet pre-trained model through the idea of a projection discriminator [39]. While the StyleGAN-XL uses additional pre-trained mod-* Equal Contribution.…”
Section: Introductionmentioning
confidence: 99%
“…It was concluded that JAQL, with its expressive power and flexibility, is best suited for large-scale data processing in Big Data analytics. In [13] XQuery language is extended to support JSON data model and the XQuery processor is extended to support MapReduce execution.…”
Section: Related Workmentioning
confidence: 99%
“…Unfortunately, all these approaches consider a very limited subset of XPath Axes including only root-to-leaf axis identifiers: child, and descendant or descendant-or-self. BrackitMR [12] is an XQuery engine translating queries into MR jobs. However, BrackitMR parallelizes only computation of FLOWR expression and does not solve parallel evaluation of XPath queries (single one, or as a part of XQuery expressions).…”
Section: Related Workmentioning
confidence: 99%