You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/02/24 15:20:55 UTC

[GitHub] [accumulo] milleruntime commented on a change in pull request #2518: Modified Compression to allow for user-defined algorithms

milleruntime commented on a change in pull request #2518:
URL: https://github.com/apache/accumulo/pull/2518#discussion_r813987566



##########
File path: core/pom.xml
##########
@@ -275,6 +275,10 @@
               <excludes />
               <allows>
                 <allow>io[.]opentelemetry[.]api[.]OpenTelemetry</allow>
+                <allow>org[.]apache[.]hadoop[.]conf[.]Configuration</allow>
+                <allow>org[.]apache[.]hadoop[.]io[.]compress[.]CompressionCodec</allow>
+                <allow>org[.]apache[.]hadoop[.]io[.]compress[.]Decompressor</allow>
+                <allow>org[.]apache[.]hadoop[.]io[.]compress[.]Compressor</allow>

Review comment:
       You could just create our own type for SPI and make all the Hadoop types internal private variables




-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org