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

nickallen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metron.git


The following commit(s) were added to refs/heads/master by this push:
     new 37a8e2e  METRON-2303 Change Default HDFS Port for Batch Profiler 
(nickwallen) closes apache/metron#1548
37a8e2e is described below

commit 37a8e2e8211dd2c8a56c8e75b516e3029c421099
Author: nickwallen <[email protected]>
AuthorDate: Wed Oct 30 12:38:31 2019 -0400

    METRON-2303 Change Default HDFS Port for Batch Profiler (nickwallen) closes 
apache/metron#1548
---
 .../metron-profiler-spark/src/main/config/batch-profiler.properties     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/metron-analytics/metron-profiler-spark/src/main/config/batch-profiler.properties
 
b/metron-analytics/metron-profiler-spark/src/main/config/batch-profiler.properties
index 400c526..e9a8f59 100644
--- 
a/metron-analytics/metron-profiler-spark/src/main/config/batch-profiler.properties
+++ 
b/metron-analytics/metron-profiler-spark/src/main/config/batch-profiler.properties
@@ -19,7 +19,7 @@
 spark.app.name=Batch Profiler
 spark.master=local
 
-profiler.batch.input.path=hdfs://localhost:9000/apps/metron/indexing/indexed/*/*
+profiler.batch.input.path=hdfs://localhost:8020/apps/metron/indexing/indexed/*/*
 profiler.batch.input.format=text
 
 profiler.period.duration=15

Reply via email to