Re: Possible Hive problem with Spark 2.0.0 preview.

2016-05-19 Thread Arun Allamsetty
Hi Doug, If you look at the API docs here: http://home.apache.org/~pwendell/spark-releases/spark-2.0.0-preview-docs/api/scala/index.html#org.apache.spark.sql.hive.HiveContext, you'll see Deprecate* (Since version 2.0.0)* Use SparkSession.builder.enableHiveSupport instead So you probably need to

Re: Requesting feedback for PR for SPARK-11962

2016-05-02 Thread Arun Allamsetty
bug that I need your help with). Thanks, Arun On Fri, Apr 29, 2016 at 1:00 PM, Arun Allamsetty <arun.allamse...@gmail.com> wrote: > Hi, > > I have submitted a PR for SPARK-11962 ( > https://github.com/apache/spark/pull/12708). I have most of it ready > except I am not able t

Requesting feedback for PR for SPARK-11962

2016-04-29 Thread Arun Allamsetty
Hi, I have submitted a PR for SPARK-11962 ( https://github.com/apache/spark/pull/12708). I have most of it ready except I am not able to pin point the cause for a particular bug. In the PR I've added two major methods to Row, `attempt` and `getOption`. The former returns a `Try` while the latter