Member since
04-11-2016
535
Posts
148
Kudos Received
77
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
9104 | 09-17-2018 06:33 AM | |
2377 | 08-29-2018 07:48 AM | |
3376 | 08-28-2018 12:38 PM | |
2866 | 08-03-2018 05:42 AM | |
2584 | 07-27-2018 04:00 PM |
05-31-2017
07:35 AM
@Michael Grabenstein Could you try running the query after setting property tez.runtime.shuffle.ssl.enable=false and let us know the result?
... View more
05-31-2017
07:29 AM
@mÁRIO Rodrigues This seems to be known issue and Jira DRILL-5214 has been raised for the same.
... View more
05-31-2017
07:28 AM
@mÁRIO Rodrigues
This seems to be known issue and Jira DRILL-5214 has been raised for the same.
... View more
05-17-2017
08:22 AM
@Simon Jesperse The message "WARN ipc.Client:Failed to connect to server: sktudv01hdp02.ccta.dk/172.20.242.53:8032: retries get failed due to exceeded maximum allowed retries number:0" is basically when the sqoop command tries to connect to standby Resource Manager with RM HA enabled and continues to connect to rm2 for spawning the application. "17/05/0417:14:51 INFO client.ConfiguredRMFailoverProxyProvider:Failing over to rm2"
... View more
05-17-2017
06:09 AM
@Varun Singh Are you trying to redirect the output of Hive logging from console? Refer Hive logging.
... View more
05-16-2017
12:43 PM
@Varun Singh Try launching the beeline command as "beeline --silent=true".
... View more
05-16-2017
12:26 PM
@Anish Kumar The issue might be related to Jira HIVE-7711. Try setting `hive.plan.serialization.format=javaXML` and try running shell script again.
... View more
04-06-2017
05:21 AM
@Santhosh B Gowda This is more of a design on how JDBC client needs to be configured with the principal name of HIVESERVER2 to make sure the auth type to be Kerberos. Also, the authentication token would for the user who has valid kerberos ticket while connecting from Beeline. For example, kinit example_user@EXAMPLE.COM jdbc:hive2://zkhost:2181/db;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2;principal=hive/_HOST@EXAMPLE.COM; In this case, the authentication against the KDC would be for user example_user and the auth header would have KERBEROS by specifying the principal of Hiveserver2.
... View more
02-24-2017
09:51 PM
@Joshua Adeleke Issue is related to MySQL limitation. Refer to below links to resolve the same: https://confluence.atlassian.com/fishkb/mysql-database-migration-fails-with-specified-key-was-too-long-max-key-length-is-1000-bytes-298978735.html http://dba.stackexchange.com/questions/76567/how-to-resolve-specified-key-was-too-long-max-key-length-is-767-bytes
... View more