----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/5381/ -----------------------------------------------------------
Review request for hive and Carl Steinbach. Description ------- The patch is to include command line SQL editor SQLLine into Hive distribution. The tool can be invoked using 'hive --service sqlline <host> [port]'. It requires the HiveServer running on the given host/port. The ivy dependencies are updated to include sqlline. The hive scripts are updated to executing SQLLine with the required connection URL and other command line options. The LICENSE and NOTICE files are updated to include SQLLine information. Diffs ----- LICENSE 05085da NOTICE 871fdde bin/ext/sqlline.sh PRE-CREATION bin/ext/util/execHiveCmd.sh 167cc40 cli/ivy.xml ab949b1 ivy.xml e83437e ivy/ivysettings.xml fb6f4b8 ivy/libraries.properties 8461da1 Diff: https://reviews.apache.org/r/5381/diff/ Testing ------- Thanks, Prasad Mujumdar