Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-1082

Problems with creating views using a path

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • Future
    • Metadata
    • None

    Description

      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 ]"

      Attachments

        Activity

          People

            Unassigned Unassigned
            knguyen Krystal
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: