gianm commented on code in PR #15276:
URL: https://github.com/apache/druid/pull/15276#discussion_r1379596543


##########
docs/ingestion/input-sources.md:
##########
@@ -462,6 +465,7 @@ Sample specs:
 |--------|-----------|-------|---------|
 |type|Set the value to `hdfs`.|None|yes|
 |paths|HDFS paths. Can be either a JSON array or comma-separated string of 
paths. Wildcards like `*` are supported in these paths. Empty files located 
under one of the given paths will be skipped.|None|yes|
+|systemFields|JSON array of system fields to return as part of input rows. 
Possible values: `__file_uri` (URI) and `__file_path` (path component of 
URI).|None|no|

Review Comment:
   Ah. It won't always start with `hdfs`, is the thing. HDFS input source can 
also read files, S3, etc, depending on the value of 
`druid.ingestion.hdfs.allowedProtocols` (discussed in the paragraph following 
this table).



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to