Skip to content

Commit

Permalink
Merge branch 'master' into add_count_filter
Browse files Browse the repository at this point in the history
Conflicts:
	systemtest/edu/washington/escience/myria/systemtest/ConnectedComponentTest.java
	systemtest/edu/washington/escience/myria/systemtest/JsonQuerySubmitTest.java
  • Loading branch information
jingjingwang committed Jul 11, 2016
2 parents baa35db + 41b59a8 commit ed6f6c1
Show file tree
Hide file tree
Showing 91 changed files with 539 additions and 8,135 deletions.
1 change: 1 addition & 0 deletions myriadeploy/deployment.cfg.local
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
path = /tmp/myria
name = twoNodeLocalParallel
dbms = sqlite
database_name = myria
rest_port = 8753
# Uncomment if need to set a specific username; does not work for localhost
#username = dhalperi
Expand Down
47 changes: 0 additions & 47 deletions myriadeploy/kill_all_java_processes.py

This file was deleted.

19 changes: 0 additions & 19 deletions myriadeploy/launch_cluster.sh

This file was deleted.

4 changes: 4 additions & 0 deletions myriadeploy/launch_local_cluster
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
REPO_ROOT=$(git rev-parse --show-toplevel)
cp -n "$REPO_ROOT/myriadeploy/deployment.cfg.local" "$REPO_ROOT/myriadeploy/deployment.cfg"
$JAVA_HOME/bin/java -cp "$REPO_ROOT/build/libs/myria-0.1-all.jar" edu.washington.escience.myria.daemon.MyriaDriverLauncher -runtimeClass org.apache.reef.runtime.local.client.LocalRuntimeConfiguration -configPath "$REPO_ROOT/myriadeploy" -javaLibPath "$REPO_ROOT/build/libs" -nativeLibPath "$REPO_ROOT/lib"
32 changes: 0 additions & 32 deletions myriadeploy/relaunch_updated_myria.sh

This file was deleted.

27 changes: 0 additions & 27 deletions myriadeploy/setup_cluster.py

This file was deleted.

28 changes: 0 additions & 28 deletions myriadeploy/start_master.py

This file was deleted.

28 changes: 0 additions & 28 deletions myriadeploy/start_workers.py

This file was deleted.

65 changes: 0 additions & 65 deletions myriadeploy/stop_all_by_force.py

This file was deleted.

2 changes: 0 additions & 2 deletions myriadeploy/using_deployment_utils.sh

This file was deleted.

0 comments on commit ed6f6c1

Please sign in to comment.