When running the hive command after ssh into the cluster you get a deprecated warning. beeline should now be used. HdInsight release notes
Running
beeline -u 'jdbc:hive2://headnodehost:10001/;transportMode=http'
starts the new cli. The remainder of the lab can then be run without problems.
This command should replace the old one.
When running the
hivecommand after ssh into the cluster you get a deprecated warning.beelineshould now be used. HdInsight release notesRunning
beeline -u 'jdbc:hive2://headnodehost:10001/;transportMode=http'starts the new cli. The remainder of the lab can then be run without problems.
This command should replace the old one.