Hi,
I noticed that HCatOutputFormat uses Hadoop security classes
import org.apache.hadoop.security.UserGroupInformation;
import org.apache.hadoop.security.token.Token;
import org.apache.hadoop.security.token.TokenIdentifier;
import org.apache.hadoop.security.token.TokenSelector;
import
org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier;
This causes problems for non-secure versions of Hadoop.
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/hadoop/security/token/TokenSelector
Are there any plans to support non-secure versions of Hadoop?
Avery