Member since
06-13-2019
14
Posts
2
Kudos Received
0
Solutions
08-16-2017
11:55 AM
@Geoffrey Shelton Okot The table was filled in the previous actions, but the Ambari platform throws me the specified error above. Now I would need to specify the values into file ruiz.txt as proper key-value pairs, and not inserting null after the file rows. I'll look how to do it. Thank you very much for your patience
... View more
08-16-2017
11:32 AM
@Geoffrey Shelton Okot Yes I know about putty, but it is possible to do also from Ambari. I will try to do it from putty. The version of the sandbox is 2.6.1 for VirtualBox. It's available here: https://es.hortonworks.com/downloads/#sandbox
... View more
08-16-2017
10:31 AM
@Geoffrey Shelton Okot In Ambari I have no terminal client, I upload files through a visual interface and the permissions for the file and folder are all enabled. I though the same, a problem with the permissions, but not. I don't know if the Sandbox is limited in some Hive operations
... View more
08-16-2017
09:51 AM
@Geoffrey Shelton Okot
I have repeated your steps in Ambari and it throws me an error (below). I have checked the community entries and it's something repeated. I don't know if there is a solution yet for this issue. java.sql.SQLException: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask
... View more
08-16-2017
07:19 AM
@Jagruti Varia I've just tried your command and it returns an error. I'm using the Hortonworks Sandbox, and I don't understand why it throws that error. org.apache.hive.service.cli.HiveSQLException: Error while compiling statement: FAILED: ParseException line 1:52 Failed to recognize predicate '<EOF>'. Failed rule: 'regularBody' in statement
... View more
08-14-2017
12:35 PM
2 Kudos
I need to create a table with just a field, which is a map of string: string. I have created the table without problems, but when I try to insert the values (they are defined, not in another table) I am not able to achieve it. The code is below. create table comunidades ( codigo MAP<STRING, STRING> );
INSERT INTO TABLE comunidades SELECT 1, {"AND": '01'};
... View more
Labels:
- Labels:
-
Apache Hive