Dear all,
I have two quick questions on Hive CLI:
- Can I use vi directly from the Hive command line, s.t. I can save my commands?
- Is there a possibility after a line break to move through the previous lines to make corrections etc?
Thanks
c14
Dear all,
I have two quick questions on Hive CLI:
Thanks
c14
Hi,
Please find my answers below
Can I use vi directly from the Hive command line, s.t. I can save my commands?
I do not think you can run vi commands directly from Hive. Though you can run Linux commands by adding “!” as a prefix. To list all the files in your current working directory, command will be !ls
Is there a possibility after a line break to move through the previous lines to make corrections etc?
I do not think it will be possible.