[HUDI-121] Remove leftover notice file and replace com.uber.hoodie with org.apache.hudi in log4j properties
This commit is contained in:
committed by
Balaji Varadarajan
parent
7dd9c74b1b
commit
9b66ea41fd
@@ -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 -->
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user