You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2014/09/18 10:36:00 UTC

git commit: [OPTIQ-414] Bad class name in sqlline shell script

Repository: incubator-optiq
Updated Branches:
  refs/heads/master 6f805ae4c -> a2cc356cf


[OPTIQ-414] Bad class name in sqlline shell script


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

Branch: refs/heads/master
Commit: a2cc356cfc21218eedaa4ce5a11920163c0be495
Parents: 6f805ae
Author: Sree Vaddi <sr...@yahoo.com>
Authored: Wed Sep 17 15:57:07 2014 -0700
Committer: Julian Hyde <jh...@apache.org>
Committed: Thu Sep 18 01:35:05 2014 -0700

----------------------------------------------------------------------
 sqlline | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/a2cc356c/sqlline
----------------------------------------------------------------------
diff --git a/sqlline b/sqlline
index 0cabc9f..baf4067 100755
--- a/sqlline
+++ b/sqlline
@@ -52,6 +52,6 @@ fi
 
 export JAVA_OPTS=-Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
 
-exec java $VM_OPTS -cp "${CP}" $JAVA_OPTS org.apache.hive.sqlline.SqlLine "$@"
+exec java $VM_OPTS -cp "${CP}" $JAVA_OPTS sqlline.SqlLine "$@"
 
 # End sqlline