Facebook pixel tracking

The Science and Information (SAI) Organization publishes open-access peer-reviewed journals in computer science and artificial intelligence.

Contact Info
Website thesai.org
Follow Us
Contact Info
Follow Us
Research Article | Open Access |

Aspect-Combining Functions for Modular MapReduce Solutions

Author 1: Cristian Vidal Silva Author 2: Rodolfo Villarroel Author 3: Jose´ Rubio Author 4: Franklin Johnson Author 5: Erika Madariaga Author 6: Alberto Urz´ua Author 7: Luis Carter Author 8: Camilo Campos-Vald´es Author 9: Xaviera A. L´opez-Cort´es
International Journal of Advanced Computer Science and Applications (IJACSA) · Vol. 9, No. 8 · Published 2018

DOI: https://doi.org/10.14569/IJACSA.2018.090871

Abstract

MapReduce represents a programming framework for modular Big Data computation that uses a function map to identify and target intermediate data in the mapping phase, and a function reduce to summarize the output of the map function and give a final result. Because inputs for the reduce function depend on the map function’s output to decrease the communication traffic of the output of map functions to the input of reduce functions, MapReduce permits defining combining function for local aggregation in the mapping phase. MapReduce Hadoop solutions do not warrant the combining functioning application. Even though there exist proposals for warranting the combining function execution, they break the modular nature of MapReduce solutions. Because Aspect-Oriented Programming (AOP) is a programming paradigm that looks for the modular software production, this article proposes and apply Aspect-Combining function, an AOP combining function, to look for a modular MapReduce solution. The Aspect-Combining application results on MapReduce Hadoop experiments highlight computing performance and modularity improvements and a warranted execution of the combining function using an AOP framework like AspectJ as a mandatory requisite.

Keywords

How to Cite this Article

Silva, C. V., Villarroel, R., Rubio, J., Johnson, F., Madariaga, E., Urz´ua, A., Carter, L., Campos-Vald´es, C., & L´opez-Cort´es, X. A. (2018). Aspect-Combining Functions for Modular MapReduce Solutions. International Journal of Advanced Computer Science and Applications, 9(8). https://doi.org/10.14569/IJACSA.2018.090871

Silva, Cristian Vidal, et al.. "Aspect-Combining Functions for Modular MapReduce Solutions." International Journal of Advanced Computer Science and Applications, vol. 9, no. 8, 2018, https://doi.org/10.14569/IJACSA.2018.090871.

@article{Silva2018,
  title     = {Aspect-Combining Functions for Modular MapReduce Solutions},
  journal   = {International Journal of Advanced Computer Science and Applications},
  volume    = {9},
  number    = {8},
  year      = {2018},
  publisher = {The Science and Information Organization},
  author    = {Cristian Vidal Silva and Rodolfo Villarroel and Jose´ Rubio and Franklin Johnson and Erika Madariaga and Alberto Urz´ua and Luis Carter and Camilo Campos-Vald´es and Xaviera A. L´opez-Cort´es},
  doi       = {10.14569/IJACSA.2018.090871},
  url       = {https://doi.org/10.14569/IJACSA.2018.090871}
}

Open Access — licensed under a Creative Commons Attribution 4.0 International License. Unrestricted use, distribution, and reproduction in any medium, even commercially, as long as the original work is properly cited.