exceptionfactory commented on code in PR #7744:
URL: https://github.com/apache/nifi/pull/7744#discussion_r1327968001


##########
nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml:
##########
@@ -412,6 +412,15 @@
     </dependencies>
     <build>
         <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <environmentVariables>
+                        <JDK_JAVA_OPTIONS>--add-opens 
java.base/java.net=ALL-UNNAMED</JDK_JAVA_OPTIONS>

Review Comment:
   A comment on the reason for this inclusion would be helpful, mentioning the 
offending Hive class.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to