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:02:10 UTC

[phoenix] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/master by this push:
     new 11997d4  PHOENIX-5439: phoenix build fails with hadoop.profile=2
11997d4 is described below

commit 11997d48d1957cf613526f01c5ccbe2812cf095d
Author: Chinmay Kulkarni <ch...@gmail.com>
AuthorDate: Tue Sep 24 14:32:41 2019 -0700

    PHOENIX-5439: phoenix build fails with hadoop.profile=2
    
    Signed-off-by: Chinmay Kulkarni <ch...@gmail.com>
---
 .../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 c2b177a..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.MasterObserver;
-
-/**
- * Defines of coprocessor hooks(to support secondary indexing) of operations on
- * {@link org.apache.hadoop.hbase.master.HMaster} process.
- */
-public class IndexMasterObserver implements MasterObserver {
-
-}