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 >

About Spark executs sqlscript

2021-05-13 Thread bo zhao
Hi Team, I've followed Spark community for several years. This is my first time for asking help. I hope you guys can give some experience. I want to develop a spark application with processing a sqlscript file. The data is on BigQuery. For example, the sqlscript is: delete from tableA; insert

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: