Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' into ZeppelinIntegration
Browse files Browse the repository at this point in the history
  • Loading branch information
mafernandez-stratio committed Nov 9, 2016
2 parents 76b127d + 16f401f commit d67c2d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ Only listing significant user-visible, not internal code cleanups and minor bug

## 1.8.0 (upcoming)

* Query cancellation service for both HTTP & ClusterClient channels.
* Updated dependencies with curator and stratio-commons-utils compatible with Zookeeper 3.5.x
* Pending

## 1.7.0 (upcoming)
## 1.7.0 (November 2016)

* Zookeeper security through Kerberos.
* Spark-Mesosphere dependency instead of Apache Spark.
Expand All @@ -16,12 +15,13 @@ Only listing significant user-visible, not internal code cleanups and minor bug
* Kerberos support for HDFS
* TLS mutual validation for HTTP
* Vault support for retrieve secrets (keytabs, tls certificates...)
* Updated dependencies with curator and stratio-commons-utils compatible with Zookeeper 3.5.x
* Bug Fixes:
* Cancellation message is now delivered to the client.
* Updated dependencies with curator and stratio-commons-utils compatible with Zookeeper 3.5.x
* Asynchronous shell implemented
* "Create table as select" without datasource
* Query cancellation service for both HTTP & ClusterClient channels
* Bug with mute shell fixed

## 1.6.0 (September 2016)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ object BasicShell extends App {

createHistoryDirectory(HistoryPath)
val console = new ConsoleReader()
console.setEchoCharacter(Character.valueOf(0)) //Avoid echoing
initialize(console)
runConsole(console)

Expand Down

0 comments on commit d67c2d5

Please sign in to comment.