Created 07-14-2018 05:29 AM
I can't to find the Hive View on HDP 3, and i didn't to find any information about this on documentation.
What I use to replace the Hive View on HDP 3?
Created on
09-28-2018
07:15 PM
- last edited on
11-04-2019
11:33 AM
by
Robert Justice
I think the answer is DAS (Data Analytics Studio), which is part of DPS (Data Plane Services). Check this blog post: https://www.cloudera.com/tutorials/loading-and-querying-data-with-data-analytics-studio.html
Created 07-15-2018 07:08 AM
It looks that Ambari 2.7.0 only includes YARN,FILES,SMARTSENSE and WFM views.
I dont see any Jira related to hive view being removed from Ambari 2.7.0 version. Below jira gives a clue about Ambari Hive view 2.0 being removed.
https://issues.apache.org/jira/browse/AMBARI-23742
Additional reference from Ambari upgrade docs.
Created 07-16-2018 04:36 PM
Hive View is not present in HDP 3.0 or Ambari 2.7. Instead we have Superset service to access Hive. Details of it can be found here - https://docs.hortonworks.com/HDPDocuments/HDP3/HDP-3.0.0/integrating-hive/content/hive_visualizing_h...
Created 07-18-2018 02:53 PM
Apache Superset is a technical preview in HDP 3.0
- Really!? Why is Hortonworks always removing every good way to easily use the platform; Hue - removed; Ugly-Ambari-View - removed; What next? Removing Superset again?!
Created 07-19-2018 01:43 PM
Superset also doesn't appear to work with Kerberos or Hive HTTP Transport so it's really not a replacement. We're going to have to wait to upgrade until Hortonworks can provided a suitable replacement for browsing Hive via web browser.
Created 07-19-2018 04:26 PM
For the moment, Zeppelin can be a functional replacement, and many issues/features for Zeppelin/Livy/Hive have been addressed in 3.0 as well!
https://docs.hortonworks.com/HDPDocuments/HDP3/HDP-3.0.0/release-notes/hdp-release-notes.pdf
Created 07-19-2018 04:31 PM
Some functionality is there but the ability to browse the hive structure in a visual fashion is gone and some capability like viewing the applicable Ranger policies aren’t possible from jdbc. Definitely a step backwards no matter what.
Created 07-20-2018 06:19 PM
Hi, I'm the product manager of Hive view. Due to technical limitations we are not able to transition Hive view into HDP 3.0 platform. I'll provide details in the next few weeks with a replacement solution.
Superset is still in tech preview so it doesn't have all the security features for production yet. It's NOT a replacement for Hive view.
Created 08-09-2018 05:04 PM
Hi @wxu do you have news on this topic? Thanks!
Created 08-31-2018 01:58 PM
Do you have some news about hive view alternatives?
Created 09-28-2018 11:40 AM
hi wxu, any update regarding hive view replacement solution?
Created 10-08-2018 04:32 PM
@wxu What should I be using to write my Hive scrips in Ambari today?
Created on
09-28-2018
07:15 PM
- last edited on
11-04-2019
11:33 AM
by
Robert Justice
I think the answer is DAS (Data Analytics Studio), which is part of DPS (Data Plane Services). Check this blog post: https://www.cloudera.com/tutorials/loading-and-querying-data-with-data-analytics-studio.html
Created 02-06-2019 03:16 PM
When you say it doesn't have all the security features, what do you mean exactly?
Created 01-08-2020 11:45 PM
hi @wxu please update with alternative of hive view in ambari
Created 10-29-2018 03:17 PM
Incredible. Ambari 2.7 is useless as it is, then. Just ODBC...
Created 10-29-2018 03:46 PM
Hi Leonel, I don't think it is useless. Ambari's purpose is to help the administrator to properly deploy and manage its cluster and each project configuration in a centralized and organized manner. In that purpose, ambari performs as intended.
Personally I never liked HW approach with ambari views as HUE replacement, and in this version, HW has decoupled again administration from end user experience, which makes sense to me.
If you check HW documentation, you will find the new replacement is Data Analytics Studio which is part of Data Plane Services, once again, one could like it or not (but that's probably a different conversation).
You also could use HUE as nothing prevents you to deploy it in your HDP cluster, you could use bigtop's rpms or just build it from source code and set yourself the hui.conf for AD integration, blacklist unused application, connect to hive LLAP, etc. The only issue I've seen so far is that HDP 3.X rpm for httpfs is an empty package and that's the default package used for managing hdfs access when HA is enabled.
Cheers!
Created 11-07-2018 07:11 PM
Data Analytics Studio (DAS) however is not open source or free and requires a Hortonworks Subscription.
Created 11-08-2018 09:07 PM
it's available under GNU AGPLv3 license.
https://github.com/hortonworks/dps_platform/tree/DP-1.1.0.0
https://github.com/hortonworks/data_analytics_studio
Superset is still interesting, even if it is not intended to be a hive view replacement.
Created 02-06-2019 06:31 PM
At the time of my comment the source wasn't available and you had to have a support contract to get it. It still doesn't appear there is a way to get the installation without a support contract. However after the merger Cloudera's Data Science Workbench looks very intersting.
Created 11-04-2018 06:01 AM
Hi All,
I'm rather new to HDP and HUE and was interested in setting HUE up for the search functionality it provides for HDFS with SOLR. With the deprecation of HUE in HDP 3.0 what are the alternative to provide the search functionality? I was researching on Ambari Views but it does not seem to be able to do that.
Hope to find out what other application can we look at for such functionality and if we can still install and setup HUE when its deprecated in HDP3.0
Thanks