[13/50] [abbrv] phoenix git commit: Fix Apache RAT warnings

2018-07-25 Thread elserj
Fix Apache RAT warnings


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

Branch: refs/heads/4.x-HBase-1.4
Commit: b19fde2c5f2b4df957b9d880a1a7a7036f45453a
Parents: d6012ca
Author: Mujtaba 
Authored: Fri May 25 16:43:51 2018 -0700
Committer: Mujtaba 
Committed: Fri May 25 16:43:51 2018 -0700

--
 .../end2end/index/MutableIndexRebuilderIT.java| 18 ++
 1 file changed, 18 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/b19fde2c/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexRebuilderIT.java
--
diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexRebuilderIT.java
 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexRebuilderIT.java
index 8420f16..a3af20d 100644
--- 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexRebuilderIT.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexRebuilderIT.java
@@ -1,3 +1,21 @@
+/*
+ * 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 org.apache.phoenix.end2end.index;
 
 import static org.junit.Assert.assertEquals;



phoenix git commit: Fix Apache RAT warnings

2018-05-25 Thread mujtaba
Repository: phoenix
Updated Branches:
  refs/heads/master d6012ca19 -> b19fde2c5


Fix Apache RAT warnings


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

Branch: refs/heads/master
Commit: b19fde2c5f2b4df957b9d880a1a7a7036f45453a
Parents: d6012ca
Author: Mujtaba 
Authored: Fri May 25 16:43:51 2018 -0700
Committer: Mujtaba 
Committed: Fri May 25 16:43:51 2018 -0700

--
 .../end2end/index/MutableIndexRebuilderIT.java| 18 ++
 1 file changed, 18 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/b19fde2c/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexRebuilderIT.java
--
diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexRebuilderIT.java
 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexRebuilderIT.java
index 8420f16..a3af20d 100644
--- 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexRebuilderIT.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexRebuilderIT.java
@@ -1,3 +1,21 @@
+/*
+ * 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 org.apache.phoenix.end2end.index;
 
 import static org.junit.Assert.assertEquals;



phoenix git commit: Fix Apache RAT warnings

2015-10-15 Thread mujtaba
Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.0 ca781e18b -> c48f7790b


Fix Apache RAT warnings


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

Branch: refs/heads/4.x-HBase-1.0
Commit: c48f7790bd9fc528fb43a910629553ce179222be
Parents: ca781e1
Author: Mujtaba 
Authored: Thu Oct 15 14:11:39 2015 -0700
Committer: Mujtaba 
Committed: Thu Oct 15 14:11:39 2015 -0700

--
 .../apache/phoenix/end2end/ConnectionUtilIT.java  | 18 ++
 .../phoenix/iterate/PhoenixQueryTimeoutIT.java| 17 +
 .../phoenix/pherf/util/GoogleChartGenerator.java  | 18 ++
 phoenix-tracing-webapp/pom.xml| 11 +++
 4 files changed, 64 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/c48f7790/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConnectionUtilIT.java
--
diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConnectionUtilIT.java 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConnectionUtilIT.java
index e502fac..babad81 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConnectionUtilIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConnectionUtilIT.java
@@ -1,3 +1,21 @@
+/*
+ * 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 org.apache.phoenix.end2end;
 
 import static org.apache.phoenix.query.BaseTest.setUpConfigForMiniCluster;

http://git-wip-us.apache.org/repos/asf/phoenix/blob/c48f7790/phoenix-core/src/it/java/org/apache/phoenix/iterate/PhoenixQueryTimeoutIT.java
--
diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/iterate/PhoenixQueryTimeoutIT.java
 
b/phoenix-core/src/it/java/org/apache/phoenix/iterate/PhoenixQueryTimeoutIT.java
index 814da86..8399362 100644
--- 
a/phoenix-core/src/it/java/org/apache/phoenix/iterate/PhoenixQueryTimeoutIT.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/iterate/PhoenixQueryTimeoutIT.java
@@ -1,3 +1,20 @@
+/*
+ * 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 org.apache.phoenix.iterate;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/phoenix/blob/c48f7790/phoenix-pherf/src/main/java/org/apache/phoenix/pherf/util/GoogleChartGenerator.java
--
diff --git 
a/phoenix-pherf/src/main/java/org/apache/phoenix/pherf/util/GoogleChartGenerator.java
 
b/phoenix-pherf/src/main/java/org/apache/phoenix/pherf/util/GoogleChartGenerator.java
index 37f29e7..8a9fef5 100644
--- 
a/phoenix-pherf/src/main/java/org/apache/phoenix/pherf/util/GoogleChartGenerator.java
+++ 
b/phoenix-pherf/src/main/java/org/apache/phoenix/pherf/util/GoogleChartGenerator.java
@@ -1,3 +1,21 @@
+/*
+ * 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 

phoenix git commit: Fix Apache RAT warnings

2015-10-15 Thread mujtaba
Repository: phoenix
Updated Branches:
  refs/heads/master bf0cafc33 -> 2e848f64e


Fix Apache RAT warnings


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

Branch: refs/heads/master
Commit: 2e848f64eb07a2967c22f16d976c861a5b5a3466
Parents: bf0cafc
Author: Mujtaba 
Authored: Thu Oct 15 14:09:44 2015 -0700
Committer: Mujtaba 
Committed: Thu Oct 15 14:09:44 2015 -0700

--
 .../apache/phoenix/end2end/ConnectionUtilIT.java  | 18 ++
 .../phoenix/iterate/PhoenixQueryTimeoutIT.java| 17 +
 .../phoenix/pherf/util/GoogleChartGenerator.java  | 18 ++
 phoenix-tracing-webapp/pom.xml| 11 +++
 4 files changed, 64 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/2e848f64/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConnectionUtilIT.java
--
diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConnectionUtilIT.java 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConnectionUtilIT.java
index e502fac..babad81 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConnectionUtilIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConnectionUtilIT.java
@@ -1,3 +1,21 @@
+/*
+ * 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 org.apache.phoenix.end2end;
 
 import static org.apache.phoenix.query.BaseTest.setUpConfigForMiniCluster;

http://git-wip-us.apache.org/repos/asf/phoenix/blob/2e848f64/phoenix-core/src/it/java/org/apache/phoenix/iterate/PhoenixQueryTimeoutIT.java
--
diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/iterate/PhoenixQueryTimeoutIT.java
 
b/phoenix-core/src/it/java/org/apache/phoenix/iterate/PhoenixQueryTimeoutIT.java
index 814da86..8399362 100644
--- 
a/phoenix-core/src/it/java/org/apache/phoenix/iterate/PhoenixQueryTimeoutIT.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/iterate/PhoenixQueryTimeoutIT.java
@@ -1,3 +1,20 @@
+/*
+ * 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 org.apache.phoenix.iterate;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/phoenix/blob/2e848f64/phoenix-pherf/src/main/java/org/apache/phoenix/pherf/util/GoogleChartGenerator.java
--
diff --git 
a/phoenix-pherf/src/main/java/org/apache/phoenix/pherf/util/GoogleChartGenerator.java
 
b/phoenix-pherf/src/main/java/org/apache/phoenix/pherf/util/GoogleChartGenerator.java
index 37f29e7..8a9fef5 100644
--- 
a/phoenix-pherf/src/main/java/org/apache/phoenix/pherf/util/GoogleChartGenerator.java
+++ 
b/phoenix-pherf/src/main/java/org/apache/phoenix/pherf/util/GoogleChartGenerator.java
@@ -1,3 +1,21 @@
+/*
+ * 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

phoenix git commit: Fix Apache RAT warnings

2015-10-15 Thread mujtaba
Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 cff5f66fb -> b8eea1f64


Fix Apache RAT warnings


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

Branch: refs/heads/4.x-HBase-0.98
Commit: b8eea1f64c80cbb338e8758352931f8d2aea7491
Parents: cff5f66
Author: Mujtaba 
Authored: Thu Oct 15 14:10:38 2015 -0700
Committer: Mujtaba 
Committed: Thu Oct 15 14:10:38 2015 -0700

--
 .../apache/phoenix/end2end/ConnectionUtilIT.java  | 18 ++
 .../phoenix/iterate/PhoenixQueryTimeoutIT.java| 17 +
 .../phoenix/pherf/util/GoogleChartGenerator.java  | 18 ++
 phoenix-tracing-webapp/pom.xml| 11 +++
 4 files changed, 64 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/b8eea1f6/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConnectionUtilIT.java
--
diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConnectionUtilIT.java 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConnectionUtilIT.java
index e502fac..babad81 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConnectionUtilIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConnectionUtilIT.java
@@ -1,3 +1,21 @@
+/*
+ * 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 org.apache.phoenix.end2end;
 
 import static org.apache.phoenix.query.BaseTest.setUpConfigForMiniCluster;

http://git-wip-us.apache.org/repos/asf/phoenix/blob/b8eea1f6/phoenix-core/src/it/java/org/apache/phoenix/iterate/PhoenixQueryTimeoutIT.java
--
diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/iterate/PhoenixQueryTimeoutIT.java
 
b/phoenix-core/src/it/java/org/apache/phoenix/iterate/PhoenixQueryTimeoutIT.java
index 814da86..8399362 100644
--- 
a/phoenix-core/src/it/java/org/apache/phoenix/iterate/PhoenixQueryTimeoutIT.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/iterate/PhoenixQueryTimeoutIT.java
@@ -1,3 +1,20 @@
+/*
+ * 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 org.apache.phoenix.iterate;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/phoenix/blob/b8eea1f6/phoenix-pherf/src/main/java/org/apache/phoenix/pherf/util/GoogleChartGenerator.java
--
diff --git 
a/phoenix-pherf/src/main/java/org/apache/phoenix/pherf/util/GoogleChartGenerator.java
 
b/phoenix-pherf/src/main/java/org/apache/phoenix/pherf/util/GoogleChartGenerator.java
index 37f29e7..8a9fef5 100644
--- 
a/phoenix-pherf/src/main/java/org/apache/phoenix/pherf/util/GoogleChartGenerator.java
+++ 
b/phoenix-pherf/src/main/java/org/apache/phoenix/pherf/util/GoogleChartGenerator.java
@@ -1,3 +1,21 @@
+/*
+ * 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 

phoenix git commit: Fix Apache RAT warnings

2015-08-13 Thread mujtaba
Repository: phoenix
Updated Branches:
  refs/heads/4.5-HBase-1.1 2647bb38e - 11f569d53


Fix Apache RAT warnings


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

Branch: refs/heads/4.5-HBase-1.1
Commit: 11f569d5303cd8288fad4de569c886c571165045
Parents: 2647bb3
Author: Mujtaba mujt...@apache.org
Authored: Thu Aug 13 13:22:16 2015 -0700
Committer: Mujtaba mujt...@apache.org
Committed: Thu Aug 13 13:22:16 2015 -0700

--
 .../apache/phoenix/expression/NullValueTest.java | 17 +
 .../resources/datamodel/test_schema_mt_view.sql  | 19 ++-
 2 files changed, 35 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/11f569d5/phoenix-core/src/test/java/org/apache/phoenix/expression/NullValueTest.java
--
diff --git 
a/phoenix-core/src/test/java/org/apache/phoenix/expression/NullValueTest.java 
b/phoenix-core/src/test/java/org/apache/phoenix/expression/NullValueTest.java
index d5addf0..eeddad3 100644
--- 
a/phoenix-core/src/test/java/org/apache/phoenix/expression/NullValueTest.java
+++ 
b/phoenix-core/src/test/java/org/apache/phoenix/expression/NullValueTest.java
@@ -1,3 +1,20 @@
+/*
+ * 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 org.apache.phoenix.expression;
 
 import static org.apache.phoenix.util.TestUtil.TEST_PROPERTIES;

http://git-wip-us.apache.org/repos/asf/phoenix/blob/11f569d5/phoenix-pherf/src/test/resources/datamodel/test_schema_mt_view.sql
--
diff --git a/phoenix-pherf/src/test/resources/datamodel/test_schema_mt_view.sql 
b/phoenix-pherf/src/test/resources/datamodel/test_schema_mt_view.sql
index 5f5d7ec..26549fd 100644
--- a/phoenix-pherf/src/test/resources/datamodel/test_schema_mt_view.sql
+++ b/phoenix-pherf/src/test/resources/datamodel/test_schema_mt_view.sql
@@ -1 +1,18 @@
-CREATE VIEW IF NOT EXISTS PHERF.TEST_VIEW (field1 VARCHAR, field2 VARCHAR) AS 
SELECT * FROM PHERF.TEST_MULTI_TENANT_TABLE
\ No newline at end of file
+/*
+  -- 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.
+*/
+CREATE VIEW IF NOT EXISTS PHERF.TEST_VIEW (field1 VARCHAR, field2 VARCHAR) AS 
SELECT * FROM PHERF.TEST_MULTI_TENANT_TABLE



