Michael Park

Results 36 comments of Michael Park

Oh, that's definitely a bug in Hive then. There is still the question of whether we are doing something different that causes this bug to happen. Thanks for testing that...

Unfortunately that error message doesn't really give us much to go off of. Did you have any issues with the `LOAD JAR` step of the tutorial?

> When I log onto the Ambari I can see the cloned directory in the following location on the local files: /root/esri-git/gis-tools-for-hadoop but these tools do not exist on the...

Yeah... it's tough if you are going through the VM window and you can't SSH in. If you can capture the output in anyway, I'd like to see what it's...

Ah it's a permissions issue. The folder in HDFS `/user/root` is owned by the user `hdfs`. This should change the owner of `/user/root` to `root`. ``` bash sudo -u hdfs...

Can you make the tool work by using the IP address of the namenode rather than the hostname?

@JamesMilnerUK Can you change `sandbox` to `localhost` and try again?

@JamesMilnerUK Could be. Can you browse to the file in HDFS? `http://localhost:50070`

@JamesMilnerUK is there a link on that page to browse the file system?

Hmm, and you created dataset through the hive sample?