Vinod Rohilla created CARBONDATA-1349:
-----------------------------------------
Summary: Error messge displays while execute Select Query in the
existing table.
Key: CARBONDATA-1349
URL: https://issues.apache.org/jira/browse/CARBONDATA-1349
Project: CarbonData
Issue Type: Bug
Components: data-query
Environment: Spark 2.1
Reporter: Vinod Rohilla
Priority: Minor
*Steps to reproduces:*
1: Table must be created at least 1 week before.
2: Data must be loaded.
3: Perform select Query. " Select * from uniqdata "
*Actual result:*
Error: org.apache.spark.SparkException: Job aborted due to stage failure: Task
0 in stage 87.0 failed 1 times, most recent failure: Lost task 0.0 in stage
87.0 (TID 111, localhost, executor driver):
org.apache.spark.util.TaskCompletionListenerException:
java.util.concurrent.ExecutionException: java.lang.RuntimeException:
java.nio.BufferUnderflowException
at
org.apache.spark.TaskContextImpl.markTaskCompleted(TaskContextImpl.scala:105)
at org.apache.spark.scheduler.Task.run(Task.scala:112)
at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:282)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Expected Result: Select query should display the correct results.
Note: If the user creates the new table and loading the data and Perform the
select query.It shows the result but Select Query displays error result in the
Existing table.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)