Member since
02-07-2018
33
Posts
1
Kudos Received
0
Solutions
05-11-2018
02:19 PM
Netstat show only 1 PID running from 8671
... View more
05-11-2018
02:03 PM
I tried to change the port but the error still appears. I change the port to 8671. . Failed to start ping port listener of: Could not open port 8671 because port already used by another process:
... View more
05-11-2018
01:17 PM
can I just use any port for ping port as long as it is not used by any application?
... View more
05-11-2018
07:51 AM
I'm running it as root user. [root@datanode4 ~]# ls -ld /var/run/ambari-agent
drwxr-xr-x 2 root root 4096 May 11 15:45 /var/run/ambari-agent [root@datanode4 ~]# ls -l /var/run/ambari-agent/ambari-agent.pid -rw-r--r-- 1 root root 5 May 11 15:45 /var/run/ambari-agent/ambari-agent.pid [root@datanode4 ~]# cat /var/log/ambari-agent/ambari-agent.out
Failed to start ping port listener of: Could not open port 8670 because port already used by another process:
UID PID PPID C STIME TTY TIME CMD
root 19874 10487 57 15:31 ? 00:00:16 /usr/bin/python /usr/lib/python2
... View more
05-11-2018
07:07 AM
/var/log/ambari-agent/ambari-agent.out: /var/run/ambari-agent/ambari-agent.pid already exists, exiting it only appears on 1 datanode
... View more
Labels:
- Labels:
-
Apache Ambari
04-22-2018
11:26 PM
Hi have you solve this problem? I am also having same problem as yours.
... View more
04-20-2018
12:47 AM
Labels:
- Labels:
-
Apache Hive
04-15-2018
07:38 AM
thank you for your fast response @Geoffrey Shelton Okot. I already know that --map-column-hive is used to override the default mapping from SQL type to Hive type. Is there any other way to get rid of that error without using --map-column-hive??
... View more
04-15-2018
07:17 AM
I'm only encountering this error when I import from mssql windows server 2003. When I import from MYSQL 5.5 to MYSQL 5.6 it does not have any problem. I'm using sqljdbc4.jar for the sql driver. I also attached the screen shot of the error. Please help me getting rid this error without mapping timestamp column to string.
... View more
Labels:
- Labels:
-
Apache Sqoop
04-01-2018
06:47 PM
ERROR:
HY000] [Hortonworks][Hardy] (35) Error from server: error code: '1' error message: 'Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.tez.TezTask'. ? Here's my code: using (OdbcConnection mycon1 = new OdbcConnection(conn.hiveconnection())) { mycon1.Open(); using (cmd = mycon1.CreateCommand()) { cmd.CommandText = "insert into table tblname values(1,'test@gmail.com','1990-11-03','09123456789','NULL', 'FEMALE','','test123456789','2017-03-14 11:37:56.0', '0000-00-00 00-00-00.0',1,0,0,'test','address', '-','lname', '-','fname','03/28/2018 15:54:53','0000-00-00 00-00-00.0')"; cmd.ExecuteNonQuery(); } } mycon1.Close(); The Error will apply in this line: cmd.ExecuteNonQuery(); I've attached the screen shot from tez view.
the app runs as hadoop user.
i am using Horton Works Drive - ODBC.
Is there something wrong in my query? When I run the query in ambari it works.
Can Anyone know this kind of problem? Please somebody help help. Thanks.
... View more
Labels:
- Labels:
-
Apache Hive