Member since
10-22-2013
4
Posts
2
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5821 | 10-31-2016 04:37 AM |
02-14-2017
04:16 AM
I'm expecting a newer version of Solr (hopefully 6.x) as part of CDH 6 in the coming months, noting there are no firm time frames or version informaion available. CDH 6 is a major version and breaking backwards compatability is much more tolerable.
... View more
10-31-2016
04:37 AM
2 Kudos
We currently use the Confluent Schema Registry. It doesn't come as part of CDH, but as it is open source, we simply install it on our Cloudera Kafka nodes and it works just fine. StreamSets also works well with the schema registry now that the latest version (2.1) supports it when working with Avro.
... View more
10-22-2013
05:11 PM
When using curl to put data via the webhdfs restful api to a cluster with a high availability name node that has failed over there is an error message that the name node is on standby and the write fails. Basically the curl put request goes directly to the standby name node and it gets a referral to a data node that also includes itself as the name node rather than the active namenode. It would be nice the referral included the active name node so the subsequent write would work even though the original request went to the standby node. We are using curl because it simpler and a lighter weight than running a full hdfs client or using flume. Obviously we can do our own failover on the client, although that needs knowledge of name nodes. Is there a better way to do this using the webhfds restful api?
... View more
Labels:
- Labels:
-
Apache Flume
-
HDFS