"Map input records=4486906030" ---所有MapTask从HDFS读取的文件总行数 Map output records=93940285 ---MapTask的直接输出record是多少,就是在map方法中调用 context.write的次数,也就是未经过Combine时的原生输出条数。 Map output bytes=5011599765 ---Map的输出结果key/value都会被序列化到内存缓冲区中, 所以这里...
2 changes: 1 addition & 1 deletion 2 java/src/main/java/org/msgpack/rpc/dispatcher/MethodDispatcher.java Original file line numberDiff line numberDiff line change @@ -48,7 +48,7 @@ public MethodDispatcher(Object target, Method[] methods) { this.methodMap = new HashMap<String, Invoker>...
Map<String, String> providerList = new HashMap<>(); OAUTH2 oauth = applicationProperties.getSecurity().getOAUTH2(); OAUTH2 oauth = applicationProperties.getSecurity().getOauth2(); if (oauth != null) { if (oauth.isSettingsValid()) { providerList.put("oidc", oauth.getProvider()); Expa...
新增:KeyGenerators.java 方便进行主键生成策略配置 新增:APT 的 mybatis-flex.properties 文件添加使用 ClassLoader 读取,方便读取 jar 的内容,感谢 @XiaoLin 新增:QueryWrapper 新增 hash join 的支持 新增:QueryWrapper 新增 sql hint 的支持 优化:添加 configuration-processor,实现 yaml 配置自动提示,感谢 @tan90 ...
core-libs/java.util:collections ➜New Methods to Create Preallocated HashMaps and HashSets JDK-8186958 New static factory methods have been introduced to allow creation ofHashMapand related instances that are preallocated to accommodate an expected number of mappings or elements. After using theHas...
JMXConnector connector = null; try { HashMap environment = new HashMap(); String[] credentials = new String[]{"admin", "Password123!"}; environment.put(JMXConnector.CREDENTIALS, credentials); // HornetQ used the protocol "remoting-jmx" and port "9999" JMX...
In addition to the Coherence caches (those objects obtained through a Coherence cache factory), several other supporting classes in Coherence also implement theObservableMapinterface: ObservableHashMap LocalCache OverflowMap NearCache ReadWriteBackingMap ...
websocket: avoid wrapping IOException in IllegalStateException (#6326, rep by James Byatt) jdk: EventManager need to use ConcurrentHashMap.putIfAbsent, not Map.putIfAbsent (#6331, rep by alis) config: openssl-protocol, openssl-cipher-suite, openssl-chain-file (#6316) health: avoid reporting time...
putting such values in unknown fields. Java * Revert "Standardize on Array copyOf" (#9400) * Resolve more java field accessor name conflicts (#8198) * Don't support map fields in DynamicMessage.Builder.{getFieldBuilder,getRepeatedFieldBuilder} ...
> -import java.io.InputStream; > -import java.io.InputStreamReader; > import java.io.OutputStream; > import java.util.Map; > > @@ -33,18 +29,17 @@ > import org.jruby.RubyException; > import org.jruby.RubyIO; > import org.jruby.RubyHash; ...