1
0

[HUDI-121] Remove leftover notice file and replace com.uber.hoodie with org.apache.hudi in log4j properties

This commit is contained in:
Balaji Varadarajan
2019-10-03 21:12:55 -07:00
committed by Balaji Varadarajan
parent 7dd9c74b1b
commit 9b66ea41fd
28 changed files with 21 additions and 207 deletions

View File

@@ -26,10 +26,6 @@
<artifactId>hudi-hive</artifactId>
<packaging>jar</packaging>
<properties>
<notice.dir>${project.basedir}/src/main/resources/META-INF</notice.dir>
</properties>
<dependencies>
<!-- Hoodie -->

View File

@@ -16,7 +16,7 @@
# limitations under the License.
###
log4j.rootLogger=WARN, A1
log4j.category.com.uber=INFO
log4j.category.org.apache=INFO
log4j.category.org.apache.parquet.hadoop=WARN
log4j.category.parquet.hadoop=WARN
# A1 is set to be a ConsoleAppender.