What Sandy meant was there was no out-of-the-box support in Spark for
reading excel files. However, you can still read excel:
If you are using Python, you can use Pandas to load an excel file and then
convert it into a Spark DataFrame.
If you are using the JVM, you can find any excel library for
Hi Su,
Spark can't read excel files directly. Your best best is probably to
export the contents as a CSV and use the "csvFile" API.
-Sandy
On Mon, Jul 13, 2015 at 9:22 AM, spark user
wrote:
> Hi
>
> I need your help to save excel data in hive .
>
>
>1. how to read excel file in spark usin
Hi
I need your help to save excel data in hive .
- how to read excel file in spark using spark 1.4
- How to save using data frame
If you have some sample code pls send
Thanks
su