File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
kudu-handler/src/test/org/apache/hadoop/hive/kudu
standalone-metastore/metastore-rest-catalog Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 33
33
34
34
import org .junit .After ;
35
35
import org .junit .Before ;
36
- import org .junit .Rule ;
37
36
import org .junit .Test ;
38
37
39
38
import com .google .common .collect .ImmutableList ;
Original file line number Diff line number Diff line change 21
21
<name >Hive Metastore REST Catalog</name >
22
22
<properties >
23
23
<standalone .metastore.path.to.root>..</standalone .metastore.path.to.root>
24
- <maven .compiler.source>8</maven .compiler.source>
25
- <maven .compiler.target>8</maven .compiler.target>
26
24
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
27
25
<log4j2 .debug>false</log4j2 .debug>
28
26
<hive .version>${project.parent.version} </hive .version>
You can’t perform that action at this time.
0 commit comments