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

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

Suresh Ollala created DRILL-1014:
------------------------------------

             Summary: 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)