Repository: kylin
Updated Branches:
  refs/heads/KYLIN-1356 c50d31448 -> 5f5bc29d5


add fastBuildMode


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

Branch: refs/heads/KYLIN-1356
Commit: 5f5bc29d5e6d8bf5db9e9e24838eb8952d672315
Parents: c50d314
Author: honma <ho...@ebay.com>
Authored: Fri Jan 22 15:16:25 2016 +0800
Committer: honma <ho...@ebay.com>
Committed: Fri Jan 22 15:16:25 2016 +0800

----------------------------------------------------------------------
 kylin-it/pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/5f5bc29d/kylin-it/pom.xml
----------------------------------------------------------------------
diff --git a/kylin-it/pom.xml b/kylin-it/pom.xml
index fca8f6c..7112f21 100644
--- a/kylin-it/pom.xml
+++ b/kylin-it/pom.xml
@@ -31,9 +31,9 @@
     <name>Kylin:IT</name>
 
 
-
     <properties>
         <hdp.version></hdp.version>
+        <fastBuildMode></fastBuildMode>
     </properties>
 
     <!-- Dependencies. -->
@@ -295,6 +295,7 @@
                                     <executable>java</executable>
                                     <arguments>
                                         
<argument>-Dhdp.version=${hdp.version}</argument>
+                                        
<argument>-DfastBuildMode=${fastBuildMode}</argument>
                                         <argument>-classpath</argument>
                                         <classpath/>
                                         
<argument>org.apache.kylin.provision.BuildCubeWithEngine</argument>
@@ -314,6 +315,7 @@
                                     <executable>java</executable>
                                     <arguments>
                                         
<argument>-Dhdp.version=${hdp.version}</argument>
+                                        
<argument>-DfastBuildMode=${fastBuildMode}</argument>
                                         <argument>-classpath</argument>
                                         <classpath/>
                                         
<argument>org.apache.kylin.provision.BuildCubeWithStream</argument>
@@ -333,6 +335,7 @@
                                     <executable>java</executable>
                                     <arguments>
                                         
<argument>-Dhdp.version=${hdp.version}</argument>
+                                        
<argument>-DfastBuildMode=${fastBuildMode}</argument>
                                         <argument>-classpath</argument>
                                         <classpath/>
                                         
<argument>org.apache.kylin.provision.BuildIIWithStream</argument>

Reply via email to