HADOOP-15941. Addendum patch. Contributed by Takanobu Asanuma.
This commit is contained in:
parent
f280f52b20
commit
01405df87f
@ -66,7 +66,7 @@ public void init(Class<?> protocol) {
|
||||
|
||||
/**
|
||||
* Add an RPC processing time sample
|
||||
* @param metName of the RPC call
|
||||
* @param name of the RPC call
|
||||
* @param processingTime the processing time
|
||||
*/
|
||||
//@Override // some instrumentation interface
|
||||
|
@ -2037,6 +2037,16 @@
|
||||
</additionalOptions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<compilerArgs combine.children="append">
|
||||
<arg>--add-exports</arg>
|
||||
<arg>java.naming/com.sun.jndi.ldap=ALL-UNNAMED</arg>
|
||||
</compilerArgs>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
|
Loading…
Reference in New Issue
Block a user