phoenix git commit: Fix Apache RAT warnings

2015-08-13 Thread mujtaba
Repository: phoenix
Updated Branches:
  refs/heads/4.5-HBase-0.98 d46942886 - cbf13010d


Fix Apache RAT warnings


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

Branch: refs/heads/4.5-HBase-0.98
Commit: cbf13010dcd49f3ebfc7227d200ebcf5cd1837cc
Parents: d469428
Author: Mujtaba mujt...@apache.org
Authored: Thu Aug 13 13:23:49 2015 -0700
Committer: Mujtaba mujt...@apache.org
Committed: Thu Aug 13 13:23:49 2015 -0700

--
 .../apache/phoenix/expression/NullValueTest.java | 17 +
 .../resources/datamodel/test_schema_mt_view.sql  | 19 ++-
 2 files changed, 35 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/cbf13010/phoenix-core/src/test/java/org/apache/phoenix/expression/NullValueTest.java
--
diff --git 
a/phoenix-core/src/test/java/org/apache/phoenix/expression/NullValueTest.java 
b/phoenix-core/src/test/java/org/apache/phoenix/expression/NullValueTest.java
index d5addf0..eeddad3 100644
--- 
a/phoenix-core/src/test/java/org/apache/phoenix/expression/NullValueTest.java
+++ 
b/phoenix-core/src/test/java/org/apache/phoenix/expression/NullValueTest.java
@@ -1,3 +1,20 @@
+/*
+ * 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 org.apache.phoenix.expression;
 
 import static org.apache.phoenix.util.TestUtil.TEST_PROPERTIES;

http://git-wip-us.apache.org/repos/asf/phoenix/blob/cbf13010/phoenix-pherf/src/test/resources/datamodel/test_schema_mt_view.sql
--
diff --git a/phoenix-pherf/src/test/resources/datamodel/test_schema_mt_view.sql 
b/phoenix-pherf/src/test/resources/datamodel/test_schema_mt_view.sql
index 5f5d7ec..26549fd 100644
--- a/phoenix-pherf/src/test/resources/datamodel/test_schema_mt_view.sql
+++ b/phoenix-pherf/src/test/resources/datamodel/test_schema_mt_view.sql
@@ -1 +1,18 @@
-CREATE VIEW IF NOT EXISTS PHERF.TEST_VIEW (field1 VARCHAR, field2 VARCHAR) AS 
SELECT * FROM PHERF.TEST_MULTI_TENANT_TABLE
\ No newline at end of file
+/*
+  -- 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.
+*/
+CREATE VIEW IF NOT EXISTS PHERF.TEST_VIEW (field1 VARCHAR, field2 VARCHAR) AS 
SELECT * FROM PHERF.TEST_MULTI_TENANT_TABLE



