You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2015/07/22 10:34:54 UTC

incubator-kylin git commit: KYLIN-901 fix check style error

Repository: incubator-kylin
Updated Branches:
  refs/heads/0.7-staging 6e07bca78 -> 17daf8242


KYLIN-901 fix check style error

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

Branch: refs/heads/0.7-staging
Commit: 17daf82427be0d2f03d24e3b7670d2641e72a709
Parents: 6e07bca
Author: shaofengshi <sh...@apache.org>
Authored: Wed Jul 22 16:34:34 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Wed Jul 22 16:34:34 2015 +0800

----------------------------------------------------------------------
 .../org/apache/kylin/job/hadoop/cube/MetadataCleanupJob.java | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/17daf824/job/src/main/java/org/apache/kylin/job/hadoop/cube/MetadataCleanupJob.java
----------------------------------------------------------------------
diff --git a/job/src/main/java/org/apache/kylin/job/hadoop/cube/MetadataCleanupJob.java b/job/src/main/java/org/apache/kylin/job/hadoop/cube/MetadataCleanupJob.java
index 360d6db..1d899bb 100644
--- a/job/src/main/java/org/apache/kylin/job/hadoop/cube/MetadataCleanupJob.java
+++ b/job/src/main/java/org/apache/kylin/job/hadoop/cube/MetadataCleanupJob.java
@@ -6,9 +6,9 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- *
+ * 
  *     http://www.apache.org/licenses/LICENSE-2.0
- *
+ * 
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -34,8 +34,6 @@ import java.util.ArrayList;
 import java.util.Arrays;
 import java.util.List;
 
-/**
- */
 public class MetadataCleanupJob extends AbstractHadoopJob {
 
     @SuppressWarnings("static-access")
@@ -47,7 +45,7 @@ public class MetadataCleanupJob extends AbstractHadoopJob {
 
     private KylinConfig config = null;
 
-    public static final long TIME_THREADSHOLD = 2 * 26 * 3600 * 1000l; // 2 days
+    public static final long TIME_THREADSHOLD = 2 * 24 * 3600 * 1000l; // 2 days
 
     /*
      * (non-Javadoc)