项目作者: whomm

项目描述 :
a hive sql format tool
高级语言: GAP
项目地址: git://github.com/whomm/hsqlformat.git
创建时间: 2018-11-08T07:53:27Z
项目社区:https://github.com/whomm/hsqlformat

开源协议:

下载


what is this

this is a hive sql format tool

suport: create select insert

how to build

mvn package

how to use

  1. 1. download release
  2. 2. chmod +x ./hsf
  3. 3. ./hsf ./test.sql

other

  1. This code implements two formatting methods.
  2. 1. use my way
  3. java -classpath hsqlformat-0.0.1-SNAPSHOT.jar whomm.hsqlformat.App ../bin/test.sql
  4. 2. use alibaba druid
  5. java -classpath hsqlformat-0.0.1-SNAPSHOT.jar whomm.hsqlformat.TheApp ../bin/test.sql