-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41825/
-----------------------------------------------------------
Review request for Sqoop.
Bugs: SQOOP-2764
https://issues.apache.org/jira/browse/SQOOP-2764
Repository: sqoop-sqoop2
Description
-------
It seems that shell history is no longer working. E.g when I run shell once and
run some commands:
$ /bin/sqoop.sh client
Setting conf dir: ./bin/../conf
Sqoop home directory: /root/sqoop-2.0.0-SNAPSHOT-bin-hadoop200
Sqoop Shell: Type 'help' or '\h' for help.
sqoop:000> show connector
...
sqoop:000>
Then exit the shell and re-enter it, pressing arrow up won't show any past
commands.
Diffs
-----
shell/src/main/java/org/apache/sqoop/shell/SqoopShell.java 7e4a7df
Diff: https://reviews.apache.org/r/41825/diff/
Testing
-------
Thanks,
Dian Fu