Configure Stopwords in Elastic Search
1. Overview Configure stop word in Elastic Search is easy. Most written text has a lot of functional words, like “this”, “that”, or “is” which are important to the person…
1. Overview Configure stop word in Elastic Search is easy. Most written text has a lot of functional words, like “this”, “that”, or “is” which are important to the person…
1. Overview In this article, we will discuss parse/load JSON file using GSON streaming API. GSON Streaming api provide facility to read and write large json objects using JsonReader and…
1. Overview In this article, we will discuss parse/ load large JSON files using Jackson streaming APIs. Jackson provides facility to improve application performance by using it’s streaming API which…
1. Overview “Hadoop is a framework which allows us to distributed processing of large data sets across clusters of computers.” As we know Hadoop job submitted to cluster for further execution…
1. Overview Sometimes we require that our Hadoop job write data to multiple output locations. Hadoop provides facility to write the output of a job at a different location based on our…
1. Hadoop Best Data Handling tool – Overview The information they say is power but that is if you are able to effectively utilize it. Before I go into the…