Member since
03-02-2018
4
Posts
0
Kudos Received
0
Solutions
10-09-2018
05:57 AM
hi Sindhu, i have not done any configuration changes while installing i have follow all the hortonworks docs to install druid can you tell me on which config need to change. Thanks.
... View more
10-04-2018
06:59 AM
logs.ziphi all, i am new in druid i have done ambari setup with druid service setup is completed successfully. running coordinator console and overload console, i have Kafka as input data source i have created job to run the druid job and tested the kafka topic running state but my druid override console not showing in running state jobs. sharing log and screen shot for reference. please guide me where to change in configurations.
... View more
Labels:
- Labels:
-
Apache Ambari
03-02-2018
02:41 PM
Hi All, i am processing kafka data by spark and push in to hive tables while insert into table face an issue in warehouse location it create new part file for every insert command please share some solution to avoid that problem for single select statement it will take more than 30 min. import spark.implicits._
// Every time get new data by kafka consumer. assing to jsonStr string.
val jsonStr ="""{"b_s_isehp" : "false","event_id" : "4.0","l_bsid" : "88.0"}"""
val df = spark.read.json(Seq(jsonStr).toDS)
df.coalesce(1).write.mode("append").insertInto("tablename")
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Kafka
-
Apache Spark