-
Bug
-
Resolution: Done
-
Major
-
None
-
None
- 21.7.1.2. Securing Hot Rod to LDAP Server using SSL
Example 21.5. Hot Rod Client Authentication to LDAP Server is useless, important parts are in different places, I'll try to prepare some example
- 21.7.1.3.1. Configure Hot Rod Authentication (GSSAPI/Kerberos)
better formatting of example for step 4 in Procedure 21.1. Configure SASL GSSAPI/Kerberos Authentication - Client-side Configuration, namely put each ef these commands on separate line:LoginContext lc = new LoginContext("GssExample", new MyCallbackHandler("krb_user", "krb_password".toCharArra()));lc.login();Subject clientSubject = lc.getSubject();
- 21.7.1.3.2. Configure Hot Rod Authentication (MD5)
same as above:ConfigurationBuilder clientBuilder = new ConfigurationBuilder();clientBuilder
and
"qwer1234!".toCharArray()));remoteCacheManager = new RemoteCacheManager(clientBuilder.build());RemoteCache<String, String> cache =
- 23.5. About JTA Transaction Manager Lookup Classes
This chapter, especially Table 23.2. duplicates Table 23.1. Paragraph before table should be probably moved to chapter 23.2 and 23.5 should be removed.
- Chapter 27. Integration with Apache Spark
"Create a RDD" -> "Create aN RDD"
- 28.1. Hadoop Dependencies
<version>0.2.0.ER4-redhat-1</version> should be <version>0.2.0.Final-redhat-1</version>
- 29.1. ConsistentHashFactories
<hash consistentHashFactory shoud be <hash consistent-hash-factory=