With the amount of information provided its hard to guide you. Index out of bounds errors are generally bad as they indicate some accounting corruption. I suggest that you go ahead and file a jira with the below information
1. Query 2. Drill Version 3. Data sets used 4. Logs and profiles 5. files under drill-conf directory - Rahul On Thu, Jul 13, 2017 at 10:12 AM, Dan Holmes <[email protected]> wrote: > I am getting the following error with this query. > > SELECT COUNT(*) > FROM dfs.`/home/dan/twm/sales` > > version 1.10.0 > > all the files are .txt. Here is the relevant part of the profile for dfs > "txt": { > "type": "text", > "extensions": [ > "txt" > ], > "extractHeader": true, > "delimiter": "|" > > how do i diagnose this? > > thank you > dan > Query Failed: An Error > Occurredorg.apache.drill.common.exceptions.UserRemoteException: > SYSTEM ERROR: IndexOutOfBoundsException: index: 32384, length: 4 (expected: > range(0, 16384)) Fragment 1:0 [Error Id: > 7cacf366-21dc-4528-9f4c-eda3c2e28a8b on ubuntu:31010] >
