Sahil Takiar created HIVE-17929: ----------------------------------- Summary: Use sessionId for HoS Remote Driver Client id Key: HIVE-17929 URL: https://issues.apache.org/jira/browse/HIVE-17929 Project: Hive Issue Type: Sub-task Components: Spark Reporter: Sahil Takiar Assignee: Sahil Takiar
Each {{SparkClientImpl}} creates a client connection using a client id. The client id is created via {{UUID.randomUUID()}}. Since each HoS session has a single client connection we should just use the sessionId instead (which is also a UUID). This should help simplify the code and some of the client logging. -- This message was sent by Atlassian JIRA (v6.4.14#64029)