Repository: kylin
Updated Branches:
  refs/heads/2.x-staging 24423e121 -> 8cbd170f8


KYLIN-1322 update streaming parse class package


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/8cbd170f
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/8cbd170f
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/8cbd170f

Branch: refs/heads/2.x-staging
Commit: 8cbd170f8adfdde279249bac80011d707b3bb194
Parents: 24423e1
Author: jian <zhongj...@apache.org>
Authored: Mon Jan 18 12:54:10 2016 +0800
Committer: jian <zhongj...@apache.org>
Committed: Mon Jan 18 12:54:10 2016 +0800

----------------------------------------------------------------------
 webapp/app/js/model/streamingModel.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/8cbd170f/webapp/app/js/model/streamingModel.js
----------------------------------------------------------------------
diff --git a/webapp/app/js/model/streamingModel.js 
b/webapp/app/js/model/streamingModel.js
index 31ebb8f..61560d7 100644
--- a/webapp/app/js/model/streamingModel.js
+++ b/webapp/app/js/model/streamingModel.js
@@ -35,7 +35,7 @@ KylinApp.service('StreamingModel', function () {
       "topic": "",
       "timeout": "60000",
       "bufferSize": "65536",
-      "parserName": "org.apache.kylin.streaming.TimedJsonStreamParser",
+      "parserName": "org.apache.kylin.source.kafka.TimedJsonStreamParser",
       "margin": "300000",
       "clusters":[],
       "parserProperties":""

Reply via email to