-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Renewed Pull request with datasets removed #663
Conversation
OS:ubuntu-20.04 |
OS = Debian 10
|
Signed-off-by: Forthoney <[email protected]>
* checkpoint: remote execution infra for single commands Signed-off-by: Tammam Mustafa <[email protected]> * infra for debuging and accessing config Signed-off-by: Tammam Mustafa <[email protected]> * fixed some bugs in ir.py Signed-off-by: Tammam Mustafa <[email protected]> * added a function for replacing edges in IR Signed-off-by: Tammam Mustafa <[email protected]> * Checkpoint 2: graph is being split, augmented with remote read/write and distributed to workers Signed-off-by: Tammam Mustafa <[email protected]> * simple nc read/write in golang Signed-off-by: Tammam Mustafa <[email protected]> * improved socket read/write and added timeout Signed-off-by: Tammam Mustafa <[email protected]> * use costume implementation of nc and choose ports from offset instead of randomly Signed-off-by: Tammam Mustafa <[email protected]> * add retry to both listening and dialing Signed-off-by: Tammam Mustafa <[email protected]> * Script to get local paths of hdfs files Signed-off-by: Tammam Mustafa <[email protected]> * improve dspash setup script Signed-off-by: Tammam Mustafa <[email protected]> * some clean up and docs to dspash ir_helper Signed-off-by: Tammam Mustafa <[email protected]> * Extend fids and resources to detect if a fid can be serviced from a particular host Signed-off-by: Tammam Mustafa <[email protected]> * improve workers manager to choose workers depending on data availability Signed-off-by: Tammam Mustafa <[email protected]> * Extend graph splitting to support multi source graphs and lay background for supporting stdin Signed-off-by: Tammam Mustafa <[email protected]> * improvement to graph splitting Signed-off-by: Tammam Mustafa <[email protected]> * Refactor: rewrite graph splitting for distributed execution - Changed graph splitting algorithm to support arbitrary DAGs (not just uniform ones) - Generate a graph to run in the original user shell - Named fifos and files are stored where the user executed pa.sh and not the remote worker directory - The main shell graph handles the creation and wiring of named pipes and new/old files to remote worker Signed-off-by: Tammam Mustafa <[email protected]> * Avoid calling to_shell before saving the Graph for distributed exec to_shell seems to directly modify the graph which causes problems down the line Signed-off-by: Tammam Mustafa <[email protected]> * fixed bug caused terminating multi sink graph early Signed-off-by: Tammam Mustafa <[email protected]> * fixed bug in graph splitting Signed-off-by: Tammam Mustafa <[email protected]> * removed already done TODO comment Signed-off-by: Tammam Mustafa <[email protected]> * revert incorrect changes to source_nodes function in IR Signed-off-by: Tammam Mustafa <[email protected]> * Initial design to correctly use workers on different machines Signed-off-by: Tammam Mustafa <[email protected]> * fix bug in worker caused by graphviz Signed-off-by: Tammam Mustafa <[email protected]> * dspash setup script to use PASH_TOP instead of relative access Signed-off-by: Tammam Mustafa <[email protected]> * Add workers from cluster.json file Signed-off-by: Tammam Mustafa <[email protected]> * use defer for closing to ensure sockets close on panic Signed-off-by: Tammam Mustafa <[email protected]> * socket_pipe: improved connection reusability Signed-off-by: Tammam Mustafa <[email protected]> * update gitignore to include socket_pipe Signed-off-by: Tammam Mustafa <[email protected]> * clean up and remove old remote exec as it's not used Signed-off-by: Tammam Mustafa <[email protected]> * Revert "Extend fids and resources to detect if a fid can be serviced from a particular host" This reverts commit 63dae2f. Signed-off-by: Tammam Mustafa <[email protected]> * complete reverting fid location extention Signed-off-by: Tammam Mustafa <[email protected]> * fix missing extra line at eof Signed-off-by: Tammam Mustafa <[email protected]> * move remote read/write to runtime folder Signed-off-by: Tammam Mustafa <[email protected]> * wait for all processes to finish in worker Signed-off-by: Tammam Mustafa <[email protected]> * improve docs for dspash ir helpers Signed-off-by: Tammam Mustafa <[email protected]> * remove arg annotation from dspash pr Signed-off-by: Tammam Mustafa <[email protected]> * remove added lines from pr Signed-off-by: Tammam Mustafa <[email protected]> * more dspash docs fix Signed-off-by: Tammam Mustafa <[email protected]> Co-authored-by: Pratyush Das <[email protected]> Signed-off-by: Forthoney <[email protected]>
Signed-off-by: a5ob7r <[email protected]> Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Dimitris Karnikis <[email protected]> Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Dimitris Karnikis <[email protected]> Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Dimitris Karnikis <[email protected]> Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Dimitris Karnikis <[email protected]> Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Dimitris Karnikis <[email protected]> Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Dimitris Karnikis <[email protected]> Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Dimitris Karnikis <[email protected]> Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Dimitris Karnikis <[email protected]> Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Dimitris Karnikis <[email protected]> Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Dimitris Karnikis <[email protected]> Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Dimitris Karnikis <[email protected]> Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Dimitris Karnikis <[email protected]> Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Dimitris Karnikis <[email protected]> Signed-off-by: Forthoney <[email protected]>
* hdfs cat annotation Signed-off-by: Tammam Mustafa <[email protected]> * rename and small refactor to hdfs getPaths.py Signed-off-by: Tammam Mustafa <[email protected]> * Added hdfs utils Signed-off-by: Tammam Mustafa <[email protected]> * Added HDFSCat dfgNode Signed-off-by: Tammam Mustafa <[email protected]> * Created RemoteFileResource and HDFSResource Signed-off-by: Tammam Mustafa <[email protected]> * Added method in FileId and remote resource to check avalability on given host Signed-off-by: Tammam Mustafa <[email protected]> * worker manager filter workers based on given fids locations Signed-off-by: Tammam Mustafa <[email protected]> * Implemented full HDFS cat support Signed-off-by: Tammam Mustafa <[email protected]> * fixed small bug in FileId has_remote_file_resource Signed-off-by: Tammam Mustafa <[email protected]> * addressed comments Signed-off-by: Tammam Mustafa <[email protected]> Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Dimitris Karnikis <[email protected]> Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Dimitris Karnikis <[email protected]> Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Dimitris Karnikis <[email protected]> Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Dimitris Karnikis <[email protected]> Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Dimitris Karnikis <[email protected]> Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Dimitris Karnikis <[email protected]> Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Dimitris Karnikis <[email protected]> Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Konstantinos Kallas <[email protected]> Signed-off-by: Forthoney <[email protected]>
…lgorithm Signed-off-by: Tammam Mustafa <[email protected]> Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Tammam Mustafa <[email protected]> Signed-off-by: Forthoney <[email protected]>
* grpc client server protobuf for reading logical splits Signed-off-by: Tammam Mustafa <[email protected]> * improve naming to more general split reader Signed-off-by: Tammam Mustafa <[email protected]> * make config positional argument Signed-off-by: Tammam Mustafa <[email protected]> * start file server with worker Signed-off-by: Tammam Mustafa <[email protected]> * add new dfs reader node to compiler Signed-off-by: Tammam Mustafa <[email protected]> * small fix to dspash setup Signed-off-by: Tammam Mustafa <[email protected]> * fix some bugs Signed-off-by: Tammam Mustafa <[email protected]> * run on 0.0.0.0 Signed-off-by: Tammam Mustafa <[email protected]> * add prefix to rpc requests Signed-off-by: Tammam Mustafa <[email protected]> * fix bug from printing Signed-off-by: Tammam Mustafa <[email protected]> * small code quality improvements Signed-off-by: Tammam Mustafa <[email protected]> * added a small readme Signed-off-by: Tammam Mustafa <[email protected]> * small fix Signed-off-by: Tammam Mustafa <[email protected]> Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Konstantinos Kallas <[email protected]> Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
* modify up to not use git * bump version * add back git in a comment * add the alternative in a comment, it might interfere with antikythera and other CI scripts and there is no need to mess with this now Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
OS:ubuntu-20.04 |
OS = Debian 10
|
Has this been merged?
…On Thu, Sep 21, 2023 at 4:17 PM github-actions[bot] < ***@***.***> wrote:
OS = Debian 10
CPU = Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz
Ram = 15752
Hash = 75279b4
<75279b4>
Kernel= Linux 4.15.0-197-generic x86_64
benchmark tests passed failed untested unresolved unsupported not_in_use
other_status
posix 494 375 41 31 6 40 1 0
intro 2 2 0 0 0 0 0 0
interface 41 41 0 0 0 0 0 0
compiler 54 54 0 0 0 0 0 0
—
Reply to this email directly, view it on GitHub
<#663 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADL55BBSLH4KBITXWMVWE3X3SOGDANCNFSM6AAAAAAV6V3J7Y>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I updated my branch and remove the datasets directory from git. The core contents of the pull requests are the same as the previous request #662.
I further customized the fit.sh script to match our specific dataset.