You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2020/12/23 06:19:30 UTC

[GitHub] [carbondata] jack86596 removed a comment on pull request #4065: [CARBONDATA-4089] Create table with location, if the location doesn't have scheme, the default will be local file system, which is not the file system defined by fs.defaultFS

jack86596 removed a comment on pull request #4065:
URL: https://github.com/apache/carbondata/pull/4065#issuecomment-749960335


   > @jack86596 , please change description and heading to **scheme** (schema --> **scheme**)
   Done.
   > 
   > a) and can you share here the create table with location syntax you are using ? it will create non transactional table without metadata and db folder right?
   SQL: create table table_with_location(a int,b string) stored as carbondata location '/tmp/table_with_location';
   > b) what is the behavior of parquet table for the same ? it takes default fs or local ?
   Parquet will take default fs.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org