You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by sa...@apache.org on 2015/07/15 01:45:06 UTC

phoenix git commit: PHOENIX-2117 Fix flapping DataIngestIT

Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 8ffd6d8d6 -> 177e2f247


PHOENIX-2117 Fix flapping DataIngestIT


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/177e2f24
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/177e2f24
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/177e2f24

Branch: refs/heads/4.x-HBase-0.98
Commit: 177e2f247cdcb18df7fda5e384983e54c3bdb062
Parents: 8ffd6d8
Author: Samarth <sa...@salesforce.com>
Authored: Tue Jul 14 16:55:19 2015 -0700
Committer: Samarth <sa...@salesforce.com>
Committed: Tue Jul 14 16:56:49 2015 -0700

----------------------------------------------------------------------
 phoenix-pherf/src/test/resources/datamodel/test_schema.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/177e2f24/phoenix-pherf/src/test/resources/datamodel/test_schema.sql
----------------------------------------------------------------------
diff --git a/phoenix-pherf/src/test/resources/datamodel/test_schema.sql b/phoenix-pherf/src/test/resources/datamodel/test_schema.sql
index 162d288..4e6b9d4 100644
--- a/phoenix-pherf/src/test/resources/datamodel/test_schema.sql
+++ b/phoenix-pherf/src/test/resources/datamodel/test_schema.sql
@@ -29,4 +29,4 @@ CREATE TABLE IF NOT EXISTS PHERF.TEST_TABLE (
         PARENT_ID,
         CREATED_DATE DESC
     )
-) VERSIONS=1,MULTI_TENANT=true,SALT_BUCKETS=16
+) VERSIONS=1,MULTI_TENANT=true