ñlksd´ñlak sdadlñk ad
I’m trying running this query (from Hello World Tutorial http://hortonworks.com/hadoop-tutorial/hello-world-an-introduction-to-hadoop-hcatalog-hive-and-pig/) in hive on a VM running on Azure:
CREATE TABLE trucks STORED AS ORC AS SELECT * FROM trucks_stage;
the error is:
ERROR : Vertex failed, vertexName=Map 1, vertexId=vertex_1446157961389_0003_1_00, diagnostics=[Task failed, taskId=task_1446157961389_0003_1_00_000000, diagnostics=[TaskAttempt 0 failed, info=[Container container_e07_1446157961389_0003_01_000002 finished with diagnostics set to [Container failed, exitCode=255. Exception from container-launch.
Container id: container_e07_1446157961389_0003_01_000002
Exit code: 255
What can i do?. The other Hello World Tutorial’s ORC tables work perfect (geolocation). It’s a very small table with only 100 rows and a lot of columns.
Please i’m lost. I’m looking for the error but nothings means nothing for me.
Best regards