Skip to content
Advertisement

Tag: hdfs

How create a JSONArray in java

I have 2 java functions: listeFilesHdfs return a list of files that stored in HDFS, for example: If you remark, the files that stored in HDFS there content is a JSON format, for example: I created the below function to call both function above (one return list of files and the second open a path): How can I modify my

Advertisement