[ 
https://issues.apache.org/jira/browse/HIVE-25207?focusedWorklogId=610687&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-610687
 ]

ASF GitHub Bot logged work on HIVE-25207:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 14/Jun/21 13:58
            Start Date: 14/Jun/21 13:58
    Worklog Time Spent: 10m 
      Work Description: aasha commented on a change in pull request #2356:
URL: https://github.com/apache/hive/pull/2356#discussion_r650972687



##########
File path: 
ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplLoadWorkMBean.java
##########
@@ -0,0 +1,58 @@
+/*
+ * 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.hadoop.hive.ql.exec.repl;
+
+public interface ReplLoadWorkMBean {
+
+  /**
+   * Gets the name of the database which is being loaded.
+   * @return the source database name.
+   */
+  public String getSourceDatabase();
+
+  /**
+   * Gets the name of the database on which load is happening.
+   * @return the target database name.
+   */
+  public String getTargetDatabase();
+
+  /**
+   * Gets the stage of Replication.
+   * @return INCREMENTAL or BOOTSTRAP load.
+   */
+  public String getStage();
+
+  /**
+   * Gets the name of scheduled query being run.
+   * @return the name of the scheduled query.
+   */
+  public String getScheduledQueryName();

Review comment:
       what about current event id?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 610687)
    Time Spent: 1h  (was: 50m)

> Expose incremental load statistics via JMX
> ------------------------------------------
>
>                 Key: HIVE-25207
>                 URL: https://issues.apache.org/jira/browse/HIVE-25207
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Ayush Saxena
>            Assignee: Ayush Saxena
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Expose the incremental load details and statistics at per policy level in the 
> JMX.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to