Repository: kylin Updated Branches: refs/heads/master 258e765d7 -> 1ce81910a
minor, fix it Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/1ce81910 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/1ce81910 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/1ce81910 Branch: refs/heads/master Commit: 1ce81910afe049dc2bc6f9072c96ca441e93297c Parents: 258e765 Author: lidongsjtu <[email protected]> Authored: Tue May 24 16:45:23 2016 +0800 Committer: lidongsjtu <[email protected]> Committed: Tue May 24 16:45:23 2016 +0800 ---------------------------------------------------------------------- examples/test_case_data/sandbox/kylin.properties | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/1ce81910/examples/test_case_data/sandbox/kylin.properties ---------------------------------------------------------------------- diff --git a/examples/test_case_data/sandbox/kylin.properties b/examples/test_case_data/sandbox/kylin.properties index c13eb6b..423d7de 100644 --- a/examples/test_case_data/sandbox/kylin.properties +++ b/examples/test_case_data/sandbox/kylin.properties @@ -74,6 +74,7 @@ kylin.hbase.region.cut=5 # set 0 to disable this optimization kylin.hbase.hfile.size.gb=2 +kylin.query.udf.massin=org.apache.kylin.query.udf.MassInUDF # Time interval to check hadoop job status kylin.job.yarn.app.rest.check.interval.seconds=10
