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 22:34:24 UTC

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

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

Patrick Wong commented on DRILL-1014:
-------------------------------------

The patch is for Hadoop 2. I will need to figure out where the equivalent code is on Hadoop 1.

> 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: Patrick Wong
>
> 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)