Sunil's Notes
My notes for things that i am learning about
How to use ElasticSearch as storage from Hive in cloudera
›
.In the Using ElasticSearch as external data store with apache hive entry i talked about how you can create a table in Hive so that actual...
3 comments:
Installing ElasticSearch on existing docker container
›
I was using a Cloudera Quickstart docker image for one experiment and wanted to install ElasticSearch on it but i had trouble in accessing ...
8 comments:
Sending and Receiving JSON messages in Kafka
›
Sometime back i wrote couple of articles for Java World about Kafka Big data messaging with Kafka, Part 1 and Big data messaging with Kafka...
111 comments:
Importing data from RDBMS into Hive using Sqoop and oozie (hive-import)
›
In the How to run Sqoop command from oozie entry i talked about how you can use Oozie and Sqoop to import data into HDFS. I wanted to chang...
5 comments:
How to run Sqoop command from oozie
›
In the Importing data from Sqoop into Hive External Table with Avro encoding updated i blogged about how you can use sqoop to import data f...
11 comments:
Importing data from Sqoop into Hive External Table with Avro encoding updated
›
In the Importing data from Sqoop into Hive External Table with Avro encoding i had details on how you can import a table from RDBMS into H...
27 comments:
Writing data from Spark to ElasticSearch
›
ElasticSearch for Apache Hadoop project has introduced a way to directly write to ElasticSearch without going through Elastic Search Output...
How to use KafkaLog4jAppender for sending Log4j logs to kafka
›
Apache Kafka has a KafkaLog4jAppender that you can use for redirecting your Log4j log to Kafka topic. I wanted to try it out so i used follo...
15 comments:
WordCount program using Spark DataFrame
›
I wanted to figure out how to write Word Count Program using Spark DataFrame API, so i followed these steps. Import org.apache.spark.sql.fu...
11 comments:
How to use built in spark UDF's
›
In the i talked about how to create a custom UDF in scala for spark. But before you do that always check Spark UDF's that are availabl...
1 comment:
‹
›
Home
View web version