Member since
04-10-2021
22
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1487 | 05-26-2022 03:00 AM |
12-29-2025
01:22 AM
Hi Everyone, We are evaluating whether Apache Hadoop can run inside an Istio service mesh and would like to understand if this is a supported or practical setup. Our environment: Hadoop cluster running on physical machines (bare metal) No Kerberos Istio is mandatory Istio mTLS must be enabled Hadoop services (NameNode, DataNode, YARN, etc.) would need to communicate through Istio Our concerns: Hadoop uses long-lived TCP connections and custom RPC protocols Istio mTLS intercepts and terminates connections Unsure if Hadoop components work reliably behind Envoy proxies Uncertain about the performance and stability impact Questions: Has anyone successfully run Hadoop inside Istio with mTLS enabled? Is this officially supported or just theoretically possible? Are there known limitations or failure cases (HDFS, YARN, shuffle, etc.)? Any real-world experience or guidance would be greatly appreciated. Thanks!
... View more
Labels:
- Labels:
-
Apache YARN
-
HDFS
12-11-2023
02:24 AM
yes it's Apache spark 3.4.1
... View more
11-06-2023
09:09 PM
It is the same as :-https://issues.apache.org/jira/browse/SPARK-15544 I see the ticket is Resolved but no solution is present.
... View more
11-06-2023
04:52 AM
I am using spark-3.4.1 I have a setup with three ZooKeeper servers, Spark master shuts down when a zookeeper instance is down a new master is elected as leader and the cluster is up. But the original master that was down never comes up. can anyone help me with this issue?
... View more
Labels:
01-24-2023
09:56 AM
Even after passing the executor memory and driver memory as 1 Gb still it is getting maximum heap size rounded to 512 MB spark-shell --conf spark.executor.memory=1g --conf spark.driver.memory=1g Warning: Maximum heap size rounded up to 512 MB Anything that is missing?
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Hive
-
Apache Spark
12-12-2022
10:22 PM
Hi All, I am using Postgress for Hive metastore How can we configure postgress HA with Hive with true HA on the Hive Metastore without changing the connection string manually?
... View more
12-08-2022
01:11 AM
Hi All We have our hive database on Postgress and wanted to migrate it to MySQL, Is there any easy way to do it? Thanks
... View more
Labels:
11-27-2022
09:51 PM
I am getting info messages like the one below while reading and writing files in hdfs. can anyone explain the meaning of this message, will it cause any issues? I have 3 Namenode(open-source Hadoop) in HA. INFO retry.RetryInvocationHandler: org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.ipc.StandbyException): Operation category READ is not supported in state standby. Visit https://s.apache.org/sbnn-error at org.apache.hadoop.hdfs.server.namenode.ha.StandbyState.checkOperation(StandbyState.java:108) at org.apache.hadoop.hdfs.server.namenode.NameNode$NameNodeHAContext.checkOperation(NameNode.java:2094) at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.checkOperation(FSNamesystem.java:1550) at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getFileInfo(FSNamesystem.java:3342) at org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.getFileInfo(NameNodeRpcServer.java:1208) at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolServerSideTranslatorPB.getFileInfo(ClientNamenodeProtocolServerSideTranslatorPB.java:1042) at org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ClientNamenodeProtocol$2.callBlockingMethod(ClientNamenodeProtocolProtos.java) at org.apache.hadoop.ipc.ProtobufRpcEngine2$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine2.java:604) at org.apache.hadoop.ipc.ProtobufRpcEngine2$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine2.java:572) at org.apache.hadoop.ipc.ProtobufRpcEngine2$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine2.java:556) at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:1093) at org.apache.hadoop.ipc.Server$RpcCall.run(Server.java:1043) at org.apache.hadoop.ipc.Server$RpcCall.run(Server.java:971) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1878) at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2976) , while invoking ClientNamenodeProtocolTranslatorPB.getFileInfo over hostname/ip:8020 after 1 failover attempts. Trying to failover after sleeping for 1195ms. Thanks
... View more
Labels:
- Labels:
-
Apache Hadoop
-
HDFS
11-13-2022
10:35 PM
We have an MYSQL HA cluster, In case of failover, for the secondary master to take the place of the failed master, the hive metastore connection string configuration would need to be changed to point to the new master, and the services restarted. is it possible to have true HA on the Hive Metastore without changing the connection string manually ?
... View more
Labels:
10-04-2022
05:11 AM
Is there any other way to migrate the Hortonworks HDP3 cluster to the Apache Hadoop 3.3.2 other than the distcp? is it possible to upgrade by updating the jar and pointing the older metadata to the newer stack of Hadoop? Thanks
... View more
Labels: