Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 733 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 733 Bytes

columnar_nested_file

カラムナーのファイルフォーマット

Requirements

  • Mac OS X or Linux
  • Java 8 Update 92 or higher (8u92+), 64-bit
  • Maven 3.3.9+ (for building)
  • Hive 2.0 or later

Building MDS Package

MDS is a standard Maven project. Simply run the following command from the project root directory:

mvn clean install

On the first build, Maven will download all the dependencies from the internet and cache them in the local repository (~/.m2/repository), which can take a considerable amount of time. Subsequent builds will be faster.

MDS has a comprehensive set of unit tests that can take several minutes to run. You can disable the tests when building:

mvn clean install -DskipTests