Skip to content

Commit

Permalink
HIVE-27560: [2.3] Enhancing compatibility with Guava (#4542)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuciferYang committed Aug 17, 2023
1 parent 2469d9e commit 9c2aee4
Show file tree
Hide file tree
Showing 32 changed files with 1,010 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@

package org.apache.hadoop.hive.common;

import com.google.common.base.Objects;

import org.apache.hadoop.metrics2.MetricsInfo;

import org.apache.hive.common.guava.Objects;

/**
* JVM and logging related metrics info instances. Ported from Hadoop JvmMetricsInfo.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

import com.google.common.base.Joiner;
import com.google.common.base.Preconditions;
import com.google.common.base.Stopwatch;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import com.google.common.collect.Sets;
Expand All @@ -29,6 +28,7 @@
import org.apache.hadoop.hive.common.metrics.common.MetricsConstant;
import org.apache.hadoop.hive.common.metrics.common.MetricsFactory;
import org.apache.hadoop.util.Daemon;
import org.apache.hive.common.guava.Stopwatch;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

Expand Down
Loading

0 comments on commit 9c2aee4

Please sign in to comment.