You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/01/23 09:32:06 UTC

[19/50] [abbrv] incubator-kylin git commit: minor change

minor change


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

Branch: refs/heads/inverted-index
Commit: fb3b48b6e41715847e67121ccccb7e9b0419c90e
Parents: 46fd452
Author: honma <ho...@ebay.com>
Authored: Wed Jan 21 10:38:03 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Thu Jan 22 17:33:54 2015 +0800

----------------------------------------------------------------------
 package.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/fb3b48b6/package.sh
----------------------------------------------------------------------
diff --git a/package.sh b/package.sh
index 19bfe90..d972210 100755
--- a/package.sh
+++ b/package.sh
@@ -5,9 +5,9 @@ mvn install -DskipTests
 
 #Copy war to kylin.war
 ls -t server/target/*.war| head -1 | awk '{print "cp " $1 " server/target/kylin.war"}' | sh
-#Copy index jar
+#Copy job jar
 ls -t job/target/*-job.jar| head -1 | awk '{print "cp " $1 " job/target/kylin-job-latest.jar"}' | sh
-#Copy query jar
+#Copy coprocessor jar
 ls -t storage/target/*-coprocessor.jar | head -1 | awk '{print "cp " $1 " storage/target/kylin-coprocessor-latest.jar"}' | sh
 
 #package webapp