Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 681 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 681 Bytes

Prerequisities

Install https://thrift.apache.org

Build

luarocks rocks install thrift --server https://neopaf.github.io/rocks/
wget https://raw.githubusercontent.com/apache/hive/master/service-rpc/if/TCLIService.thrift -Ospec/TCLIService.thrift
thrift --gen lua spec/TCLIService.thrift
patch -p0 <fix.patch
luarocks build
luarocks pack hive 

Publish

Manually copy to https://github.com/neopaf/rocks

Read README there and publish to https://neopaf.github.io/rocks/

Installation

luarocks install hive --server https://neopaf.github.io/rocks/

OR

tarantool rocks install hive --server https://neopaf.github.io/rocks/