phoenix git commit: Fix Apache RAT warnings

2015-07-22 Thread mujtaba
Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.0 14ea67c54 - 87a30f0bf


Fix Apache RAT warnings


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

Branch: refs/heads/4.x-HBase-1.0
Commit: 87a30f0bf851fae3a442a4ff7e84b027d82ca3bc
Parents: 14ea67c
Author: Mujtaba mujt...@apache.org
Authored: Wed Jul 22 20:58:28 2015 -0700
Committer: Mujtaba mujt...@apache.org
Committed: Wed Jul 22 20:58:28 2015 -0700

--
 .../org/apache/phoenix/rpc/UpdateCacheIT.java| 17 +
 .../phoenix/compile/ListJarsQueryPlan.java   | 17 +
 .../expression/function/ArrayFillFunction.java   | 17 +
 .../apache/phoenix/parse/DeleteJarStatement.java | 17 +
 .../phoenix/schema/SequenceAllocation.java   | 19 ++-
 .../phoenix/schema/SequenceAllocationTest.java   | 17 +
 .../apache/phoenix/pherf/workload/Workload.java  | 17 +
 .../phoenix/pig/udf/ReserveNSequenceTestIT.java  | 16 +++-
 8 files changed, 135 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/87a30f0b/phoenix-core/src/it/java/org/apache/phoenix/rpc/UpdateCacheIT.java
