git commit: Remove obsolete split policy required for 2.2.x-3.0/4.0 migration

2014-07-26 Thread jamestaylor
Repository: phoenix
Updated Branches:
  refs/heads/3.0 57b22cfd8 - 2df0594ff


Remove obsolete split policy required for 2.2.x-3.0/4.0 migration


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

Branch: refs/heads/3.0
Commit: 2df0594ff4e2ba9ef0f2756b96ecb4c6cac2c567
Parents: 57b22cf
Author: James Taylor jtay...@salesforce.com
Authored: Sat Jul 26 15:32:18 2014 -0700
Committer: James Taylor jtay...@salesforce.com
Committed: Sat Jul 26 15:32:18 2014 -0700

--
 .../phoenix/schema/MetaDataSplitPolicy.java | 30 
 1 file changed, 30 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/2df0594f/phoenix-core/src/main/java/com/salesforce/phoenix/schema/MetaDataSplitPolicy.java
--
diff --git 
a/phoenix-core/src/main/java/com/salesforce/phoenix/schema/MetaDataSplitPolicy.java
 
b/phoenix-core/src/main/java/com/salesforce/phoenix/schema/MetaDataSplitPolicy.java
deleted file mode 100644
index 7138593..000
--- 
a/phoenix-core/src/main/java/com/salesforce/phoenix/schema/MetaDataSplitPolicy.java
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * License); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package com.salesforce.phoenix.schema;
-
-
-
-/**
- * 
- * Dummy class to allow easy upgrade to Apache Phoenix from previous
- * Salesforce Phoenix. Without this dummy class, the HBase server
- * won't start up.
- *
- */
-public class MetaDataSplitPolicy extends 
org.apache.phoenix.schema.MetaDataSplitPolicy {
-}
\ No newline at end of file



git commit: Remove obsolete split policy required for 2.2.x-3.0/4.0 migration

2014-07-26 Thread jamestaylor
Repository: phoenix
Updated Branches:
  refs/heads/4.0 d16e7c905 - 4cced1bf4


Remove obsolete split policy required for 2.2.x-3.0/4.0 migration


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

Branch: refs/heads/4.0
Commit: 4cced1bf43ab6cad4502cef89a58a14d8fcb1631
Parents: d16e7c9
Author: James Taylor jtay...@salesforce.com
Authored: Sat Jul 26 15:32:48 2014 -0700
Committer: James Taylor jtay...@salesforce.com
Committed: Sat Jul 26 15:32:48 2014 -0700

--
 .../phoenix/schema/MetaDataSplitPolicy.java | 30 
 1 file changed, 30 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/4cced1bf/phoenix-core/src/main/java/com/salesforce/phoenix/schema/MetaDataSplitPolicy.java
--
diff --git 
a/phoenix-core/src/main/java/com/salesforce/phoenix/schema/MetaDataSplitPolicy.java
 
b/phoenix-core/src/main/java/com/salesforce/phoenix/schema/MetaDataSplitPolicy.java
deleted file mode 100644
index 7138593..000
--- 
a/phoenix-core/src/main/java/com/salesforce/phoenix/schema/MetaDataSplitPolicy.java
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * License); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package com.salesforce.phoenix.schema;
-
-
-
-/**
- * 
- * Dummy class to allow easy upgrade to Apache Phoenix from previous
- * Salesforce Phoenix. Without this dummy class, the HBase server
- * won't start up.
- *
- */
-public class MetaDataSplitPolicy extends 
org.apache.phoenix.schema.MetaDataSplitPolicy {
-}
\ No newline at end of file



git commit: Remove obsolete split policy required for 2.2.x-3.0/4.0 migration

2014-07-26 Thread jamestaylor
Repository: phoenix
Updated Branches:
  refs/heads/master d382b3ae3 - caa3ec09b


Remove obsolete split policy required for 2.2.x-3.0/4.0 migration


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

Branch: refs/heads/master
Commit: caa3ec09bc7dcd72e9da93ed5942ce6ec55b0578
Parents: d382b3a
Author: James Taylor jtay...@salesforce.com
Authored: Sat Jul 26 15:33:11 2014 -0700
Committer: James Taylor jtay...@salesforce.com
Committed: Sat Jul 26 15:33:11 2014 -0700

--
 .../phoenix/schema/MetaDataSplitPolicy.java | 30 
 1 file changed, 30 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/caa3ec09/phoenix-core/src/main/java/com/salesforce/phoenix/schema/MetaDataSplitPolicy.java
--
diff --git 
a/phoenix-core/src/main/java/com/salesforce/phoenix/schema/MetaDataSplitPolicy.java
 
b/phoenix-core/src/main/java/com/salesforce/phoenix/schema/MetaDataSplitPolicy.java
deleted file mode 100644
index 7138593..000
--- 
a/phoenix-core/src/main/java/com/salesforce/phoenix/schema/MetaDataSplitPolicy.java
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * License); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package com.salesforce.phoenix.schema;
-
-
-
-/**
- * 
- * Dummy class to allow easy upgrade to Apache Phoenix from previous
- * Salesforce Phoenix. Without this dummy class, the HBase server
- * won't start up.
- *
- */
-public class MetaDataSplitPolicy extends 
org.apache.phoenix.schema.MetaDataSplitPolicy {
-}
\ No newline at end of file