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

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -