You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ch...@apache.org on 2019/09/24 22:06:47 UTC

[phoenix] branch 4.x-HBase-1.5 updated: PHOENIX-5439: phoenix build fails with hadoop.profile=2

This is an automated email from the ASF dual-hosted git repository.

chinmayskulkarni pushed a commit to branch 4.x-HBase-1.5
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x-HBase-1.5 by this push:
     new 475d542  PHOENIX-5439: phoenix build fails with hadoop.profile=2
475d542 is described below

commit 475d5429795d880951ebf2f6991d20349a2198b5
Author: Chinmay Kulkarni <ch...@gmail.com>
AuthorDate: Tue Sep 24 14:46:27 2019 -0700

    PHOENIX-5439: phoenix build fails with hadoop.profile=2
    
    Signed-off-by: Chinmay Kulkarni <ch...@apache.org>
---
 .../hbase/index/master/IndexMasterObserver.java    | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/phoenix-core/src/main/java/org/apache/phoenix/hbase/index/master/IndexMasterObserver.java b/phoenix-core/src/main/java/org/apache/phoenix/hbase/index/master/IndexMasterObserver.java
deleted file mode 100644
index 2f83f8d..0000000
--- a/phoenix-core/src/main/java/org/apache/phoenix/hbase/index/master/IndexMasterObserver.java
+++ /dev/null
@@ -1,28 +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 org.apache.phoenix.hbase.index.master;
-
-import org.apache.hadoop.hbase.coprocessor.BaseMasterObserver;
-
-/**
- * Defines of coprocessor hooks(to support secondary indexing) of operations on
- * {@link org.apache.hadoop.hbase.master.HMaster} process.
- */
-public class IndexMasterObserver extends BaseMasterObserver {
-
-}