Member since
09-13-2022
23
Posts
0
Kudos Received
3
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 5409 | 12-26-2022 07:55 PM | |
| 2224 | 12-12-2022 10:10 PM | |
| 6263 | 11-10-2022 06:29 PM |
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-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
12-15-2022
11:25 PM
i try to start hive llap but when i start always failed and this logs from task log WARN conf.HiveConf: HiveConf of name hive.heapsize does not exist
ERROR cli.LlapStatusServiceDriver: FAILED: null
java.lang.NullPointerException: null
at org.apache.hadoop.hive.llap.cli.LlapStatusServiceDriver.run(LlapStatusServiceDriver.java:199) [hive-llap-server-3.1.0.jar:3.1.0]
at org.apache.hadoop.hive.llap.cli.LlapStatusServiceDriver.main(LlapStatusServiceDriver.java:712) [hive-llap-server-3.1.0.jar:3.1.0]
FAILED: null
Command failed after 1 tries anybody can help ? thanks
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hive
12-12-2022
10:10 PM
this setting in spark interpreter zeppelin
... View more
12-12-2022
10:10 PM
its admin:admin but its solve by add user=hive in spark.sql.hive.hiveserver2.jdbc.url = jdbc:hive2://ipserver:2181,ipserver:2181,ipserver:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2;user=hive
... View more
12-12-2022
08:08 PM
in zeppelin i run show databases; and show tables works but when pyspark to select * from tables get error permission denied user = anonymous java.security.AccessControlException: Permission denied: user=anonymous, access=READ, inode="/warehouse/tablespace/managed/hive when i check getfacl in /warehouse/tablespace/managed/hive user zeppelin can rwx the directory why does zeppelin read as user anonymous ? anybody can help ? thanks
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Zeppelin
-
HDFS
11-27-2022
10:44 PM
have you set in Advanced nifi-properties nifi.security.user.login.identity.provider = ldap-provider nifi.cluster.is.node = false (setting false if standalone) nifi.security.identity.mapping.pattern.dn = ^CN=(.*?), OU=(.*?), O=(.*?), L=(.*?), ST=(.*?), C=(.*?)$ nifi.security.identity.mapping.value.dn = $1@$2
... View more