Giter Site home page Giter Site logo

pard's People

Contributors

crazyxuehu avatar fukien avatar hagen666 avatar jyh-violet avatar ray6080 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

ray6080 hagen666

pard's Issues

Test

Run tests against pard.
Detect bugs.

Drop

Drop schema
Drop table

Load plan

Load statement.
Load data from local file system.

Basic Join

Join is separated into three stages:

  1. Stage0 -- JoinPrepare
    In this stage, the coordinator sends tasks to query local data and then the data are shuffled to corresponding servers, and inserted into local database. Once the coordinator collects all success status, then next stage is triggered.
  2. Stage1 -- JoinExecute
    In this stage, each worker executes join locally. And results are collected by the coordinator.
  3. Stage2 -- JoinFinish
    In this stage, the coordinator finished following operators, and return results to user. Finally, send DropTask to each worker to drop temp tables.

node keeper

Use rpc to detect server status change.

Simple implementation design:
Use a scheduled execution thread to send heartbeat rpc, and collects server status.

Code Review

We need do a full review of current codebase to eliminate potential bug.
This is important and urgent.
New features are not supposed to add before code review is done.

Enhance the web view

Make the web page more powerful from that can see the job id, status, sql statement and other things.

Test with a new version

Test current codebase after refactoring with Netty and etc.

This new version supports CREATE, INSERT, LOAD, SHOW, DROP. SELECT(simple)
This new version does not support DELETE, JOIN

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.