You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Patrick Wong (JIRA)" <ji...@apache.org> on 2014/06/18 23:24:24 UTC

[jira] [Assigned] (DRILL-1014) Windows build requires a Hadoop-8955

     [ https://issues.apache.org/jira/browse/DRILL-1014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Wong reassigned DRILL-1014:
-----------------------------------

    Assignee: Jacques Nadeau  (was: Patrick Wong)

The patch for HADOOP-8955 is for Hadoop 2. Consequently, CDH and HDP profiles should already have the fix for Windows, while default and MapR profiles cannot take advantage of the patch at all.

Without more experience developing Hadoop 1, it would be very difficult to make a patch JAR that can correct Hadoop 1's behavior on running {{chmod}}. It may be easier to change Drill code to avoid Hadoop's file management code.

Developer input on this issue would be appreciated.

> Windows build requires a Hadoop-8955
> ------------------------------------
>
>                 Key: DRILL-1014
>                 URL: https://issues.apache.org/jira/browse/DRILL-1014
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Tools, Build & Test
>    Affects Versions: 1.0.0-BETA1
>            Reporter: Suresh Ollala
>            Assignee: Jacques Nadeau
>
> Drill build on Windows fails for create view or create table (anything writable) syntax. 
> 0: jdbc:drill:zk=local> create view dview1 as select cast(columns[0] as int) cust_id, cast(columns[1] as int) order_id from `data.csv`;
> +------------+------------+
> |     ok     |  summary   |
> +------------+------------+
> | false      | Error: Cannot run program "chmod": CreateProcess error=2, The system cannot find the file specified |
> To workaround this, we need Hadoop 8955 patch to be built as standalone jar and add it to classpath (first thing).
> https://issues.apache.org/jira/browse/HADOOP-8955



--
This message was sent by Atlassian JIRA
(v6.2#6252)