Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. jdbc:drill:zk=local> USE `s3`.`root`;
  2. +-------+--------------------------------------+
  3. | ok | summary |
  4. +-------+--------------------------------------+
  5. | true | Default schema changed to [s3.root] |
  6. +-------+--------------------------------------+
  7. 1 row selected (1.123 seconds)
  8.  
  9. jdbc:drill:zk=local> SHOW files;
  10. <shows table of 15 files>
  11.  
  12. jdbc:drill:zk=local> select * from s3.`ocds-b5fd17-00ec7c92-54f3-4c50-8214-8b8c0cf9ff09-140281-qc54303.json`;
  13. <returns results>
  14.  
  15. jdbc:drill:zk=local> select * from s3.`*.json`;
  16. Error: VALIDATION ERROR: Can not create a Path from an empty string
  17. SQL Query null
  18.  
  19. select * from s3.`releases`;
  20.  
  21. select * from s3.`.`;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement