[GitHub] [incubator-hudi] vinothchandar edited a comment on issue #1354: [HUDI-581] NOTICE need more work as it missing content form included 3rd party ALv2 licensed NOTICE files

2020-03-05 Thread GitBox
vinothchandar edited a comment on issue #1354: [HUDI-581] NOTICE need more work 
as it missing content form included 3rd party ALv2 licensed NOTICE files
URL: https://github.com/apache/incubator-hudi/pull/1354#issuecomment-595352721
 
 
   @smarthi and I chatted more.. 
   
   I filed https://issues.apache.org/jira/browse/HUDI-662 to attribute the 
binaries we distribute via maven.. I will work on that and try to close this 
gap as well. 
   
   We can keep this PR about - attributing non-asf code we have 
adapted/borrowed from other places.. This is already included in the license  
file today..  
   we should check what needs to be added to the NOTICE..  
   
   
   
   


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


With regards,
Apache Git Services


[GitHub] [incubator-hudi] vinothchandar edited a comment on issue #1354: [HUDI-581] NOTICE need more work as it missing content form included 3rd party ALv2 licensed NOTICE files

2020-03-03 Thread GitBox
vinothchandar edited a comment on issue #1354: [HUDI-581] NOTICE need more work 
as it missing content form included 3rd party ALv2 licensed NOTICE files
URL: https://github.com/apache/incubator-hudi/pull/1354#issuecomment-594110870
 
 
   This should be entire list on non-apache deps
   
   ```
   incubator-hudi$ grep -h "" packaging/*/pom.xml | sed -e 's/^[ 
\t]*//' | grep -v "org.apache" | sort | uniq
   com.101tec:zkclient
   com.beust:jcommander
   com.esotericsoftware:kryo-shaded
   com.esotericsoftware:minlog
   com.fasterxml.jackson.core:jackson-annotations
   com.fasterxml.jackson.core:jackson-core
   com.fasterxml.jackson.core:jackson-databind
   com.twitter:bijection-avro_${scala.binary.version}
   com.twitter:bijection-core_${scala.binary.version}
   com.yammer.metrics:metrics-core
   io.confluent:common-config
   io.confluent:common-utils
   io.confluent:kafka-avro-serializer
   io.confluent:kafka-schema-registry-client
   io.dropwizard.metrics:metrics-core
   io.dropwizard.metrics:metrics-graphite
   io.javalin:javalin
   log4j:log4j
   org.antlr:stringtemplate
   org.codehaus.jackson:jackson-core-asl
   org.codehaus.jackson:jackson-mapper-asl
   org.eclipse.jetty:*
   org.eclipse.jetty:jetty-client
   org.eclipse.jetty:jetty-http
   org.eclipse.jetty:jetty-io
   org.eclipse.jetty:jetty-security
   org.eclipse.jetty:jetty-server
   org.eclipse.jetty:jetty-servlet
   org.eclipse.jetty:jetty-util
   org.eclipse.jetty:jetty-webapp
   org.eclipse.jetty:jetty-xml
   org.eclipse.jetty.websocket:*
   org.eclipse.jetty.websocket:websocket-api
   org.eclipse.jetty.websocket:websocket-client
   org.eclipse.jetty.websocket:websocket-common
   org.eclipse.jetty.websocket:websocket-server
   org.eclipse.jetty.websocket:websocket-servlet
   org.jetbrains:annotations
   org.jetbrains.kotlin:*
   org.jetbrains.kotlin:kotlin-stdlib-common
   org.jetbrains.kotlin:kotlin-stdlib
   org.jetbrains.kotlin:kotlin-stdlib-jdk7
   org.jetbrains.kotlin:kotlin-stdlib-jdk8
   org.mortbay.jetty:jetty
   org.mortbay.jetty:jetty-util
   org.objenesis:objenesis
   org.rocksdb:rocksdbjni
   ```
   
   We explicitly whitelist dependencies that get into bundles.. Will make a 
final pass over the licenses and NOTICE.. and get back here.. 


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


With regards,
Apache Git Services