Member since
01-23-2018
70
Posts
3
Kudos Received
6
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1662 | 01-16-2019 10:05 AM | |
1978 | 10-23-2018 03:40 PM | |
3790 | 10-19-2018 10:30 AM | |
1112 | 10-16-2018 12:58 PM | |
3493 | 05-28-2018 06:34 AM |
02-04-2019
04:11 PM
@Geoffrey Shelton Okot Thank you, you are right, the problem was really in zookeeper's acl. I copied everything in "ZooKeeper directory" from Test cluster to Dev cluster and that was help. But i don't know what exactly permission affected it. Is something way to get list all acl permission by Zookeeper? I would like to compare it with all acl from both cluster.
... View more
02-04-2019
09:05 AM
Did anyone try to configure Airflow for sending lineage metadata to Atlas? I try to configure by this instruction: https://airflow.apache.org/lineage.html But in Atlas web ui I see nothing about Airflow when try to search by type. I have kerberized cluster HDP 2.6.5 and Airflow 1.10.2
... View more
Labels:
- Labels:
-
Apache Atlas
02-01-2019
08:26 AM
Hello, Did you resolve your problem? Does Ranger official support integration with Syslog? Do you have some manual how to do that?
... View more
01-23-2019
01:17 PM
@Geoffrey Shelton Okot Yes i have ls /config/topics [test1] NiFiClient { com.sun.security.auth.module.Krb5LoginModule required useKeyTab=true keyTab="/etc/security/keytabs/nifi.service.keytab" storeKey=true useTicketCache=false principal="nifi/host@RAIFFEISEN.RU"; }; RegistryClient { com.sun.security.auth.module.Krb5LoginModule required useKeyTab=true keyTab="/etc/security/keytabs/nifi.service.keytab" storeKey=true useTicketCache=false principal="nifi/host@RAIFFEISEN.RU";
... View more
01-23-2019
09:45 AM
@Geoffrey Shelton Okot Can i remove zookeeper's trees? Will they be recreate after deleting with right permission?
... View more
01-23-2019
08:44 AM
@Geoffrey Shelton Okot I compared files, yes their exists and the same.
... View more
01-23-2019
07:47 AM
@Geoffrey Shelton Okot I set next acl on Dev cluster: [zk: localhost:2181(CONNECTED) 1] getAcl /brokers
'world,'anyone
: cdrwa
'sasl,'kafka
: cdrwa
[zk: localhost:2181(CONNECTED) 2] getAcl /controller
'world,'anyone
: r
'sasl,'kafka
: cdrwa
[zk: localhost:2181(CONNECTED) 3] getAcl /config
'world,'anyone
: cdrwa
'sasl,'kafka
: cdrwa
[zk: localhost:2181(CONNECTED) 4] getAcl /config/topics
'world,'anyone
: cdrwa
'sasl,'kafka
: cdrwa
but kafka-console-consumer.sh --bootstrap-server still not work.
... View more
01-23-2019
06:44 AM
@Geoffrey Shelton Okot Working Test: [zk: localhost:2181(CONNECTED) 0] getAcl /config/topics
'world,'anyone
: r
'sasl,'kafka
: cdrwa
[zk: localhost:2181(CONNECTED) 1] Not working Dev: [zk: localhost:2181(CONNECTED) 0] getAcl /config/topics
'world,'anyone
: cdrwa
[zk: localhost:2181(CONNECTED) 1]
... View more
01-22-2019
06:21 PM
@Geoffrey Shelton Okot It's real case at my work. I configured Test cluster from Hortonworks documentation and everything works good but at the same time Development cluster with same configuration doesn't work and i don't understand why it is. I don't have lab or some special instruction but i can to show you anything my config files or screenshots. Is it maybe some problem with zookeeper?
... View more
01-22-2019
03:23 PM
@Geoffrey Shelton Okot I use HDF on HDP as one cluster, yes is kerberized. Ambari-2.6.2.2, HDP-2.6.5, HDF-3.1.2.
... View more