Member since
10-27-2015
40
Posts
5
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2236 | 06-21-2016 08:59 AM | |
29818 | 02-02-2016 09:39 PM | |
1630 | 11-03-2015 07:03 AM |
01-04-2021
09:02 PM
Hello, I am facing the same issue, I know, if I can set auto.register.schemas=false then it may works as expected. But I can not find where this parameter puts on schema registry configuration in Cloudera 7.1.3. Do you advise me on how can I fix it?
... View more
04-04-2019
05:17 PM
Hi @Margus Roo, It's not possible to import existing clusters. The only option is to restore the old Cloudbreak from backup.
... View more
07-18-2018
02:31 PM
@yassine24, Basic information about how to query and update Service config via python: http://cloudera.github.io/cm_api/docs/python-client/#configuring-services-and-roles Also, I pulled this from the Community ... it shows how to update an hdfs safety valve via REST API: curl -iv -X PUT -H "Content-Type:application/json" -H "Accept:application/json" -d '{"items":[{ "name": "core_site_safety_valve","value": "<property><name>hadoop.proxyuser.ztsps.users</name><value>*</value></property><property><name>hadoop.proxyuser.ztsps.groups</name><value>*</value></property>"}]}' http://admin:admin@10.1.0.1:7180/api/v12/clusters/cluster/services/hdfs/config You can try using the above information to update the safety valve for hbase_service_config_safety_valve. NOTE that when updating the safety valve, what you update will replace what was there. If you want to "add" a property to the safety valve, you need to include all the properties you want as an end result.
... View more
07-26-2016
02:32 PM
Is there information about future plans? In example when Falcon 0.9 will be packaged? At the moment it is not usable 😞
... View more
07-11-2017
12:21 AM
2 Kudos
To resolve this issue - Please remove org.apache.falcon.metadata.MetadataMappingService out from *.application.services in falcon startup.properties and restart falcon server
... View more
04-19-2017
10:21 AM
what is the path of <sqoop lib> ?
and I configured atlas server on my local machine. Do I need to set up sqoop there on its own?
... View more
05-19-2016
12:41 AM
I'm not seeing the same issue here. Check the yarn application logs. It will surely contain information about the issue.
... View more
08-21-2017
02:00 AM
2 Kudos
I solved this problem after adding this property to core-site.xml. <configuration>
<property>
<name>hadoop.security.authentication</name>
<value>kerberos</value>
</property>
</configuration>
... View more
02-23-2016
08:26 AM
Did you figure out why this happens though? Is @ a special character?
... View more
11-03-2015
07:03 AM
found - http://www.cloudera.com/content/www/en-us/documentation/archive/navigator/2-0-x/Cloudera-Navigator-Installation-and-User-Guide/cniu_audit_server.html#cn_topic_5__section_lk4_g14_kn
... View more