Member since
06-08-2017
27
Posts
9
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5148 | 04-18-2016 11:50 AM |
12-01-2017
11:39 AM
Docker image of hortonworks schema registry: https://hub.docker.com/r/thebookpeople/hortonworks-registry/
... View more
02-22-2018
01:08 PM
For me, the issue was due to some data already present at external table hdfs location. Since that data was not in avro format table was not able to read it properly. I just removed it and the table worked fine.
... View more
08-22-2018
08:47 PM
Any Update on this? i am running into same exception, do we need to write Avro record with schema? @mark doutre @Predrag Minovic
... View more
10-05-2016
07:03 PM
I had to resolve this issue by removing KAFKA service and component from Ambari and adding again from Amabri Server and I have used below Curl commands to update API. // Get service info curl-uadmin:admin-H"X-Requested-by:ambari"-i-k-XGET
http://<HOST>:8080/api/v1/clusters/<CLUSTER_NAME>/services/KAFKA // Stop component KAFKA_BROKER curl-uadmin:admin-H"X-Requested-by:ambari"-i-k-XPUT
-d'{"ServiceComponentInfo": {"state": "INSTALLED"}}'
http://<HOST>:8080/api/v1/clusters/<CLUSTER_NAME>/services/KNOX/components/KAFKA_BROKER // Stop service KAFKA curl-uadmin:admin-H"X-Requested-by:ambari"-i-k-XPUT
-d'{"ServiceInfo": {"state": "INSTALLED"}}'
http://<HOST>:8080/api/v1/clusters/<CLUSTER_NAME>/services/KAFKA // Delete component curl-uadmin:admin-H"X-Requested-by:ambari"-i-k-XDELETE
http://<HOST>:8080/api/v1/clusters/<CLUSTER_NAME>/hosts/<HOST_FQDN>/host_components/KAFKA_BROKER // Delete service curl-uadmin:admin-H"X-Requested-by:ambari"-i-k-XDELETE
http://<HOST>:8080/api/v1/clusters/<CLUSTER_NAME>/services/KAFKA Thanks for all your help Madhu
... View more
06-01-2017
11:55 AM
Avro 1.8.2 is now available
... View more