Member since
07-31-2019
346
Posts
259
Kudos Received
62
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2938 | 08-22-2018 06:02 PM | |
1691 | 03-26-2018 11:48 AM | |
4217 | 03-15-2018 01:25 PM | |
5086 | 03-01-2018 08:13 PM | |
1434 | 02-20-2018 01:05 PM |
03-26-2016
12:08 PM
@John Garrigan thank you for posting your resolution. Much appreciated!
... View more
03-20-2016
06:12 PM
10 Kudos
@John Cod The Hive Metastore, also referred to as HCatalog is a relational database repository containing metadata about objects you create in Hive. When you create a Hive table, the table definition (column names, data types, comments, etc.) are stored in the Hive Metastore. This is automatic and simply part of the Hive architecture. The reason why the Hive Metastore is critical is because it acts as a central schema repository which can be used by other access tools like Spark and Pig. Additionally, through Hiveserver2 you can access the Hive Metastore using ODBC and JDBC connections. This opens the schema to visualization tools like PowerBi or Tableau. The only configuration you have to be concerned about is the initial install when you decide what relational database to use. The default is ProgresSQL but for production we recommend using Oracle or a system which is already being backed up and secured. Hope this helps.
... View more
03-18-2016
01:06 PM
@Bruce Perez Hi Bruce. I'm not certain this will answer your question but the widget's data you see is served to Ambari via REST API. All the metrics data is in the collector. Keep in mind Ambari is a framework and what you are seeing the in dashboard is an Ambari View. Its similar to any other view in Ambari. The dashboard is essentially a webpage.
... View more
03-14-2016
03:58 PM
1 Kudo
@Michael Rife Storm, Tez, and Zepplin views still need to be manually installed. You should be able to get the jar files here. https://github.com/apache/ambari/tree/trunk/contrib/views
... View more
03-10-2016
01:27 PM
3 Kudos
@Michael Rife try going to http://127.0.0.1:8888/. The screen should look like this. As long as HDP is up and running you can run any of the tutorials. You don't have to access them through the splash screen.
... View more
03-10-2016
01:12 PM
6 Kudos
@Abdus Sagir Mollah the designation of primary key is simply metadata describing the column. It doesn't apply any referential constraints.
... View more
03-10-2016
01:06 PM
1 Kudo
I also like to mess around with the movielens dataset http://grouplens.org/datasets/movielens/. If you want to explore more indepth and relevant datasets, you can look around at www.data.gov.
... View more
03-10-2016
01:01 PM
1 Kudo
@Pardeep Gorla The best place to start is here. http://hortonworks.com/hadoop-tutorial/loading-data-into-the-hortonworks-sandbox/. This is also good. http://hortonworks.com/hadoop-tutorial/how-to-process-data-with-apache-hive/.
... View more
03-02-2016
09:05 PM
@awhitter as far as I know this is not possible. You will have to use SQL Authentication. If security is a concern, you can store the password in a encrypted file and call the file in the Sqoop -import command. If you are unable to change the authentication settings on SQL Server due to corporate policies, you may need to dump the tables as files first and import them directly into Hive.
... View more
02-29-2016
01:24 PM
@Aniruddha Joshi for the 2.3 sandbox you will create the login and password when you first login. In your case it is root/hadoop. Try this in the CLI and post any errors. Also try logging into Ambari. Naviagate in your browser to http://192.168.56.101:8080 and login with admin/admin
... View more