Member since
02-28-2016
45
Posts
45
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2351 | 03-26-2016 05:03 AM | |
1994 | 03-22-2016 01:39 PM |
12-11-2016
10:45 AM
Thanks @Kuldeep Kulkarni
This has cleared some doubts about how Hadoop services auto-login even though initial user TGT shows expired.
... View more
07-08-2016
11:27 AM
You should look at the flink programming guide, it's pretty detailed and addresses many scenarios, your question is to general. https://ci.apache.org/projects/flink/flink-docs-master/apis/batch/index.html
... View more
03-24-2016
03:11 PM
I wanted to understand the concept for vectorization.I got it from above link.Thanks
... View more
03-24-2016
06:00 AM
@ thanks Eyad
... View more
03-26-2016
05:03 AM
closing the Question with the Kuldeep's suggested link https://hive.apache.org/javadocs/r0.10.0/api/org/apache/hadoop/hive/ql/ppd/PredicatePushDown.html
... View more
03-22-2016
01:39 PM
3 Kudos
The command set hive.enforce.bucketing = true; allows the correct number of reducers and the cluster by column to be automatically selected based on the table. Otherwise, you would need to set the number of reducers to be the same as the number of buckets.
... View more
08-26-2016
07:17 AM
partition is two types, 1.static, 2.dynamic, splitting the data concept, see this blog for more good example to learn hive partition and bucketing
... View more
03-16-2016
03:43 PM
Thanks @Benjamin
... View more
03-14-2016
10:26 AM
thanks@Artem
... View more
06-17-2016
03:43 AM
Yes ascending is usually a default in most languages. https://pig.apache.org/docs/r0.14.0/basic.html#order-by Usage Note: ORDER BY is NOT stable; if multiple records have the same ORDER BY key, the order in which these records are returned is not defined and is not guarantted to be the same from one run to the next.
... View more