Andrew Sherman created HIVE-18791:
-------------------------------------
Summary: Fix TestJdbcWithMiniHS2#testHttpHeaderSize
Key: HIVE-18791
URL: https://issues.apache.org/jira/browse/HIVE-18791
Project: Hive
Issue Type: Bug
Reporter: Andrew Sherman
Assignee: Andrew Sherman
TestJdbcWithMiniHS2#testHttpHeaderSize tests whether config of http header
sizes works by using a long username. The local scratch directory for the
session uses the username as part of its path. When this name is more than 255
chars (on most modern file systems) then the directory creation will fail.
HIVE-18625 made this failure throw an exception, which has caused a regression
in testHttpHeaderSize.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)