Member since
10-06-2016
9
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1938 | 10-06-2016 03:34 AM |
01-10-2017
11:09 AM
Hi Timothy, - I'm facing with this error: "ssl context service invalid because sslcontextservice is disable". Can you help me ? Thanks in advance,
... View more
11-02-2016
04:56 AM
more information: https://blogs.oracle.com/datawarehousing/entry/oracle_sql_developer_data_modeler
... View more
10-14-2016
01:25 AM
I'm also having same the problem. Traceback (most recent call last):
File "/var/lib/ambari-agent/cache/common-services/HIVE/0.12.0.2.0/package/scripts/hive_server_interactive.py", line 512, in check_llap_app_status
status = do_retries()
File "/usr/lib/python2.6/site-packages/resource_management/libraries/functions/decorator.py", line 55, in wrapper
return function(*args, **kwargs)
File "/var/lib/ambari-agent/cache/common-services/HIVE/0.12.0.2.0/package/scripts/hive_server_interactive.py", line 505, in do_retries
raise Fail(status_str)
Fail: LLAP app 'llap0' current state is LAUNCHING.
2016-10-14 08:16:01,061 - LLAP app 'llap0' deployment unsuccessful.
Traceback (most recent call last):
File "/var/lib/ambari-agent/cache/common-services/HIVE/0.12.0.2.0/package/scripts/hive_server_interactive.py", line 535, in <module>
HiveServerInteractive().execute()
File "/usr/lib/python2.6/site-packages/resouroutput-702.txtce_management/libraries/script/script.py", line 280, in execute
method(env)
File "/var/lib/ambari-agent/cache/common-services/HIVE/0.12.0.2.0/package/scripts/hive_server_interactive.py", line 123, in start
raise Fail("Skipping START of Hive Server Interactive since LLAP app couldn't be STARTED.")
resource_management.core.exceptions.Fail: Skipping START of Hive Server Interactive since LLAP app couldn't be STARTED.
~
... View more
10-10-2016
02:23 AM
Hi Mqureshi, It's already fixed in the dfdfc46 . patched. When it'll merged to HDP 2.5 (spark 2.0) ?
... View more
10-06-2016
03:34 AM
I've posted to spark community. It's a bug of SparkSQL. https://issues.apache.org/jira/browse/SPARK-17796. whenever the bug is fixed , It'll be updated to HDP 2.5. with spark 2.0.0 version.
... View more
10-06-2016
01:35 AM
1. I'm using a ETL tool and connecting to Spark2-HiveThriftServer2 over connection string URL: "jdbc:hive2://10.30.164.132:10000/nat"
2. I'm facing with below error, if the sql have existed wild card characters "*" : LOAD DATA LOCAL INPATH '${SOURCE_DB_FILE}/V_SOURCE_BTS/${YYYYMMDD}/s0_V_SOURCE_BTS_\*_part_\*' INTO TABLE ${SCHEMA_BI}V_SOURCE_BTS;
Couldn't execute SQL: LOAD DATA LOCAL INPATH '/u02/CDR/HAITI/MakeFile/V_SOURCE_BTS/20160927/s0_V_SOURCE_BTS_\*_part_\*' INTO TABLE nat.V_SOURCE_BTS
2016/10/05 14:38:43 - V_SOURCE_BTS -
2016/10/05 14:38:43 - V_SOURCE_BTS - org.apache.spark.sql.AnalysisException: LOAD DATA input path does not exist: /u02/CDR/HAITI/MakeFile/V_SOURCE_BTS/20160927/s0_V_SOURCE_BTS_\*_part_\*; 3. The sql query can execute without error if I changed the sql and remove wild cards to:
LOAD DATA LOCAL INPATH '/u02/CDR/HAITI/MakeFile/V_SOURCE_BTS/20160927/s0_V_SOURCE_BTS_20160927_part_0000000' INTO TABLE ${SCHEMA_BI}V_SOURCE_BTS; 4. The problem's happened from Spark 2.0.0.
... View more
Labels:
- Labels:
-
Apache Spark