spark git commit: [SPARK-10181][SQL] Do kerberos login for credentials during hive client initialization

2015-11-16 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-1.5 bf79a171e -> 51fc152b7 [SPARK-10181][SQL] Do kerberos login for credentials during hive client initialization On driver process start up, UserGroupInformation.loginUserFromKeytab is called with the principal and keytab passed in, and

spark git commit: [SPARK-10181][SQL] Do kerberos login for credentials during hive client initialization

2015-11-15 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-1.6 84f457ad0 -> 2f0f8bb66 [SPARK-10181][SQL] Do kerberos login for credentials during hive client initialization On driver process start up, UserGroupInformation.loginUserFromKeytab is called with the principal and keytab passed in, and

spark git commit: [SPARK-10181][SQL] Do kerberos login for credentials during hive client initialization

2015-11-15 Thread yhuai
Repository: spark Updated Branches: refs/heads/master 3e2e1873b -> 72c1d68b4 [SPARK-10181][SQL] Do kerberos login for credentials during hive client initialization On driver process start up, UserGroupInformation.loginUserFromKeytab is called with the principal and keytab passed in, and