You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Steven Phillips (JIRA)" <ji...@apache.org> on 2015/04/29 02:22:06 UTC

[jira] [Commented] (DRILL-2278) Join on a large data set results in an NPE

    [ https://issues.apache.org/jira/browse/DRILL-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14518429#comment-14518429 ] 

Steven Phillips commented on DRILL-2278:
----------------------------------------

Could you give the number of nodes in the cluster as well as how much memory is given to Drill on each machine, and what is the max_width_per_node setting.

> Join on a large data set results in an NPE
> ------------------------------------------
>
>                 Key: DRILL-2278
>                 URL: https://issues.apache.org/jira/browse/DRILL-2278
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Relational Operators
>            Reporter: Rahul Challapalli
>            Assignee: Steven Phillips
>             Fix For: 1.0.0
>
>         Attachments: data.json
>
>
> git.commit.id.abbrev=6676f2d
> I attached the data set which only contains 2 records. The below query works fine on this data. However if we just copy over the same 2 records 50000 times, the same query fails with an NPE.
> {code}
> select * from `data.json` t1 inner join `data.json` t2 on t1.uid=t2.uid;
> Query failed: RemoteRpcException: Failure while running fragment.[ 1cec8b9a-5c04-44d8-b1a4-bcf3a0fadcbc on qa-node190.qa.lab:31010 ]
> [ 1cec8b9a-5c04-44d8-b1a4-bcf3a0fadcbc on qa-node190.qa.lab:31010 ]
> {code}
> Projecting a specific column works as expected. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)