Git Product home page Git Product logo

dimitrijejankov / plinycompute Goto Github PK

View Code? Open in Web Editor NEW

This project forked from riceplinygroup/plinycompute

3.0 3.0 4.0 100.72 MB

A system for development of high-performance, data-intensive, distributed computing, applications, tools, and libraries.

Home Page: http://plinycompute.rice.edu

License: Apache License 2.0

CMake 1.22% C++ 93.14% C 1.17% Lex 0.28% Yacc 0.56% Python 1.17% Shell 2.46%

plinycompute's People

Contributors

binhangyuan avatar carlosmonroy avatar cmasmas avatar cmj4 avatar cogumbreiro avatar dcbdan avatar dimitrijejankov avatar jiazou-bigdata avatar leodyl avatar riceplinygroup avatar rmbarnett-rice avatar seraphl avatar souravsikdar avatar vegetable26 avatar yuxineverforever avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

plinycompute's Issues

Empty join after getKeyProjection with MakeLambda

The following C++ lambda inside the makeLambda never gets called in the following
getKeySelection of MyJoin:

static Lambda<bool> MyJoin :: getKeySelection(Handle<Key> in1, Handle<Key> in2) {
    return makeLambda(in1, in2, [](Handle<Key>& in1, Handle<Key>& in2) {
      return true;
    });
  }

What ends up happening is that the set returned from this join operator is empty.

Breaks in the join-agg-async

Fails using one worker.
num_batch :
10000
batch_block :
1000
num_features :
10000
features_block :
1000
num_labels :
10000
labels_block :
1000
embedding_size :
10000
embedding_block :
1000

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.