Re: Cannot INSERT OVERWRITE on clustered table with > 8 buckets

2018-07-16 Thread Federico D'Ambrosio
e partition count, bucketing structure (how > clustered by does not "cluster", you need another "sorted by"), zero scale > decimals. > > Can you try running with (& see what your query read-perf looks like) > > https://gist.github.com/t3rmin4t0r/087b61f79514673c307bb9a88327a4db > > Cheers, > Gopal > > > -- Federico D'Ambrosio

Re: Non-local session path expected to be non-null trying to write on Hive using storm-hive

2017-07-11 Thread Federico D'Ambrosio
oping to eliminate an extra step temporarily. > > Storm topology builds an uber jar that bundles a bunch of Hive classes in > it. Perhaps it’s pulling in some “other” version of Hive which causes some > conflict… > > > > > > *From: *Federico D'Ambrosio > *Repl

Re: Non-local session path expected to be non-null trying to write on Hive using storm-hive

2017-07-10 Thread Federico D'Ambrosio
.hdfs.impl org.apache.hadoop.hdfs.DistributedFileSystem The FileSystem for hdfs: uris. to no avail 2017-07-10 21:31 GMT+02:00 Federico D'Ambrosio : > Thanks for your reply! Your comment made me realize that the table I was > trying to write onto didn't have any partition, while I

Re: Non-local session path expected to be non-null trying to write on Hive using storm-hive

2017-07-10 Thread Federico D'Ambrosio
10 20:02 GMT+02:00 Eugene Koifman : > Are you able to write to Hive to an existing partition? (The stack trace > shows that it’s being created) > > > > > > *From: *Federico D'Ambrosio > *Reply-To: *"d...@hive.apache.org" > *Date: *Monday, July 10,

Non-local session path expected to be non-null using storm-hive

2017-07-10 Thread Federico D'Ambrosio
Greetings, I'm trying to get a working dataflow stack on a 6 node cluster (2 masters + 4 slaves, no Kerberos) using Kafka (2.10_0.10), Storm (1.0.1) and Hive2 (1.2.1). Storm is able to communicate with Kafka, but can't seemingly operate on Hive (on master-1), even though it manages to connect to it