🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

ICMP Port Unreachable, kerberos certification

User: "467502070"
New Altair Community Member
Updated by Jocelyn

Hi~

    I`m trying to use rapidminer in my cluster which needs kerberos certification to get connected. 

But i met the following problems:

[Jul 19, 2018 9:16:40 AM] SEVERE: java.lang.RuntimeException: Error occured during secure login: Login failure for developuser@HADOOP.COM from keytab E:\WorkSpace\user.keytab: javax.security.auth.login.LoginException: ICMP Port Unreachable
[Jul 19, 2018 9:16:40 AM] SEVERE: The following Hadoop configuration properties must be defined, but a connection error prevented the automatic retrieval of these properties: hive.execution.engine, yarn.resourcemanager.scheduler.address, yarn.resourcemanager.resource-tracker.address, yarn.resourcemanager.admin.address, dfs.user.home.dir.prefix, mapreduce.application.classpath, dfs.client.use.datanode.hostname, dfs.encryption.key.provider.uri, spark.executor.memory, spark.executor.cores, spark.driver.memory, spark.driver.cores, spark.yarn.executor.memoryOverhead, spark.yarn.driver.memoryOverhead, spark.dynamicAllocation.enabled, spark.dynamicAllocation.initialExecutors, spark.dynamicAllocation.minExecutors, spark.dynamicAllocation.maxExecutors, spark.executor.instances, tez.am.container.reuse.enabled, tez.am.resource.cpu.vcores, tez.am.resource.memory.mb, tez.task.resource.cpu.vcores, tez.task.resource.memory.mb, tez.am.session.min.held-containers, tez.session.am.dag.submit.timeout.secs, hive.tez.container.size, hive.tez.cpu.vcores, hive.server2.tez.default.queues, hive.server2.tez.sessions.per.default.queue, hive.prewarm.enabled, hive.prewarm.numcontainers.
[Jul 19, 2018 9:16:40 AM] SEVERE: Test failed: Fetch dynamic settings
[Jul 19, 2018 9:16:40 AM] SEVERE: Integration test for 'FIConnection' failed.

    I`ve upload the krb5.conf file and set the KDC address and port(21732) and make sure that the port is open. After using the wireshark to capture the packages, i finally find that rapidminer tries to connect with mycluster using the default kerberos port 88 instead of the configured port 21732.  

 

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "467502070"
    New Altair Community Member
    OP

    This seems to be a bug in rapidminer.

    To solve the problem, i established a connection between the two ports 88 and 21432 using the tool netcat.