You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by cr...@apache.org on 2015/04/08 01:25:49 UTC

[17/36] samza git commit: SAMZA-605; fix jobrunner package name in docs

SAMZA-605; fix jobrunner package name in docs


Project: http://git-wip-us.apache.org/repos/asf/samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/137d0d67
Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/137d0d67
Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/137d0d67

Branch: refs/heads/samza-sql
Commit: 137d0d67e03e7ec598efa8c181d05c358104dd6b
Parents: 537262e
Author: Benjamin Fradet <be...@gmail.com>
Authored: Tue Mar 17 15:26:23 2015 -0700
Committer: Chris Riccomini <cr...@apache.org>
Committed: Tue Mar 17 15:26:23 2015 -0700

----------------------------------------------------------------------
 docs/learn/documentation/versioned/jobs/job-runner.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/137d0d67/docs/learn/documentation/versioned/jobs/job-runner.md
----------------------------------------------------------------------
diff --git a/docs/learn/documentation/versioned/jobs/job-runner.md b/docs/learn/documentation/versioned/jobs/job-runner.md
index c2f6b09..5f0607f 100644
--- a/docs/learn/documentation/versioned/jobs/job-runner.md
+++ b/docs/learn/documentation/versioned/jobs/job-runner.md
@@ -23,7 +23,7 @@ Samza jobs are started using a script called run-job.sh.
 
 {% highlight bash %}
 samza-example/target/bin/run-job.sh \
-  --config-factory=samza.config.factories.PropertiesConfigFactory \
+  --config-factory=org.apache.samza.config.factories.PropertiesConfigFactory \
   --config-path=file://$PWD/config/hello-world.properties
 {% endhighlight %}