UT fails when run with branch master of carbondata (
https://github.com/apache/incubator-carbondata/tree/master). exception as following: > GrtLtFilterProcessorTestCase: > *** RUN ABORTED *** > java.lang.Exception: DataLoad failure: Due to internal errors, please > check logs for more details. > at > org.apache.carbondata.spark.rdd.CarbonDataRDDFactory$.loadCarbonData(CarbonDataRDDFactory.scala:742) > at > org.apache.spark.sql.execution.command.LoadTable.run(carbonTableSchema.scala:470) > at > org.apache.spark.sql.execution.ExecutedCommand.sideEffectResult$lzycompute(commands.scala:57) > at > org.apache.spark.sql.execution.ExecutedCommand.sideEffectResult(commands.scala:57) > at > org.apache.spark.sql.execution.ExecutedCommand.doExecute(commands.scala:69) > at > org.apache.spark.sql.execution.SparkPlan$$anonfun$execute$5.apply(SparkPlan.scala:140) > at > org.apache.spark.sql.execution.SparkPlan$$anonfun$execute$5.apply(SparkPlan.scala:138) > at > org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:147) > at org.apache.spark.sql.execution.SparkPlan.execute(SparkPlan.scala:138) > at > org.apache.spark.sql.SQLContext$QueryExecution.toRdd$lzycompute(SQLContext.scala:933) > ... Branch: master OS: Darwin Kernel Version 16.3.0 JRE: java version "1.8.0_91" Java HotSpot(TM) 64-Bit Server VM (build 25.91-b14, mixed mode) MAVEN: 3.2.5 |
Administrator
|
Yes, just found it also, will solve it soon.
Regards Liang |
Administrator
|
In reply to this post by hexiaoqiao
Hi
It is fixed, now the master can pass compilation. Thanks for you pointed out it. Regards Liang
|
check it and work well:
1.pull master branch, 2.compile and run ut, all ut pass. thanks for your repair timely. On Thu, Jan 5, 2017 at 11:37 AM, Liang Chen <[hidden email]> wrote: > Hi > > It is fixed, now the master can pass compilation. Thanks for you pointed > out > it. > > Regards > Liang > > hexiaoqiao wrote > > UT fails when run with branch master of carbondata ( > > https://github.com/apache/incubator-carbondata/tree/master). > > > > exception as following: > > > >> GrtLtFilterProcessorTestCase: > >> *** RUN ABORTED *** > >> java.lang.Exception: DataLoad failure: Due to internal errors, please > >> check logs for more details. > >> at > >> org.apache.carbondata.spark.rdd.CarbonDataRDDFactory$.loadCarbonData( > CarbonDataRDDFactory.scala:742) > >> at > >> org.apache.spark.sql.execution.command.LoadTable. > run(carbonTableSchema.scala:470) > >> at > >> org.apache.spark.sql.execution.ExecutedCommand. > sideEffectResult$lzycompute(commands.scala:57) > >> at > >> org.apache.spark.sql.execution.ExecutedCommand. > sideEffectResult(commands.scala:57) > >> at > >> org.apache.spark.sql.execution.ExecutedCommand. > doExecute(commands.scala:69) > >> at > >> org.apache.spark.sql.execution.SparkPlan$$anonfun$ > execute$5.apply(SparkPlan.scala:140) > >> at > >> org.apache.spark.sql.execution.SparkPlan$$anonfun$ > execute$5.apply(SparkPlan.scala:138) > >> at > >> org.apache.spark.rdd.RDDOperationScope$.withScope( > RDDOperationScope.scala:147) > >> at > >> org.apache.spark.sql.execution.SparkPlan.execute(SparkPlan.scala:138) > >> at > >> org.apache.spark.sql.SQLContext$QueryExecution. > toRdd$lzycompute(SQLContext.scala:933) > >> ... > > > > > > Branch: master > > OS: Darwin Kernel Version 16.3.0 > > JRE: java version "1.8.0_91" Java HotSpot(TM) 64-Bit Server VM (build > > 25.91-b14, mixed mode) > > MAVEN: 3.2.5 > > > > > > -- > View this message in context: http://apache-carbondata- > mailing-list-archive.1130556.n5.nabble.com/UT-Fail-Report- > UT-can-not-pass-when-run-with-branch-master-tp5530p5542.html > Sent from the Apache CarbonData Mailing List archive mailing list archive > at Nabble.com. > |
Free forum by Nabble | Edit this page |