Member since
09-13-2022
23
Posts
0
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3237 | 12-26-2022 07:55 PM | |
1273 | 12-12-2022 10:10 PM | |
3850 | 11-10-2022 06:29 PM |
02-07-2023
10:35 PM
when i try to restart hive llap get this error ``` Traceback (most recent call last):
File "/usr/lib/ambari-agent/lib/resource_management/libraries/script/script.py", line 992, in restart
self.status(env)
File "/var/lib/ambari-agent/cache/common-services/HIVE/3.1.0/package/scripts/hive_server_interactive.py", line 159, in status
check_process_status(status_params.hive_interactive_pid)
File "/usr/lib/ambari-agent/lib/resource_management/libraries/functions/check_process_status.py", line 43, in check_process_status
raise ComponentIsNotRunning()
ComponentIsNotRunning
The above exception was the cause of the following exception:
Traceback (most recent call last):
File "/var/lib/ambari-agent/cache/common-services/HIVE/3.1.0/package/scripts/hive_server_interactive.py", line 550, in <module>
HiveServerInteractive().execute()
File "/usr/lib/ambari-agent/lib/resource_management/libraries/script/script.py", line 351, in execute
method(env)
File "/usr/lib/ambari-agent/lib/resource_management/libraries/script/script.py", line 1003, in restart
self.start(env, upgrade_type=upgrade_type)
File "/var/lib/ambari-agent/cache/common-services/HIVE/3.1.0/package/scripts/hive_server_interactive.py", line 99, 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. ``` anyone can help me to solve this ? thank you
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hive
01-08-2023
06:44 AM
hello i am having same issue too any solution?
... View more
01-02-2023
06:45 PM
I ran pyspark code the first time it was fine, the second time it dies and show this on every single cell of my zeppelin notebook, and also other notebook that I am running with pyspark, I have to t restart the interpreter order to fix this. Traceback (most recent call last): File "/var/folders/zh/dvdnf74d1t9cq78hjjm3xft80000gn/T/zeppelin_pyspark-1462033700144752464.py", line 343, in sc.setJobGroup(jobGroup, "Zeppelin") File "/Users/titusfong/spark/python/pyspark/context.py", line 902, in setJobGroup self._jsc.setJobGroup(groupId, description, interruptOnCancel) AttributeError: 'NoneType' object has no attribute 'setJobGroup'
... View more
Labels:
- Labels:
-
Apache Spark
-
Apache Zeppelin
12-26-2022
07:55 PM
i solved it by re configure spark.jars & spark.submit.Pyfiles in spark interpreters
... View more
12-22-2022
11:59 PM
where can i get that jar ?
... View more
12-22-2022
06:29 PM
yes i already did that but still TypeError: 'JavaPackage' object is not callable
... View more
12-22-2022
12:17 AM
when i tried to running this note %spark2.pyspark import pyspark from pyspark_llap import HiveWarehouseSession hive = HiveWarehouseSession.session(spark).build() df = hive.execute(" show databases ") the result is File "/tmp/spark-00e8a412-9248-4a78-803f-3ca9d8ddac2d/userFiles-2f95cdc1-3caa-42d7-8356-5b022b67b3b9/pyspark_hwc-1.0.0.3.1.0.0-78.zip/pyspark_llap/sql/session.py", line 228, in session return HiveWarehouseBuilder.session(session) File "/tmp/spark-00e8a412-9248-4a78-803f-3ca9d8ddac2d/userFiles-2f95cdc1-3caa-42d7-8356-5b022b67b3b9/pyspark_hwc-1.0.0.3.1.0.0-78.zip/pyspark_llap/sql/session.py", line 44, in session jvm.com.hortonworks.spark.sql.hive.llap.HiveWarehouseBuilder.session(jsparkSession)) TypeError: 'JavaPackage' object is not callable how do i fix it ? thanks
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Spark
-
Apache Zeppelin
12-20-2022
07:02 PM
nothing just url to ranger in master 1
... View more
12-20-2022
12:10 AM
i just install hive llap anda the problem is in log hive-server2-interactive.err ``` ERROR [Thread-9] util.PolicyRefresher: PolicyRefresher(serviceName={{repo_name}}): failed to refresh policies. Will continue to use last known version of policies (-1) java.lang.IllegalArgumentException: Illegal character in path at index 35: /service/plugins/policies/download/{{repo_name}} at java.net.URI.create(URI.java:852) at com.sun.jersey.api.client.Client.resource(Client.java:434) at org.apache.ranger.plugin.util.RangerRESTClient.getResource(RangerRESTClient.java:156) at org.apache.ranger.admin.client.RangerAdminRESTClient.createWebResource(RangerAdminRESTClient.java:275) at org.apache.ranger.admin.client.RangerAdminRESTClient.getServicePoliciesIfUpdated(RangerAdminRESTClient.java:126) at org.apache.ranger.plugin.util.PolicyRefresher.loadPolicyfromPolicyAdmin(PolicyRefresher.java:264) at org.apache.ranger.plugin.util.PolicyRefresher.loadPolicy(PolicyRefresher.java:202) at org.apache.ranger.plugin.util.PolicyRefresher.run(PolicyRefresher.java:171) Caused by: java.net.URISyntaxException: Illegal character in path at index 35: /service/plugins/policies/download/{{repo_name}} at java.net.URI$Parser.fail(URI.java:2845) at java.net.URI$Parser.checkChars(URI.java:3018) at java.net.URI$Parser.parseHierarchical(URI.java:3102) at java.net.URI$Parser.parse(URI.java:3060) at java.net.URI.<init>(URI.java:588) at java.net.URI.create(URI.java:850) ... 7 more ``` and in task log accour error }
WARN cli.LlapStatusServiceDriver: Watch timeout 600s exhausted before desired state RUNNING is attained.
2022-12-20 09:51:42,858 - LLAP app 'llap0' current state is LAUNCHING.
2022-12-20 09:51:42,858 - LLAP app 'llap0' current state is LAUNCHING.
2022-12-20 09:51:42,858 - LLAP app 'llap0' deployment unsuccessful.
Command failed after 1 tries anybody can help me?
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hive
12-18-2022
06:39 PM
appear new error after doing that WARN cli.LlapStatusServiceDriver: Watch timeout 400s exhausted before desired state RUNNING is attained.
2022-12-19 09:24:02,846 - LLAP app 'llap0' current state is LAUNCHING.
2022-12-19 09:24:02,847 - LLAP app 'llap0' current state is LAUNCHING.
2022-12-19 09:24:02,847 - LLAP app 'llap0' deployment unsuccessful.
Command failed after 1 tries
... View more