Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/1661#discussion_r15612294 --- Diff: sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkSQLCLIDriver.scala --- @@ -190,12 +190,12 @@ private[hive] object SparkSQLCLIDriver { reader.setHistory(new History(new File(historyFile))) } else { System.err.println("WARNING: Directory for Hive history file: " + historyDirectory + - " does not exist. History will not be available during this session.") --- End diff -- Avoid reformatting code that doesn't change please.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---