You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/06/22 02:39:39 UTC

[GitHub] timifasubaa commented on a change in pull request #5268: [hive-csv] specify hive namespace for tables

timifasubaa commented on a change in pull request #5268: [hive-csv] specify hive namespace for tables
URL: https://github.com/apache/incubator-superset/pull/5268#discussion_r197327653
 
 

 ##########
 File path: superset/config.py
 ##########
 @@ -314,6 +314,10 @@ class CeleryConfig(object):
 # contain all the external tables
 CSV_TO_HIVE_UPLOAD_DIRECTORY = 'EXTERNAL_HIVE_TABLES/'
 
+# The namespace within hive where the tables created from
+# uploading CSVs will be stored
+UPLOADED_CSV_HIVE_NAMESPACE = 'superset'
 
 Review comment:
   Oops!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org