Re: tpcds q1 - java.lang.NegativeArraySizeException

2016-06-14 Thread Ovidiu-Cristian MARCU
I confirm the same exception for other queries as well. I was able to reproduce it many times. Queries 1, 3 and 5 failed with the same exception. Queries 2 and 4 are running ok. I am using TPCDSQueryBenchmark and I have used the following settings: spark.conf.set(SQLConf.PARQUET_VECTORIZED_READ

Re: tpcds q1 - java.lang.NegativeArraySizeException

2016-06-13 Thread Sameer Agarwal
I'm unfortunately not able to reproduce this on master. Does the query always fail deterministically? On Mon, Jun 13, 2016 at 12:54 PM, Ovidiu-Cristian MARCU < ovidiu-cristian.ma...@inria.fr> wrote: > Yes, commit ad102af > > On 13 Jun 2016, at 21:25, Reynold Xin wrote: > > Did you try this on ma

Re: tpcds q1 - java.lang.NegativeArraySizeException

2016-06-13 Thread Ovidiu-Cristian MARCU
Yes, commit ad102af > On 13 Jun 2016, at 21:25, Reynold Xin wrote: > > Did you try this on master? > > > On Mon, Jun 13, 2016 at 11:26 AM, Ovidiu-Cristian MARCU > mailto:ovidiu-cristian.ma...@inria.fr>> > wrote: > Hi, > > Running the first query of tpcds on a standalone setup (4 nodes, tpc

Re: tpcds q1 - java.lang.NegativeArraySizeException

2016-06-13 Thread Reynold Xin
Did you try this on master? On Mon, Jun 13, 2016 at 11:26 AM, Ovidiu-Cristian MARCU < ovidiu-cristian.ma...@inria.fr> wrote: > Hi, > > Running the first query of tpcds on a standalone setup (4 nodes, tpcds2 > generated for scale 10 and transformed in parquet under hdfs) it results > in one exce

tpcds q1 - java.lang.NegativeArraySizeException

2016-06-13 Thread Ovidiu-Cristian MARCU
Hi, Running the first query of tpcds on a standalone setup (4 nodes, tpcds2 generated for scale 10 and transformed in parquet under hdfs) it results in one exception [1]. Close to this problem I found this issue https://issues.apache.org/jira/browse/SPARK-12089