Member since
03-09-2016
26
Posts
18
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5340 | 03-11-2016 04:44 PM |
03-14-2016
05:48 PM
1 Kudo
Thanks that granted access to Tez. I was able to
... View more
03-14-2016
04:26 PM
2 Kudos
http://hortonworks.com/hadoop-tutorial/hello-world-an-introduction-to-hadoop-hcatalog-hive-and-pig/#section_4
... View more
03-14-2016
04:06 PM
1 Kudo
Did I miss that step in the tutorial? Are there steps for doing this on this web site? I am not a Unix admin, so steps for installing all these system pieces would help. Thanks.
... View more
03-14-2016
02:56 PM
1 Kudo
Copied script from tutorial: a = LOAD 'geolocation' using org.apache.hive.hcatalog.pig.HCatLoader(); b = filter a by event != 'normal';
c = foreach b generate driverid, event, (int) '1' as occurance;
d = group c by driverid;
e = foreach d generate group as driverid, SUM(c.occurance) as t_occ;
g = LOAD 'drivermileage' using org.apache.hive.hcatalog.pig.HCatLoader();
h = join e by driverid, g by driverid;
final_data = foreach h generate $0 as driverid, $1 as events, $3 as totmiles, (float) $3/$1 as riskfactor;
store final_data into 'riskfactor' using org.apache.hive.hcatalog.pig.HCatStorer(); I have -useHCatalog as "Arguments". Checked to run on TeZ. No data loaded into the riskfactor table.
... View more
Labels:
- Labels:
-
Hortonworks Data Platform (HDP)
03-14-2016
02:17 PM
2 Kudos
When I click on the Ambari Views I cannot see the Storm, Tez View, or Zepplin.
... View more
Labels:
- Labels:
-
Hortonworks Data Platform (HDP)
03-11-2016
04:44 PM
2 Kudos
OK. The key was I was expecting to see the HUE screen, but that does not exists. Yes I can get to Ambari, so I would assume all is up and running as expected. Hadoop in general can be an overwhelming ecosystem to start in. I will just run through all the tutorials and start reading books. Thanks to everyone who responded.
... View more
03-10-2016
08:13 PM
1 Kudo
I redownloaded the VirtualBox and the OVA file is identical as my previous version. Where is the correct checksum for the VirtualBox VM OVA file published?
... View more
03-10-2016
04:58 PM
Sorry to be a pain, but all the Hortonworks Sandbox Youtube videos of previous versions show the ability access the Hadoop tools in this web page. I have tried Chrome, Firefox, and IE. All do the same.
... View more
03-10-2016
04:09 PM
1 Kudo
@Scott Shaw I can get to the splash screen and all displays. I cannot get to the page that displays the Hadoop tools, the right side of the image below. HTTP://127.0.0.1/index.html only gives me the left frame. HTTP://127.0.0.1/index.html?popup=1 and popup=2 both now only display the left frame. There is no right frame. Was access to tools in a page like the right side of below removed from the Sandbox 2.4?
... View more
03-10-2016
11:25 AM
i have restarted the VM multiple times with no effect. I even reimported the OVA file into a new VM but the new VM has the same problem.
... View more
- « Previous
-
- 1
- 2
- Next »