About the Spark Scala API Excption

2014-09-17 Thread churly lin
Hi all: The Scala API here: http://spark.apache.org/docs/latest/api/scala/#package I found that it didn't specify the exception of each function or class. Then how could I know if a function throws a exception or not without reading the source code?

HELP! EXPORT DATA FROM HIVE TO SQL SERVER

2014-08-31 Thread churly lin
hi, all: I am working on hive from spark now. I use sparkSQL(HiveFormSpark) for calculating data and save the results in hive table. And now, I need export the results in hive table to sql server. Is there a way to do this? Thank you all. --