Re: beeline spark thrift server issue

2021-05-13 Thread Yuming Wang
Unable to access log(https://pastebin.com/G5Mwaw7E). On Thu, May 13, 2021 at 11:23 PM Suryansh Agnihotri < sagnihotri2...@gmail.com> wrote: > Hi > I was trying to access spark sql through jdbc but facing some error. I am > trying to run beeline > > ! /usr/lib/spark/bin/beeline -u > 'jdbc:hive2://

beeline spark thrift server issue

2021-05-13 Thread Suryansh Agnihotri
Hi I was trying to access spark sql through jdbc but facing some error. I am trying to run beeline ! /usr/lib/spark/bin/beeline -u 'jdbc:hive2://host:10016/default;transportMode=binary' -e '' 2>&1| awk '{print}'|grep -i -e 'Connection refused' -e 'Invalid URL' -e 'Error: Could not open' Error: C