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

[jira] [Created] (DRILL-1082) Problems with creating views using a path

Krystal created DRILL-1082:
------------------------------

             Summary: Problems with creating views using a path
                 Key: DRILL-1082
                 URL: https://issues.apache.org/jira/browse/DRILL-1082
             Project: Apache Drill
          Issue Type: Bug
          Components: Storage - Writer
            Reporter: Krystal


git.commit.id.abbrev=33c28f6

I tried to create a view with a path relative to dfs.default schema:

0: jdbc:drill:schema=dfs> create view `dfs.default`.`views/votertsv.v2` as select columns[0] voter_id, columns[1] name, columns[2] age, columns[3] registration,columns[4] contributions,columns[5] voterzone,columns[6] create_time from `dfs`.`root`.`./drill/testdata/tsv/voter.tsv`;

I got the following error message:
+------------+------------+
|     ok     |  summary   |
+------------+------------+
| false      | Error: Failure while accessing Zookeeper |
+------------+------------+
1 row selected (0.595 seconds)

However, the view is actually created:

[root@qa-node56 ~]# hadoop fs -ls /drill/testdata/p1tests/views
Found 1 items
-rwxr-xr-x   3 mapr mapr        683 2014-06-26 09:27 /drill/testdata/p1tests/views/votertsv.v2.view.drill

I cannot query from the view:

0: jdbc:drill:schema=dfs> select * from `dfs.default`.`views/votertsv.v2`;

"Failure while parsing sql. < ValidationException:[ org.eigenbase.util.EigenbaseContextException: From line 1, column 15 to line 1, column 27 ] < EigenbaseContextException:[ From line 1, column 15 to line 1, column 27 ] < SqlValidatorException:[ Table 'dfs.default.views/votertsv.v2' not found ]"



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