You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
This is essentially the exact same error as in #9837 but with a -0.0/0.0 instead of NaN. I don't know if we just want to avoid partition tests on floats/doubles all together or if we need to fix this for -0.0/0.0 too.
[2023-12-06T16:06:02.846Z] E Caused by: org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.fs.FileAlreadyExistsException): /tmp/pyspark_tests/rl-r7525-d32-u27.raplab.nvidia.com-main-108896-70407427/PARQUET_DATA/CPU/_temporary/0/_temporary/attempt_202312061600358867732713042039013_0525_m_000000_603/a=-0.0/part-00000-fa931816-6b21-46b6-a35a-f1aa01858736.c000.snappy.parquet for client 10.150.166.216 already exists
[2023-12-06T16:06:02.846Z] E at org.apache.hadoop.hdfs.server.namenode.FSDirWriteFileOp.startFile(FSDirWriteFileOp.java:388)
[2023-12-06T16:06:02.846Z] E at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.startFileInt(FSNamesystem.java:2576)
[2023-12-06T16:06:02.846Z] E at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.startFile(FSNamesystem.java:2473)
[2023-12-06T16:06:02.846Z] E at org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.create(NameNodeRpcServer.java:773)
[2023-12-06T16:06:02.846Z] E at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolServerSideTranslatorPB.create(ClientNamenodeProtocolServerSideTranslatorPB.java:490)
[2023-12-06T16:06:02.846Z] E at org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ClientNamenodeProtocol$2.callBlockingMethod(ClientNamenodeProtocolProtos.java)
[2023-12-06T16:06:02.846Z] E at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:533)
[2023-12-06T16:06:02.846Z] E at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:1070)
[2023-12-06T16:06:02.846Z] E at org.apache.hadoop.ipc.Server$RpcCall.run(Server.java:989)
[2023-12-06T16:06:02.846Z] E at org.apache.hadoop.ipc.Server$RpcCall.run(Server.java:917)
[2023-12-06T16:06:02.846Z] E at java.security.AccessController.doPrivileged(Native Method)
[2023-12-06T16:06:02.846Z] E at javax.security.auth.Subject.doAs(Subject.java:422)
[2023-12-06T16:06:02.846Z] E at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1898)
[2023-12-06T16:06:02.846Z] E at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2894)
[2023-12-06T16:06:02.846Z] E
[2023-12-06T16:06:02.846Z] E at org.apache.hadoop.ipc.Client.getRpcResponse(Client.java:1597)
[2023-12-06T16:06:02.846Z] E at org.apache.hadoop.ipc.Client.call(Client.java:1543)
[2023-12-06T16:06:02.846Z] E at org.apache.hadoop.ipc.Client.call(Client.java:1440)
[2023-12-06T16:06:02.846Z] E at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:233)
[2023-12-06T16:06:02.846Z] E at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:118)
[2023-12-06T16:06:02.846Z] E at com.sun.proxy.$Proxy32.create(Unknown Source)
[2023-12-06T16:06:02.846Z] E at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.create(ClientNamenodeProtocolTranslatorPB.java:375)
[2023-12-06T16:06:02.846Z] E at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source)
[2023-12-06T16:06:02.846Z] E at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2023-12-06T16:06:02.846Z] E at java.lang.reflect.Method.invoke(Method.java:498)
[2023-12-06T16:06:02.846Z] E at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:431)
[2023-12-06T16:06:02.846Z] E at org.apache.hadoop.io.retry.RetryInvocationHandler$Call.invokeMethod(RetryInvocationHandler.java:166)
[2023-12-06T16:06:02.846Z] E at org.apache.hadoop.io.retry.RetryInvocationHandler$Call.invoke(RetryInvocationHandler.java:158)
[2023-12-06T16:06:02.846Z] E at org.apache.hadoop.io.retry.RetryInvocationHandler$Call.invokeOnce(RetryInvocationHandler.java:96)
[2023-12-06T16:06:02.846Z] E at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:362)
[2023-12-06T16:06:02.846Z] E at com.sun.proxy.$Proxy33.create(Unknown Source)
The text was updated successfully, but these errors were encountered:
Describe the bug
This is essentially the exact same error as in #9837 but with a -0.0/0.0 instead of NaN. I don't know if we just want to avoid partition tests on floats/doubles all together or if we need to fix this for -0.0/0.0 too.
The text was updated successfully, but these errors were encountered: