Member since
09-13-2022
23
Posts
0
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3381 | 12-26-2022 07:55 PM | |
1354 | 12-12-2022 10:10 PM | |
4126 | 11-10-2022 06:29 PM |
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
12-04-2022
07:56 PM
when i try running pyspark command pyspark is not responding
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Spark
-
Apache Zeppelin
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
11-10-2022
06:29 PM
solved when i check in yarn ui the application cant kill so i use user yarn in cli and kill heap application
... View more
11-07-2022
11:51 PM
i am using hive and tez.whenever i am performing insert query its returns following error: execution error, return code 1 from org.apache.hadoop.hive.ql.exec.tez.teztask
... View more
Labels:
- « Previous
-
- 1
- 2
- Next »