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:27 AM
I'm not completely sure If you asked me for this. I hope so.
... 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-16-2017
07:05 AM
I'm using Virtual Box, and I installed it in the default path established when installing. I don't know what do I have to look for in the host file
... View more
08-14-2017
12:54 PM
@Geoffrey Shelton Okot I think it will be a problem with the proxy, because the parameters are well-setted, and Hive is up and working. If this is not the cause, maybe the version of the sandbox can be the reason (I have the latest one).
... 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