This release fixes two issues that cause an exception that looks something like this:
java.lang.ArrayIndexOutOfBoundsException: 0
at com.datastax.bdp.hadoop.cfs.CassandraFileSystem.mkdir . . .
Issue 1: Array Index Out-Of-Bounds if Hadoop UserGroupInformation (UGI) returns no groups for the user
Resolves the problem caused by directory and file creation when running Mahout.
Issue 2: Array Index Out-Of-Bounds if checking permissions even when dfs.permissions is set to false on all nodes
Resolves the problem of the dfs.permissions setting in core-site.xml being ignored under certain conditions. For example, when submitting a remote job from a user that does not exist on an Analytics node, dfs.permissions set to false did not turn off permission checking as expected. User/group information code continued to be returned, resulting in an exception.
DataStax Enterprise 2.1 extended the DataStax big data platform to include:
With version 2.0 of DataStax Enterprise, DataStax has extended its big data platform to include:
For more detailed information, see About DataStax Enterprise and What’s New in DataStax Enterprise 2.0? white paper.
Do not use SolrJ (Java Interface for Solr) to add cores in DataStax Enterprise.