Re: [VOTE] Release Apache Spark 1.4.0 (RC3)

2015-06-01 Thread Bobby Chowdary
Hive Context works on RC3 for Mapr after adding spark.sql.hive.metastore.sharedPrefixes as suggested in SPARK-7819 . However, there still seems to be some other issues with native libraries, i get below warning WARN NativeCodeLoader: Unable to load

Re: [VOTE] Release Apache Spark 1.4.0 (RC3)

2015-06-01 Thread Bobby Chowdary
ldn't matter since you are using the MapR client > and not the default hadoop client. > > Do you have any issues with functionality... or was it just seeing the > warnings that was the concern? > > Thanks for helping test! > > - Patrick > > On Mon, Jun 1, 2015 at 5:1

Re: [VOTE] Release Apache Spark 1.4.0 (RC4)

2015-06-05 Thread Bobby Chowdary
Not sure if its a blocker but there might be a minor issue with hive context, there is also a work around *Works:* from pyspark.sql import HiveContext sqlContext = HiveContext(sc) df = sqlContext.sql("select * from test.test1") *Does not Work:* df = sqlContext.table("test.test1") Py4JJavaErr

Re: [VOTE] Release Apache Spark 1.4.0 (RC4)

2015-06-05 Thread Bobby Chowdary
d it. > > Thanks, > > Yin > > On Fri, Jun 5, 2015 at 12:18 PM, Bobby Chowdary < > bobby.chowdar...@gmail.com> wrote: > >> Not sure if its a blocker but there might be a minor issue with hive >> context, there is also a work around >> >> *Work

Re: [VOTE] Release Apache Spark 1.4.1

2015-06-30 Thread Bobby Chowdary
+1 Tested on CentOS 7 On Jun 30, 2015 19:38, "Joseph Bradley" wrote: > +1 > > On Tue, Jun 30, 2015 at 5:27 PM, Reynold Xin wrote: > >> +1 >> >> On Tue, Jun 23, 2015 at 10:37 PM, Patrick Wendell >> wrote: >> >>> Please vote on releasing the following candidate as Apache Spark version >>> 1.4.1!