----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/5381/ -----------------------------------------------------------
(Updated June 18, 2012, 6:19 p.m.) Review request for hive and Carl Steinbach. Changes ------- Changes per review comments 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 (updated) ----- LICENSE 05085da NOTICE 871fdde bin/ext/sqlline.sh PRE-CREATION cli/ivy.xml ab949b1 ivy/ivysettings.xml fb6f4b8 ivy/libraries.properties 8461da1 Diff: https://reviews.apache.org/r/5381/diff/ Testing ------- Thanks, Prasad Mujumdar