You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by lx...@apache.org on 2016/11/15 21:57:28 UTC

helix git commit: Update task framework tutorial.

Repository: helix
Updated Branches:
  refs/heads/master ab1bf2923 -> 48b831eda


Update task framework tutorial.


Project: http://git-wip-us.apache.org/repos/asf/helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/48b831ed
Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/48b831ed
Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/48b831ed

Branch: refs/heads/master
Commit: 48b831edae0f46013b669c976b1770b99568a40a
Parents: ab1bf29
Author: Lei Xia <lx...@linkedin.com>
Authored: Tue Nov 15 13:24:27 2016 -0800
Committer: Lei Xia <lx...@linkedin.com>
Committed: Tue Nov 15 13:24:27 2016 -0800

----------------------------------------------------------------------
 website/0.6.6/src/site/markdown/tutorial_task_framework.md | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/helix/blob/48b831ed/website/0.6.6/src/site/markdown/tutorial_task_framework.md
----------------------------------------------------------------------
diff --git a/website/0.6.6/src/site/markdown/tutorial_task_framework.md b/website/0.6.6/src/site/markdown/tutorial_task_framework.md
index b06c05c..daef7e6 100644
--- a/website/0.6.6/src/site/markdown/tutorial_task_framework.md
+++ b/website/0.6.6/src/site/markdown/tutorial_task_framework.md
@@ -310,6 +310,3 @@ For pollForWorkflowState, it accepts similar arguments except Job name. For exam
 taskDriver.pollForWorkflowState("MyWorkflowName", 180000L, TaskState.FAILED, TaskState.FATAL_FAILED);
 taskDriver.pollForWorkflowState("MyWorkflowName", TaskState.COMPLETED);
 ```
-
-### Workflow and Job Metrics (Operational Support)
-Currently, Helix provides Workflow and Job monitors, which is Type Defined aggregation. Helix will register MBeans through JMX. With respect that, if user using Helix controller MP, those MBeans can be extracted for stats purposed.
\ No newline at end of file