linqichen opened a new issue, #6282:
URL: https://github.com/apache/paimon/issues/6282

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/apache/paimon/issues) 
and found nothing similar.
   
   
   ### Paimon version
   
   i met NullPointException  when readHadoopXml。 
   
   error info:
   java.lang.NullPointerException
   at org.apache.paimon.utils .HadoopUtils.readHadoopXml(HadoopUtils.java:228)
   at org.apache.paimon.utils .HadoopUtils.addHadoopconfIfFound(HadoopUtils 
.java:175)
   ....
   
   becasuse  hdfs-site.xml like this:
   ```
   <property>
     <name></name>
    </value>
   </property>
   ```
   
   ### Compute Engine
   
    Spark 、 Hive 
   
   ### Minimal reproduce step
   
   It always happened when my hdfs-site.xml like this:
   ```
   <property>
     <name></name>
    </value>
   </property>
   ```
   
   ### What doesn't meet your expectations?
   
   it cannot run
   
   ### Anything else?
   
   i have already got down it by modifing  
org.apache.paimon.utils.readHadoopXml()  .
   it is very easy.
   
   ### Are you willing to submit a PR?
   
   - [x] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to