map - Hadoop InputFormat for Excel -


I need to create a map-less program that reads Excel files from HDFS and does some analysis on it . From there, store the output in the format of Excel file. I know that TextInputFormat is used to read a .txt file from HDFS, but what method or input format should I use?

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -