Member since
07-02-2018
26
Posts
0
Kudos Received
0
Solutions
01-29-2019
02:37 PM
Please be aware that the above may cause data loss, and may not be something you want to do on any system. You'll have to look at the rest of the Master log, and potentially a RegionServer log, to understand why the log splitting failed. Turning on DEBUG logging may help shed some more light on the situation, but would likely not be required. It can't be said what went wrong with only the provided information.
... View more
09-06-2018
10:43 AM
1 Kudo
Hi @Shobhna Dhami ,
The issue is caused due to the fix in AMBARI-22952.
You can resolve this by :
1) stop ambari-server
2) run command : refer : accept GPL license
ambari-server setup --enable-lzo-under-gpl-license
3) start ambari-server
and try again.
Please let me know if this doesn't worked.
Please accept answer if it did
... View more
08-31-2018
10:12 AM
@Jay Kumar SenSharma Thanks for the reply. I followed steps given in https://community.hortonworks.com/articles/79327/re-initializing-apache-accumulo-under-hdp.html and it worked.
... View more
09-30-2018
01:31 AM
You only need to use a Schema Registry if you plain on using Confluent's AvroConverter Note: NiFI can also be used to do CDC from MySQL https://community.hortonworks.com/articles/113941/change-data-capture-cdc-with-apache-nifi-version-1-1.html
... View more
08-24-2018
10:12 AM
@Jordan Moore Thanks for the help.
... View more
08-07-2018
04:17 PM
@Shobhna Dhami As Akhil explained you seems to have new hostname already in the hosts tables. You can try following workaround. 1. Modify "slnxhadoop04.dhcp.noid.in.sopra" hostname to "slnxhadoop04.dhcp.noid.in.sopra.tmp" (temporary hostnmae) in your host update file ( repeat this if you have old hostnames mapped with new hostnames ) 2. Now run "ambari-server update-host-names host_names_changes.json" 3. If 2nd step is successfull then go to step4 other wise identify problematic host and repeat step1 and step2. 4. Now create a new host update file mapping like below "slnxhadoop04.dhcp.noid.in.sopra.tmp" "slnxhadoop04.dhcp.noid.in.sopra" and run the "ambari-server update-host-names host_names_changes.json" command. This should resolve your issue.
... View more