Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Then import the workspaces. If you an error about "restricted use of Signal" for beeline and cli follow the following instructions.

How to generate

...

tarball?

MVN:

Code Block

mvn clean package -DskipTests -Pdist

It will then be located in packaging/target/

How to generate protobuf code?

MVN:

Code Block
cd ql
mvn clean install -DskipTests -Pprotobuf -Phadoop-1,protobuf

How to generate thrift code?

...

Code Block
mvn clean install -Pthriftif -Phadoop-1,thriftif -DskipTests -Dthrift.home=/usr/local

...