You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Larry McCay (JIRA)" <ji...@apache.org> on 2019/01/22 01:44:00 UTC

[jira] [Created] (KNOX-1742) Simple SQL Client in KnoxShell for access to HiveServer2 via HiveDriver

Larry McCay created KNOX-1742:
---------------------------------

             Summary: Simple SQL Client in KnoxShell for access to HiveServer2 via HiveDriver
                 Key: KNOX-1742
                 URL: https://issues.apache.org/jira/browse/KNOX-1742
             Project: Apache Knox
          Issue Type: Improvement
          Components: KnoxShell
            Reporter: Larry McCay
             Fix For: 1.3.0


Let's take the following wiki article example and make it an actual feature of KnoxShell: https://cwiki.apache.org/confluence/display/KNOX/SQL+Client+Example+using+KnoxShell+in+Apache+Knox

In order to make it a generic feature, we will need to do a number of things:

# add a lib directory
# add the HiveDriver - *maybe* - perhaps it is better to have the user download the right version?
# add commons-logging jar to lib directory
# add a real table rendering class to the KnoxShell rather than embedded in the SQL client script - so that other features and scripts can use it to render results
# add the knoxline.sh and hive2.groovy script to bin directory




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)