[31/38] incubator-quickstep git commit: Set the default tmb_implementation value to purememory.

2017-03-06 Thread zuyuz
Set the default tmb_implementation value to purememory.


Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/d81ca086
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/d81ca086
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/d81ca086

Branch: refs/heads/reorder-partitioned-hash-join
Commit: d81ca08691bb2f07da1d52bdc756e3830753569d
Parents: e3d2aa1
Author: Zuyu Zhang 
Authored: Sun Mar 5 02:29:14 2017 -0800
Committer: Zuyu Zhang 
Committed: Sun Mar 5 02:29:14 2017 -0800

--
 third_party/src/tmb/src/tmb_net_server.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/d81ca086/third_party/src/tmb/src/tmb_net_server.cc
--
diff --git a/third_party/src/tmb/src/tmb_net_server.cc 
b/third_party/src/tmb/src/tmb_net_server.cc
index c2be7ef..abe0efe 100644
--- a/third_party/src/tmb/src/tmb_net_server.cc
+++ b/third_party/src/tmb/src/tmb_net_server.cc
@@ -256,7 +256,7 @@ static bool ValidateTmbImplementation(const char *flagname,
"Invalid value for --%s: %s\n", flagname, value.c_str());
   return false;
 }
-DEFINE_string(tmb_implementation, "nativelog",
+DEFINE_string(tmb_implementation, "purememory",
   "Which underlying TMB implementation to use. Valid choices are "
   "leveldb, nativelog, purememory, sqlite, voltdb, and zookeeper. "
   "Depending on how the TMB library was built, some of these may "



incubator-quickstep git commit: Set the default tmb_implementation value to purememory.

2017-03-05 Thread zuyuz
Repository: incubator-quickstep
Updated Branches:
  refs/heads/master e3d2aa1dd -> d81ca0869


Set the default tmb_implementation value to purememory.


Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/d81ca086
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/d81ca086
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/d81ca086

Branch: refs/heads/master
Commit: d81ca08691bb2f07da1d52bdc756e3830753569d
Parents: e3d2aa1
Author: Zuyu Zhang 
Authored: Sun Mar 5 02:29:14 2017 -0800
Committer: Zuyu Zhang 
Committed: Sun Mar 5 02:29:14 2017 -0800

--
 third_party/src/tmb/src/tmb_net_server.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/d81ca086/third_party/src/tmb/src/tmb_net_server.cc
--
diff --git a/third_party/src/tmb/src/tmb_net_server.cc 
b/third_party/src/tmb/src/tmb_net_server.cc
index c2be7ef..abe0efe 100644
--- a/third_party/src/tmb/src/tmb_net_server.cc
+++ b/third_party/src/tmb/src/tmb_net_server.cc
@@ -256,7 +256,7 @@ static bool ValidateTmbImplementation(const char *flagname,
"Invalid value for --%s: %s\n", flagname, value.c_str());
   return false;
 }
-DEFINE_string(tmb_implementation, "nativelog",
+DEFINE_string(tmb_implementation, "purememory",
   "Which underlying TMB implementation to use. Valid choices are "
   "leveldb, nativelog, purememory, sqlite, voltdb, and zookeeper. "
   "Depending on how the TMB library was built, some of these may "



[3/5] incubator-quickstep git commit: Set the default tmb_implementation value to purememory.

2017-03-04 Thread zuyuz
Set the default tmb_implementation value to purememory.


Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/749d0160
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/749d0160
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/749d0160

Branch: refs/heads/dist-patch
Commit: 749d01607eab692b69cbaa4e1c7ffd49a222a70a
Parents: 64bd2c9
Author: Zuyu Zhang 
Authored: Sat Feb 11 11:17:55 2017 -0800
Committer: Zuyu Zhang 
Committed: Sat Mar 4 03:19:02 2017 -0800

--
 third_party/src/tmb/src/tmb_net_server.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/749d0160/third_party/src/tmb/src/tmb_net_server.cc
--
diff --git a/third_party/src/tmb/src/tmb_net_server.cc 
b/third_party/src/tmb/src/tmb_net_server.cc
index c2be7ef..abe0efe 100644
--- a/third_party/src/tmb/src/tmb_net_server.cc
+++ b/third_party/src/tmb/src/tmb_net_server.cc
@@ -256,7 +256,7 @@ static bool ValidateTmbImplementation(const char *flagname,
"Invalid value for --%s: %s\n", flagname, value.c_str());
   return false;
 }
-DEFINE_string(tmb_implementation, "nativelog",
+DEFINE_string(tmb_implementation, "purememory",
   "Which underlying TMB implementation to use. Valid choices are "
   "leveldb, nativelog, purememory, sqlite, voltdb, and zookeeper. "
   "Depending on how the TMB library was built, some of these may "



[6/8] incubator-quickstep git commit: Set the default tmb_implementation value to purememory.

2017-03-03 Thread zuyuz
Set the default tmb_implementation value to purememory.


Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/04b5f7e0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/04b5f7e0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/04b5f7e0

Branch: refs/heads/dist-patch
Commit: 04b5f7e07973cfc2e9267a8d15178920ad5d88c5
Parents: e37ec54
Author: Zuyu Zhang 
Authored: Sat Feb 11 11:17:55 2017 -0800
Committer: Zuyu Zhang 
Committed: Fri Mar 3 04:14:37 2017 -0800

--
 third_party/src/tmb/src/tmb_net_server.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/04b5f7e0/third_party/src/tmb/src/tmb_net_server.cc
--
diff --git a/third_party/src/tmb/src/tmb_net_server.cc 
b/third_party/src/tmb/src/tmb_net_server.cc
index c2be7ef..abe0efe 100644
--- a/third_party/src/tmb/src/tmb_net_server.cc
+++ b/third_party/src/tmb/src/tmb_net_server.cc
@@ -256,7 +256,7 @@ static bool ValidateTmbImplementation(const char *flagname,
"Invalid value for --%s: %s\n", flagname, value.c_str());
   return false;
 }
-DEFINE_string(tmb_implementation, "nativelog",
+DEFINE_string(tmb_implementation, "purememory",
   "Which underlying TMB implementation to use. Valid choices are "
   "leveldb, nativelog, purememory, sqlite, voltdb, and zookeeper. "
   "Depending on how the TMB library was built, some of these may "



[21/24] incubator-quickstep git commit: Set the default tmb_implementation value to purememory.

2017-03-01 Thread zuyuz
Set the default tmb_implementation value to purememory.


Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/3842c6e1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/3842c6e1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/3842c6e1

Branch: refs/heads/dist-patch
Commit: 3842c6e15611331417c11313b54b299240f05b14
Parents: 87bbb26
Author: Zuyu Zhang 
Authored: Sat Feb 11 11:17:55 2017 -0800
Committer: Zuyu Zhang 
Committed: Wed Mar 1 14:43:01 2017 -0800

--
 third_party/src/tmb/src/tmb_net_server.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/3842c6e1/third_party/src/tmb/src/tmb_net_server.cc
--
diff --git a/third_party/src/tmb/src/tmb_net_server.cc 
b/third_party/src/tmb/src/tmb_net_server.cc
index c2be7ef..abe0efe 100644
--- a/third_party/src/tmb/src/tmb_net_server.cc
+++ b/third_party/src/tmb/src/tmb_net_server.cc
@@ -256,7 +256,7 @@ static bool ValidateTmbImplementation(const char *flagname,
"Invalid value for --%s: %s\n", flagname, value.c_str());
   return false;
 }
-DEFINE_string(tmb_implementation, "nativelog",
+DEFINE_string(tmb_implementation, "purememory",
   "Which underlying TMB implementation to use. Valid choices are "
   "leveldb, nativelog, purememory, sqlite, voltdb, and zookeeper. "
   "Depending on how the TMB library was built, some of these may "



[6/6] incubator-quickstep git commit: Set the default tmb_implementation value to purememory.

2017-02-11 Thread zuyuz
Set the default tmb_implementation value to purememory.


Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/afdd4123
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/afdd4123
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/afdd4123

Branch: refs/heads/dist-patch
Commit: afdd4123fe5cf1827a0a877e32ecf467521dba43
Parents: e96410a
Author: Zuyu Zhang 
Authored: Sat Feb 11 11:17:55 2017 -0800
Committer: Zuyu Zhang 
Committed: Sat Feb 11 12:55:48 2017 -0800

--
 third_party/src/tmb/src/tmb_net_server.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/afdd4123/third_party/src/tmb/src/tmb_net_server.cc
--
diff --git a/third_party/src/tmb/src/tmb_net_server.cc 
b/third_party/src/tmb/src/tmb_net_server.cc
index c2be7ef..abe0efe 100644
--- a/third_party/src/tmb/src/tmb_net_server.cc
+++ b/third_party/src/tmb/src/tmb_net_server.cc
@@ -256,7 +256,7 @@ static bool ValidateTmbImplementation(const char *flagname,
"Invalid value for --%s: %s\n", flagname, value.c_str());
   return false;
 }
-DEFINE_string(tmb_implementation, "nativelog",
+DEFINE_string(tmb_implementation, "purememory",
   "Which underlying TMB implementation to use. Valid choices are "
   "leveldb, nativelog, purememory, sqlite, voltdb, and zookeeper. "
   "Depending on how the TMB library was built, some of these may "



[4/5] incubator-quickstep git commit: Set the default tmb_implementation value to purememory.

2017-02-11 Thread zuyuz
Set the default tmb_implementation value to purememory.


Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/154084e6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/154084e6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/154084e6

Branch: refs/heads/dist-patch
Commit: 154084e600f0ff44b78b24366da1629b6c1ac392
Parents: 0bcf5ff
Author: Zuyu Zhang 
Authored: Sat Feb 11 11:17:55 2017 -0800
Committer: Zuyu Zhang 
Committed: Sat Feb 11 11:33:15 2017 -0800

--
 third_party/src/tmb/src/tmb_net_server.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/154084e6/third_party/src/tmb/src/tmb_net_server.cc
--
diff --git a/third_party/src/tmb/src/tmb_net_server.cc 
b/third_party/src/tmb/src/tmb_net_server.cc
index c2be7ef..abe0efe 100644
--- a/third_party/src/tmb/src/tmb_net_server.cc
+++ b/third_party/src/tmb/src/tmb_net_server.cc
@@ -256,7 +256,7 @@ static bool ValidateTmbImplementation(const char *flagname,
"Invalid value for --%s: %s\n", flagname, value.c_str());
   return false;
 }
-DEFINE_string(tmb_implementation, "nativelog",
+DEFINE_string(tmb_implementation, "purememory",
   "Which underlying TMB implementation to use. Valid choices are "
   "leveldb, nativelog, purememory, sqlite, voltdb, and zookeeper. "
   "Depending on how the TMB library was built, some of these may "



[2/3] incubator-quickstep git commit: Set the default tmb_implementation value to purememory.

2017-02-11 Thread zuyuz
Set the default tmb_implementation value to purememory.


Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/97f459c2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/97f459c2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/97f459c2

Branch: refs/heads/dist-patch
Commit: 97f459c26576fab04a0e355fb03698a7d67e6426
Parents: 08a7033
Author: Zuyu Zhang 
Authored: Sat Feb 11 11:17:55 2017 -0800
Committer: Zuyu Zhang 
Committed: Sat Feb 11 11:30:51 2017 -0800

--
 third_party/src/tmb/src/tmb_net_server.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/97f459c2/third_party/src/tmb/src/tmb_net_server.cc
--
diff --git a/third_party/src/tmb/src/tmb_net_server.cc 
b/third_party/src/tmb/src/tmb_net_server.cc
index c2be7ef..abe0efe 100644
--- a/third_party/src/tmb/src/tmb_net_server.cc
+++ b/third_party/src/tmb/src/tmb_net_server.cc
@@ -256,7 +256,7 @@ static bool ValidateTmbImplementation(const char *flagname,
"Invalid value for --%s: %s\n", flagname, value.c_str());
   return false;
 }
-DEFINE_string(tmb_implementation, "nativelog",
+DEFINE_string(tmb_implementation, "purememory",
   "Which underlying TMB implementation to use. Valid choices are "
   "leveldb, nativelog, purememory, sqlite, voltdb, and zookeeper. "
   "Depending on how the TMB library was built, some of these may "