Giter Site home page Giter Site logo

hadoop-qctree's Introduction

hadoop-qctree

QC-tree(short for quotient cube tree) is a compact data structure for representing and implementing quotient cube.

QC-tree

  • retain all the essential information in a quotient lattice, yet be concise
  • enable efficient answering of various kinds of queries including point, range,and iceberg queries
  • afford efficient maintenance against updates

hadoop-qctree provides QC-tree construction using Hadoop.

How to Build Binary

To build the binary of the hadoop-qctree, run the following command

mvn clean package

The above command produces a tar ball in the target directory.

How to Run

Local Mode

Untar the tar ball and move to hadoop-qctree-* directory. Need to update the table.json in the conf directory as per input structure

To build a qc-tree for the given input, execute the following command

bin/qctree.sh input-file output-dir

Once QC-tree construction is over, to run any query execute the following command

bin/query.sh output-of-previous-job output-dir query-tobe-run

As of now, query should be given as a single string, dimensions separated by comma(,)

Example query: "S2,*,s"

hadoop-qctree's People

Contributors

kameshb avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.