--
diff --git a/phoenix-core/src/it/java/org/apache/phoenix/rpc/UpdateCacheIT.java 
b/phoenix-core/src/it/java/org/apache/phoenix/rpc/UpdateCacheIT.java
index c657e41..b7f880a 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/rpc/UpdateCacheIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/rpc/UpdateCacheIT.java
@@ -1,3 +1,20 @@
+/**
+ * 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 org.apache.phoenix.rpc;
 
 import static org.apache.phoenix.util.TestUtil.INDEX_DATA_SCHEMA;

http://git-wip-us.apache.org/repos/asf/phoenix/blob/87a30f0b/phoenix-core/src/main/java/org/apache/phoenix/compile/ListJarsQueryPlan.java
--
diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/compile/ListJarsQueryPlan.java 
b/phoenix-core/src/main/java/org/apache/phoenix/compile/ListJarsQueryPlan.java
index 9fdf35b..928bdef 100644
--- 
a/phoenix-core/src/main/java/org/apache/phoenix/compile/ListJarsQueryPlan.java
+++ 
b/phoenix-core/src/main/java/org/apache/phoenix/compile/ListJarsQueryPlan.java
@@ -1,3 +1,20 @@
+/**
+ * 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 org.apache.phoenix.compile;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/phoenix/blob/87a30f0b/phoenix-core/src/main/java/org/apache/phoenix/expression/function/ArrayFillFunction.java
--
diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/expression/function/ArrayFillFunction.java
 
b/phoenix-core/src/main/java/org/apache/phoenix/expression/function/ArrayFillFunction.java
index 5c3a2e5..c8db7f9 100644
--- 
a/phoenix-core/src/main/java/org/apache/phoenix/expression/function/ArrayFillFunction.java
+++ 

phoenix git commit: Fix Apache RAT warnings

2015-07-22 Thread mujtaba
Repository: phoenix
Updated Branches:
  refs/heads/master 5076052d5 - 18fefed64


Fix Apache RAT warnings


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

Branch: refs/heads/master
Commit: 18fefed64f1a3194e70915e369da9956b8d75ae9
Parents: 5076052
Author: Mujtaba mujt...@apache.org
Authored: Wed Jul 22 20:57:41 2015 -0700
Committer: Mujtaba mujt...@apache.org
Committed: Wed Jul 22 20:57:41 2015 -0700

--
 .../org/apache/phoenix/rpc/UpdateCacheIT.java| 17 +
 .../phoenix/compile/ListJarsQueryPlan.java   | 17 +
 .../expression/function/ArrayFillFunction.java   | 17 +
 .../apache/phoenix/parse/DeleteJarStatement.java | 17 +
 .../phoenix/schema/SequenceAllocation.java   | 19 ++-
 .../phoenix/schema/SequenceAllocationTest.java   | 17 +
 .../apache/phoenix/pherf/workload/Workload.java  | 17 +
 .../phoenix/pig/udf/ReserveNSequenceTestIT.java  | 16 +++-
 8 files changed, 135 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/18fefed6/phoenix-core/src/it/java/org/apache/phoenix/rpc/UpdateCacheIT.java
--
diff --git a/phoenix-core/src/it/java/org/apache/phoenix/rpc/UpdateCacheIT.java 
b/phoenix-core/src/it/java/org/apache/phoenix/rpc/UpdateCacheIT.java
index c657e41..b7f880a 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/rpc/UpdateCacheIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/rpc/UpdateCacheIT.java
@@ -1,3 +1,20 @@
+/**
+ * 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 org.apache.phoenix.rpc;
 
 import static org.apache.phoenix.util.TestUtil.INDEX_DATA_SCHEMA;

http://git-wip-us.apache.org/repos/asf/phoenix/blob/18fefed6/phoenix-core/src/main/java/org/apache/phoenix/compile/ListJarsQueryPlan.java
--
diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/compile/ListJarsQueryPlan.java 
b/phoenix-core/src/main/java/org/apache/phoenix/compile/ListJarsQueryPlan.java
index 9fdf35b..928bdef 100644
--- 
a/phoenix-core/src/main/java/org/apache/phoenix/compile/ListJarsQueryPlan.java
+++ 
b/phoenix-core/src/main/java/org/apache/phoenix/compile/ListJarsQueryPlan.java
@@ -1,3 +1,20 @@
+/**
+ * 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 org.apache.phoenix.compile;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/phoenix/blob/18fefed6/phoenix-core/src/main/java/org/apache/phoenix/expression/function/ArrayFillFunction.java
--
diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/expression/function/ArrayFillFunction.java
 
b/phoenix-core/src/main/java/org/apache/phoenix/expression/function/ArrayFillFunction.java
index 5c3a2e5..c8db7f9 100644
--- 
a/phoenix-core/src/main/java/org/apache/phoenix/expression/function/ArrayFillFunction.java
+++ 
b/phoenix-core/src/main/java/org/apache/phoenix/expression/function/ArrayFillFunction.java
@@ 

phoenix git commit: Fix Apache RAT warnings

2015-07-22 Thread mujtaba
Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 d3adafc7f - afbd865bd


Fix Apache RAT warnings


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

Branch: refs/heads/4.x-HBase-0.98
Commit: afbd865bdff7b37e64376e24a56922ed1e8d60b8
Parents: d3adafc
Author: Mujtaba mujt...@apache.org
Authored: Wed Jul 22 16:45:45 2015 -0700
Committer: Mujtaba mujt...@apache.org
Committed: Wed Jul 22 16:45:45 2015 -0700

--
 .../apache/phoenix/compile/ListJarsQueryPlan.java  | 17 +
 .../apache/phoenix/parse/DeleteJarStatement.java   | 17 +
 2 files changed, 34 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/afbd865b/phoenix-core/src/main/java/org/apache/phoenix/compile/ListJarsQueryPlan.java
--
diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/compile/ListJarsQueryPlan.java 
b/phoenix-core/src/main/java/org/apache/phoenix/compile/ListJarsQueryPlan.java
index 9fdf35b..4683320 100644
--- 
a/phoenix-core/src/main/java/org/apache/phoenix/compile/ListJarsQueryPlan.java
+++ 
b/phoenix-core/src/main/java/org/apache/phoenix/compile/ListJarsQueryPlan.java
@@ -1,3 +1,20 @@
+/*
+ * 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 org.apache.phoenix.compile;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/phoenix/blob/afbd865b/phoenix-core/src/main/java/org/apache/phoenix/parse/DeleteJarStatement.java
--
diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/parse/DeleteJarStatement.java 
b/phoenix-core/src/main/java/org/apache/phoenix/parse/DeleteJarStatement.java
index 7ccdc72..49bfc02 100644
--- 
a/phoenix-core/src/main/java/org/apache/phoenix/parse/DeleteJarStatement.java
+++ 
b/phoenix-core/src/main/java/org/apache/phoenix/parse/DeleteJarStatement.java
@@ -1,3 +1,20 @@
+/*
+ * 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 org.apache.phoenix.parse;
 
 public class DeleteJarStatement extends MutableStatement {



phoenix git commit: Fix Apache RAT warnings

2015-07-14 Thread mujtaba
Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 177e2f247 - 4198ea6af


Fix Apache RAT warnings


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

Branch: refs/heads/4.x-HBase-0.98
Commit: 4198ea6af48aadc72f120fb3cc7c1c50845989ab
Parents: 177e2f2
Author: Mujtaba mujt...@apache.org
Authored: Tue Jul 14 16:48:15 2015 -0700
Committer: Mujtaba mujt...@apache.org
Committed: Tue Jul 14 16:48:15 2015 -0700

--
 .../org/apache/phoenix/rpc/UpdateCacheIT.java   | 20 +++
 .../expression/function/ArrayFillFunction.java  | 20 +++
 .../phoenix/schema/SequenceAllocation.java  | 21 +++-
 .../phoenix/schema/SequenceAllocationTest.java  | 19 ++
 .../apache/phoenix/pherf/workload/Workload.java | 18 +
 .../phoenix/pig/udf/ReserveNSequenceTestIT.java | 21 ++--
 6 files changed, 116 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/4198ea6a/phoenix-core/src/it/java/org/apache/phoenix/rpc/UpdateCacheIT.java
--
diff --git a/phoenix-core/src/it/java/org/apache/phoenix/rpc/UpdateCacheIT.java 
b/phoenix-core/src/it/java/org/apache/phoenix/rpc/UpdateCacheIT.java
index c657e41..1efe5fb 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/rpc/UpdateCacheIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/rpc/UpdateCacheIT.java
@@ -1,3 +1,23 @@
+/*
+ * Copyright 2010 The Apache Software Foundation
+ *
+ * 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 org.apache.phoenix.rpc;
 
 import static org.apache.phoenix.util.TestUtil.INDEX_DATA_SCHEMA;

http://git-wip-us.apache.org/repos/asf/phoenix/blob/4198ea6a/phoenix-core/src/main/java/org/apache/phoenix/expression/function/ArrayFillFunction.java
--
diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/expression/function/ArrayFillFunction.java
 
b/phoenix-core/src/main/java/org/apache/phoenix/expression/function/ArrayFillFunction.java
index 5c3a2e5..db104e8 100644
--- 
a/phoenix-core/src/main/java/org/apache/phoenix/expression/function/ArrayFillFunction.java
+++ 
b/phoenix-core/src/main/java/org/apache/phoenix/expression/function/ArrayFillFunction.java
@@ -1,3 +1,23 @@
+/*
+ * Copyright 2010 The Apache Software Foundation
+ *
+ * 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 org.apache.phoenix.expression.function;
 
 import java.util.Arrays;

http://git-wip-us.apache.org/repos/asf/phoenix/blob/4198ea6a/phoenix-core/src/main/java/org/apache/phoenix/schema/SequenceAllocation.java
--
diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/schema/SequenceAllocation.java 
b/phoenix-core/src/main/java/org/apache/phoenix/schema/SequenceAllocation.java
index afb4a20..aaccc23 100644
--- 
a/phoenix-core/src/main/java/org/apache/phoenix/schema/SequenceAllocation.java
+++ 
b/phoenix-core/src/main/java/org/apache/phoenix/schema/SequenceAllocation.java
@@ -1,3 +1,22 @@
+/*