This is an automated email from the ASF dual-hosted git repository.

asdf2014 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a258d3  Fix Hadoop Indexing doc to clarify segmentOutputPath only 
required for CLI indexer (#6636)
8a258d3 is described below

commit 8a258d3a6a239460fb172019ae657eaeecddf723
Author: Benjamin Hopp <benjamin.h...@gmail.com>
AuthorDate: Fri Nov 16 22:19:20 2018 -0600

    Fix Hadoop Indexing doc to clarify segmentOutputPath only required for CLI 
indexer (#6636)
    
    * Updated hadoop indexing doc to reflect segmentOutputPath is only required 
when using CLI indexer; otherwise it must be NULL
---
 docs/content/ingestion/hadoop.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/ingestion/hadoop.md b/docs/content/ingestion/hadoop.md
index e32fd75..c0335d1 100644
--- a/docs/content/ingestion/hadoop.md
+++ b/docs/content/ingestion/hadoop.md
@@ -120,7 +120,7 @@ This field is required.
 |-----|----|-----------|--------|
 |type|String|This should always be 'hadoop'.|yes|
 |inputSpec|Object|A specification of where to pull the data in from. See 
below.|yes|
-|segmentOutputPath|String|The path to dump segments into.|yes|
+|segmentOutputPath|String|The path to dump segments into.|Only used by the 
[CLI Hadoop Indexer](../ingestion/command-line-hadoop-indexer.html). This field 
must be null otherwise.|
 |metadataUpdateSpec|Object|A specification of how to update the metadata for 
the druid cluster these segments belong to.|Only used by the [CLI Hadoop 
Indexer](../ingestion/command-line-hadoop-indexer.html). This field must be 
null otherwise.|
 
 ### InputSpec specification


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

Reply via email to