Replies: 5 comments 12 replies
-
Hi @rajarshp is the problem solved by now? In the message I can see the error only is 45 seconds old. The start of the namenode is delayed until the service of type LoadBalancer is provisioned by AWS, which can take longer than 45 seconds. In case the problem still persists, can you please provide the output of the |
Beta Was this translation helpful? Give feedback.
-
Hi @sbernauer So,now trying to configure them in aws Rosa. I applied the files but little but confused how I can get the load balancer url which I can use to access it from outside of Rosa or from EKS Also, when I was creating in EKS I saw among the 2 node listeners one took LoadBalancer but another took NodePort, though the listener class I given as external-stable listener-test-hdfs-namenode-default-0 LoadBalancer When I am applying the same file in AWS Rosa I can see the both listener type is taking as NodePort clusterIPs:
- x.x.x.x
type: NodePort
ipFamilyPolicy: SingleStack
sessionAffinity: None
selector:
listener.stackable.tech/mnt.ab69a6ed1d5eae02118f673f: listener-test-hdfs-namenode-default-1
status:
loadBalancer: {} |
Beta Was this translation helpful? Give feedback.
-
Did you change the listenerClass after the HDFS cluster was deployed? The reason I'm asking is that the namenodes tries to maintain a stable address (even when using NodePorts). For this to work the listener-operator creates PVCs to "keep track" of that address. |
Beta Was this translation helpful? Give feedback.
-
Hi @sbernauer, @NickLarsenNZ |
Beta Was this translation helpful? Give feedback.
-
also, we are using Stackable operator for this, so is there a way that we can change the rpc port, we want to use 9000 instead of 8020 ? and if we dont want to use this operator and deploy it using helm chart, which HDFS image we can use if you can share the link for the same ? |
Beta Was this translation helpful? Give feedback.
-
Hi Team,
We are using AWS EKS and doing our configuration.
We are using this Stackable HDFS operator for the first time. We did follow the instruction and installed the HDFS, listener operator.
Post this I was trying to install the HDFS cluster as per the - https://docs.stackable.tech/home/stable/hdfs/getting_started/first_steps
we want to use the service type as Load-balancer, so we did use the listener class as external-stable. But when we apply the HDFS file getting this error : -
we have no idea how we can fix this ?
Datanode was also having same error but node moved to running stage after a while.
Can you someone let me know how I can fix this ?
Beta Was this translation helpful? Give feedback.
All reactions