Sunil's Notes
My notes for things that i am learning about
Reading content of ElasticSearch index into Pig Script
›
In the Using ElasticSearch for storing ouput of Pig Script , i built a sample for storing output of Pig Script into ElasticSearch. I wanted ...
Using ElasticSearch for storing ouput of Pig Script
›
I wanted to learn how to use ElasticSearch for storing output of Pig Script. So i did create this simple text file that has names of cricket...
1 comment:
Using elasticsearch as external data store with apache hive
›
ElasticSearch has this feature in which you can configure Hive table that actually points to index in ElasticSearch. I wanted to learn how t...
3 comments:
Using ElasticSearch to store output of MapReduce program
›
I wanted to use use ElasticSearch for storing the output of MapReduce program. So i modified the WordCount(HelloWorld) MapReduce program s...
1 comment:
Using WebHDFS as input and output for MapReduce program
›
In the WordCount(HelloWorld) MapReduce program blog i talked about how to create simple WordCount MapReduce program. Then in the WebHDFS RE...
WebHDFS REST API
›
Hadoop provides HTTP REST API interface that exposes access to HDFS using REST API. The WebHDFS provides ability to read and write files in ...
Geo IP client
›
Sometimes you might want to find out location of where your web traffic is coming from. In that case you might want to look into the access ...
3 comments:
Connecting to Hive using Beeline client
›
I like to use Hive Beeline client better than using the default hive command line interface. On my cloudera VM 4.4.0-1 i can connect to beel...
Connecting to Hive using JDBC client
›
I wanted to try out connecting to Hive using a JDBC driver, so i followed these steps. You can download the Maven project from this location...
1 comment:
MapReduce program that reads input files from S3 and writes output to S3
›
In the WordCount(HelloWorld) MapReduce program entry i talked about how to create a simple WordCount Map Reducer program with Hadoop. I wan...
2 comments:
‹
›
Home
View web version