Member since
11-26-2017
7
Posts
1
Kudos Received
0
Solutions
08-31-2018
07:11 AM
Hello First you need to make your docker host communicate each other's. Using for example swarm. Hope this help
... View more
07-12-2018
02:25 PM
Hi @Michael Bronson I don't agree with type of nodes, you should have 03 : - 02 Admin machines (at least 8 cores / 32 Go RAM) : Ambari / Ranger / ETC - 03 Master machines (at least 8 cores / 64 Go RAM): NN / NN HA / Hive Server and others master services - workers machines (at least 16 cores / 128 Go RAM) @Sparsh Singhal point you to a good document have a look at it too.
... View more
05-24-2018
09:43 PM
Hi @Michael Dennis "MD" Uanang Sure it is possible. You just need to customize your template. Regards
... View more
03-19-2018
01:14 PM
Not sure about deleting the whole folder. Sometimes for this kind of issue you can try reinstalling ranger_{{ version }}-admin.
... View more
02-09-2018
04:22 PM
Hello @Andreas Schild
Hope you finally solve the issue.
If not i faced the same; here is what i did to solve it :
- i found that the file /usr/hdp/current/knox-server/data/services/hdfsui/2.7.0/rewrite.xml was not changing the url (according to https://xxx:8443/gateway/default/hdfs/static/jquery) for jquery files instead you have https://xxx:8443/static/jquery.
It is shown in the below screenshots : namenode-information-google-chrome-2.jpg namenode-information-google-chrome.jpg - So to solve it, i manually add missing files in rewrite.xml according to this know bug https://issues.apache.org/jira/browse/KNOX-765 Regards Donald F.
... View more
12-26-2017
01:32 PM
Hi @Muki Soomar, First make sure that you uninstall the previous mpack (HDF 3.0.1.1), next install the new mpack 3.0.2. It should work after that. Regards,
... View more
11-27-2017
01:43 PM
1 Kudo
Hello, Great post need to correct this part :
sudo wget http://download.opensuse.org/repositories/home:/oojah:/mqtt/CentOS_CentOS-6/home:oojah:mqtt.repo sudo cp *.repo /etc/yum.repos.d/ sudo yum -y update sudo yum -y install mosquitto step 1 and 2 are fused. Regards
... View more