Member since
10-06-2015
32
Posts
62
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
8105 | 06-12-2016 11:22 AM | |
1177 | 05-11-2016 11:59 AM | |
1243 | 10-14-2015 05:47 AM |
06-09-2016
10:34 AM
Can you give me top 50 min, max and the average. Also did you try the query ? What was the behaviour ? The reason I am asking that if your query is very long using a few number of reducer for example it may imply the skew and so to maximize usage of the cluster one way is too look at surrogate key creation.
... View more
05-27-2016
03:31 PM
plz run that SELECT snapshot_id, COUNT(*)
FROM factsamplevalue
GROUP BY snapshot_id SELECT snapshot_id, COUNT(*)
FROM DimSnapshot
GROUP BY snapshot_id and if you can get an histogram, thanks
... View more
05-24-2016
06:03 AM
I understand but I would like to know if there is a data skew, telling me the max and the min, avg, perhaps a histogram will help me
... View more
05-23-2016
10:32 AM
Can you try to INSERT values in one table in Oracle (test) I guess you have GRANT since you have created tables but just to be sure.
... View more
05-23-2016
10:28 AM
Hello, I can help you to make this query works on your infrastructure. Can you give me the result of the number of element per key (for t.snapshot_id = f.snapshot_id), ie : how many time I will find the same key on both table. Not sure Indexes will help here first. There are several ways to optimize Hive query (like creating surrogate key) but we will check all option / parameter going forward. Kind regards.
... View more
05-11-2016
11:59 AM
1 Kudo
A case has been opened #00075378 and solution provided so I think this question can be marked as solved. Manual deletion on Ambari DB Ambari-server restart
... View more
05-11-2016
11:46 AM
Can you check you have tables created in the Oracle instance ?
... View more
05-11-2016
11:35 AM
Hello @Joshua Adeleke, I have seen some issues with Oracle and some of our components depending on the version. I will try to gather more information about this case.
... View more
04-23-2016
04:08 PM
In a multiple application environment (MapReduce, Tez, others), it can appear that some application get stuck (blocked, deadlocked), it is likely your YARN / MAPREDUCE settings need to be reviewed. First of all, setup YARN queue, check the value of mapreduce.job.reduce.slowstart.completedmaps (interesting to change it to 0.9) and enable preemption.
... View more
Labels:
- « Previous
-
- 1
- 2
- Next »