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

sql - Return Function using Cursor -

sql server - How to use pivot in this table -

javascript - Is there any way to add a new parameter to a function programmatically? -