Member since
08-23-2016
261
Posts
201
Kudos Received
106
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1762 | 01-26-2018 07:28 PM | |
1402 | 11-29-2017 04:02 PM | |
35342 | 11-29-2017 03:56 PM | |
3521 | 11-28-2017 01:01 AM | |
965 | 11-22-2017 04:08 PM |
08-24-2017
10:54 PM
hi @L Hurley Are you specifying the port? http://127.0.0.1:8080/ When you are logged in as root@sandbox, try also running: ambari-server status and ensure its running.
... View more
08-24-2017
10:49 PM
1 Kudo
Hi @Ramya Jayathirtha Try the following: create table movies( movieid int, title String, genre string) ROW FORMAT SERDE 'org.apache.hadoop.hive.serde2.OpenCSVSerde' This should resolve your issue as the OpenCSVSerde's default properties should work for your use case.
... View more
08-24-2017
03:07 PM
You'll need to check the entire error message, typically the root cause is somewhere near the bottom
... View more
08-24-2017
03:06 PM
Hi @L Hurley From the snippet you pasted, you are already logged in! You are logged into the sandbox as root, so ssh'ing in a second time would surley result in an error. root@sandbox
... View more
08-23-2017
04:05 PM
hi @L Hurley what you want to do is open the known_hosts file in a text editor and delete any lines that correspond with the IP address of the sandbox, which in your case is 127.0.0.1 and then try it again
... View more
08-23-2017
02:55 PM
hi @Ashnee Sharma You'll likely need to go through the whole error message, the underlying root cause will be in the error/exception message. Typically, you can see that when the data node storage is full, or when network communication was severed.
... View more
08-22-2017
02:35 PM
hi @nfleming No I am not claiming that. You can change the property within the same session as you see fit.
... View more
08-21-2017
10:57 PM
1 Kudo
Looks like the key has changed. On your local system, go into .ssh/known_hosts and just delete any lines related to the sandbox. Then try the ssh again on -p 2222 and you'll be prompted to re-accept the key and should be good to go.
... View more
08-21-2017
09:21 PM
Hi @L Hurley Can you try the ssh command again but use port 2222 ? 8080 is usually the default web port for the Ambari UI.
... View more
08-21-2017
03:44 PM
1 Kudo
Hi @scottgr Writing scripts is usually the most popular way. The scripts can be automated through a number of ways including oozie/workflow manager UI in Ambari. While it is a common task, each use case is different. We can't make a general assumption about any cluster since to some people, older data may be more important than newer data depending on the data set. It gets even further complicated in multi-tenant datalakes as you can imagine.
... View more