cameronlee314 commented on a change in pull request #79: Update doc and javadoc 
from config factory to config loader
URL: https://github.com/apache/samza-hello-samza/pull/79#discussion_r404293260
 
 

 ##########
 File path: README.md
 ##########
 @@ -61,7 +61,7 @@ Package 
[samza.examples.cookbook](https://github.com/apache/samza-hello-samza/tr
 Package 
[samza.examples.wikipedia.application](https://github.com/apache/samza-hello-samza/tree/master/src/main/java/samza/examples/wikipedia/application)
 contains a small Samza application which consumes the real-time feeds from 
Wikipedia, extracts the metadata of the events, and calculates statistics of 
all edits in a 10-second window. You can start the app on the grid using the 
run-app.sh script:
 
 ```
-./deploy/samza/bin/run-app.sh 
--config-factory=org.apache.samza.config.factories.PropertiesConfigFactory 
--config-path=file://$PWD/deploy/samza/config/wikipedia-application.properties
+./deploy/samza/bin/run-app.sh 
--config-path=$PWD/deploy/samza/config/wikipedia-application.properties
 
 Review comment:
   This `--config-path` here is for submission configs only, right? Can you 
think of a way to help clarify that? It looks like the example is suggesting to 
pass full job configs as submission configs. However, that could end up being a 
problem if the full job configs are too large (IIRC, there is a limit for the 
size of the submission configs env variable when passing to YARN).

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to