Member since
08-15-2014
11
Posts
0
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2564 | 09-03-2015 05:18 AM | |
5379 | 01-08-2015 06:51 AM |
09-03-2015
05:18 AM
works ! I have a old cdh version (5.2) upgrading to 5.4.4 last week. In my db, spark use the following name : scm=# select * from services; service_id | optimistic_lock_version | name | service_type | cluster_id | maintenance_count | display_name | generation ------------+-------------------------+------------+--------------+------------+-------------------+-----------------------------+------------ 38 | 30 | spark | SPARK | 2 | 0 | Spark | 1 After deleting spark standalone and installing spark on yarn, the table has been updated : scm=# select * from services; service_id | optimistic_lock_version | name | service_type | cluster_id | maintenance_count | display_name | generation ------------+-------------------------+---------------+---------------+------------+-------------------+-----------------------------+------------ 63 | 3 | spark_on_yarn | SPARK_ON_YARN | 2 | 0 | Spark | 1 regrads,
... View more
08-26-2015
01:45 PM
Hi, When i'm trying to add "spark on yarn" service with Cloudera Manager 5.4.3, i have the following messages : javax.persistence.PersistenceException:org.hibernate.exception.ConstraintViolationException: could not perform addBatch at AbstractEntityManagerImpl.java line 1387 in org.hibernate.ejb.AbstractEntityManagerImpl convert() Caused by: java.sql.BatchUpdateException:Batch entry 0 insert into SERVICES (OPTIMISTIC_LOCK_VERSION, NAME, DISPLAY_NAME, SERVICE_TYPE, MAINTENANCE_COUNT, GENERATION, CLUSTER_ID, SERVICE_ID) values ('0', 'spark_on_yarn', 'Spark', 'SPARK_ON_YARN', '0', '1', '2', '55') was aborted. Call getNextException to see the cause. at AbstractJdbc2Statement.java line 2598 in org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandler handleError() Any idea ? regards,
... View more
Labels:
- Labels:
-
Apache Spark
-
Apache YARN
-
Cloudera Manager
08-26-2015
12:56 PM
Hi, Since i performed the cloudera upgrade from CDH 5.3.2 to 5.4.5, i have an issue with the spark history server. I found a similar problem on https://github.com/apache/spark/pull/4848 When application is finished running abnormally (Ctrl + c for example), the history event log file is still ends with .inprogress suffix. And the application state can not be showed on webUI, User can only see "Application history not foud xxxx, Application xxx is still in progress". Any idea ? regards,
... View more
Labels:
01-14-2015
04:56 AM
Hi, I've upgraded into CDH 5.3 and the issue still persist ! regards,
... View more
01-08-2015
06:51 AM
Hi, thank you for your feedback. I have upgraded into CDH 5.3 and spark history server (via yarn) was successfully started. regards,
... View more
01-05-2015
09:24 PM
Hi Darren, thank you for your reply. My CM is 5.1.2 and i'm using Standalone spark. regards,
... View more
01-05-2015
01:32 AM
Hi, CDH 5.1.2 is used, so we have only one version of spark. regards,
... View more
12-26-2014
01:03 AM
Hi, Since kerberos (AD) is activated, impala services are down (catalogserver and daemoin), except Impala StateStore. ----------------------------------------------------------------------------------------------------------------- From impala catalog server log : 9:52:23.336 AM INFO status.cc:44 Couldn't open transport for ESLT35020.edc.carrefour.com:24000(No more data to read.) @ 0x74d01d (unknown) @ 0xa0139a (unknown) @ 0xa0145b (unknown) @ 0x8e121c (unknown) @ 0x8e1886 (unknown) @ 0x937bed (unknown) @ 0x938613 (unknown) @ 0x72409c (unknown) @ 0x71e833 (unknown) @ 0x374dc1ed1d (unknown) @ 0x71e489 (unknown) 9:52:23.336 AM INFO thrift-client.cc:53 Unable to connect to ESLT35020.edc.carrefour.com:24000 9:52:23.336 AM INFO thrift-client.cc:59 (Attempt 1 of 10) 9:52:26.337 AM INFO status.cc:44 No more data to read. @ 0x74d01d (unknown) @ 0x937ce8 (unknown) @ 0x938613 (unknown) @ 0x72409c (unknown) @ 0x71e833 (unknown) @ 0x374dc1ed1d (unknown) @ 0x71e489 (unknown) 9:52:26.337 AM INFO statestore-subscriber.cc:190 statestore registration unsuccessful: No more data to read. 9:52:26.337 AM ERROR catalogd-main.cc:72 No more data to read. -------------------------------------------------------------------------------------- Could you please help me ? regards,
... View more
Labels:
- Labels:
-
Apache Impala
-
Kerberos
12-26-2014
12:49 AM
Hi, Since kerberos is activated, spark history server doesn't start. 9:33:47.771 AM WARN org.apache.hadoop.ipc.Client Exception encountered while connecting to the server : javax.security.sasl.SaslException: GSS initiate ailed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)] 9:33:47.771 AM WARN org.apache.hadoop.security.UserGroupInformation PriviledgedActionException as:spark (auth:KERBEROS) cause:java.io.IOException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)] All other services are OK. Someone has already had the same error ?
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Spark
-
Kerberos
-
Security
12-24-2014
04:35 AM
yes thank you for your reply.
... View more