Member since
02-11-2017
17
Posts
0
Kudos Received
0
Solutions
05-31-2017
07:29 AM
@mÁRIO Rodrigues This seems to be known issue and Jira DRILL-5214 has been raised for the same.
... View more
05-31-2017
07:42 AM
@mÁRIO Rodrigues
This seems to be known issue and Jira DRILL-5214 has been raised for the same. You could remove "L3.L_SUPPKEY <> L1.L_SUPPKEY" and "L2.L_SUPPKEY <> L1.L_SUPPKEY", and try using "NOT IN" with sub-query.
... View more
05-31-2017
07:28 AM
@mÁRIO Rodrigues
This seems to be known issue and Jira DRILL-5214 has been raised for the same.
... View more
05-09-2017
03:38 PM
@mÁRIO Rodrigues Yes even though if its expressed as .deflate its in ORC with compressed state. I thik you will be able to read the files through hive tables in Spark SQL but you cant use the underneath files in it as it is compressed. If you want to read the files then load the hive tables without any compression and then Spark can make use of that file underneath.
... View more
02-13-2017
11:55 PM
I was able to generate the data (10GB), but now that i've runned some queries, i get no results except on Query 1 that returns 4 rows. When i run the queries on hive command line it gives me the output of the mapreduce jobs, but in the end it doesnt return any rows. Can you give me some kind of help?
... View more