You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/12/24 01:38:05 UTC

[GitHub] [druid] clintropolis commented on a change in pull request #9081: Web console: fix spec reset

clintropolis commented on a change in pull request #9081: Web console: fix spec reset
URL: https://github.com/apache/druid/pull/9081#discussion_r361040630
 
 

 ##########
 File path: web-console/src/views/load-data-view/load-data-view.tsx
 ##########
 @@ -740,8 +740,8 @@ export class LoadDataView extends React.PureComponent<LoadDataViewProps, LoadDat
           <>
             <p>Load data accessible through HTTP(s).</p>
             <p>
-              Data must be in a text format and the HTTP(s) endpoint must be reachable by every
-              Druid process in the cluster.
+              Data must be in text, orc, or parquet format and the HTTP(s) endpoint must be
 
 Review comment:
   nit: I don't think this is necessary to do now, but maybe next binary input format we add support for, like avro or whatever, we should just adjust this to say something like
   
   > Data must be in a Druid supported input format ...
   
   and perhaps linking to where-ever we describe the input formats before digging into the input source specific information.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org