Member since
12-16-2018
3
Posts
0
Kudos Received
0
Solutions
12-16-2018
08:57 AM
Hi, it does not work and gives me following error SELECT DISTINCT `date` FROM mydb.syscal; Query: SELECT DISTINCT `date` FROM mydb.syscal Query submitted at: 2018-12-16 11:54:55 (Coordinator: https://host:port) ERROR: AnalysisException: Unsupported type 'DATE' in '`date`'. Any other options? Thanks & Regards, Kamleshkumar Gujarathi Bigdata Consultant
... View more
10-20-2018
01:51 AM
Hi Team,
I am trying to print output along with number records selected or number record affected messages in the output file but I am unable to print it.
I have tried with --verbose=true also but it is not helping. <p>
beeline -u "jdbc:hive2://abc.nsroot.net:10000/;principal=hive/abc.nsroot.net@ABC.NSROOT.NET;ssl=true " -f /home/test1.hql > testresult1.txt </p> hql files has only one query "select * from mytable;" can any one suggest me on this? Thanks & regards, Kamleshkumar Gujarathi
... View more
02-08-2018
09:03 PM
Hi Team, You can cast as decimal and solve the issue as shown below.
ROUND(CAST(1.750646377E7 AS DECIMAL(38,10)),2); Thanks & regards, Kamleshkumar Gujarathi
... View more