Member since
07-31-2019
346
Posts
259
Kudos Received
62
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2869 | 08-22-2018 06:02 PM | |
1662 | 03-26-2018 11:48 AM | |
4078 | 03-15-2018 01:25 PM | |
5054 | 03-01-2018 08:13 PM | |
1415 | 02-20-2018 01:05 PM |
07-02-2017
01:25 PM
Hi @Ramesh Prasad, You may want to start looking at Apache Calcite. Calcite is the primary CBO behind Hive execution.
... View more
06-30-2017
12:50 PM
@Viswa, the best way to influence performance and optimize the explain plan is to make sure you have updated table statistics. Hive doesn't provide an auto update stat option so if there are significant table changes, you'll want to periodically update the statistics. Also be sure you've turned on the Cost Based Optimizer (CBO). Hive has a CBO and a rule based optimizer - you'll want both. Finally, another benefit to analyze table is if you are using LLAP then ANALYZE table will cache the table. Also, a broadcast edge means there was a broadcast join.
... View more
06-28-2017
01:33 PM
Hi @Shyam Shaw. You can't specify nodes in the LLAP configuration but can leverage node labels. https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.1/bk_yarn-resource-management/content/ch_node_labels.html. You'll want to go into the LLAP YARN queue and enable node labels to dedicate nodes to LLAP.
... View more
05-10-2017
02:37 PM
@Avijeet Dash most likely it is using the account you log into Ambari with. You can try using a different account but to me the errors don't indicate a permissions issue.
... View more
05-10-2017
02:11 PM
@Avijeet Dash Double-check the jdbc connection for HiveServer2 JDBC URL in the view definition. I've also had luck by creating a new Hive view instance.
... View more
05-10-2017
01:22 PM
Hi @Avijeet Dash Confirm HiveServer is running. Can also try restarting the service via Ambari
... View more
05-08-2017
01:36 AM
@mÁRIO Rodrigues use https://github.com/hortonworks/hive-testbench. Default format is ORC.
... View more
04-18-2017
06:49 PM
3 Kudos
Hi @Adnan Alvee I reached out to our certification team and this was their response: "We do have plans to revamp all Certifications to align closer with upcoming courses. We are planning for an Advance Big Data Analyst course and certification which will probably match up IBMs in content and scope. Some of the topics that will be covered here are Hadoop, Spark, Pig and optionally HBase. Although we do not have a hard date for the course/certification launch, we are targeting late 2017".
... View more