Re: I can't mvn clean package

2021-11-03 Thread igyu
windows can't build hive because windows has shell igyu From: igyu Date: 2021-10-14 13:16 To: user Subject: I can't mvn clean package I can't "mvn clean package" I get a error [INFO] Hive Standalone Metastore Common Code 4.0.0-SNAPSHOT FAILURE [ 1.446 s] [ERRO

hive on spark submit to yarn pools?

2021-11-03 Thread igyu
but now application use hive to submit root.jzyc igyu

I can't build hive 4.0.0

2021-10-14 Thread igyu
/test/org/apache/hadoop/hive/kafka/AvroBytesConverterTest.java:[23,48] package io.confluent.kafka.schemaregistry.client doesn't exist [ERROR] But I have kafka-schema-registry-client-5.4.0.jar in io/confluent/kafka-schema-registry-client/5.4.0 igyu

I can't mvn clean package

2021-10-13 Thread igyu
ter correcting the problems, you can resume the build with the command [ERROR] mvn -rf :hive-standalone-metastore-common igyu

Re: Re: How can I know use execute or executeQuery

2021-09-15 Thread igyu
MSCK REPAIR TABLE hivetest.mytable1 I know this reason but if I ResultSet rs = st.executeQuery("msck repair table hivetest.chinese_part1"); I will get a error The query did not generate a result set! igyu From: igyu Date: 2021-09-16 08:59 To: user Subject: Re: Re: How can

Re: Re: How can I know use execute or executeQuery

2021-09-15 Thread igyu
TE, UPDATE, UPSERT, USE, VALUES, WITH CAUSED BY: Exception: Syntax error but I can exec that in hue I use org.apache.hive hive-jdbc 2.1.1-cdh6.3.2 CDH 6.3.2 igyu From: Edward Capriolo Date: 2021-09-15 20:18 To: user@hive.apache.org Subject: Re: How can I know use execute or execu

How can I know use execute or executeQuery

2021-09-14 Thread igyu
SQL is writed by user. user can write "show tables", "use db"or "select * from table". so I don't know SQL before send to server. when SQL into the server how can I know use execute or executeQuery. SQL type is too many igyu

How can enable Audit Logs

2021-08-23 Thread igyu
I only find https://cwiki.apache.org/confluence/display/Hive/GettingStarted#GettingStarted-AuditLogs but I don't know enable Audit logs How can I do it I use cdh 6.3.2 hive 2.1.1 igyu

How can I get calls the number of times some of table

2021-08-15 Thread igyu
I want get calls the number of times some of table like select * from chinese_part; select * from chinese_part; select * from chinese_part; chinese_part table calls the number of times is 3 How can I get that statistical information igyu

回复: How can I get application with hive jdbc

2021-08-10 Thread igyu
applicationTags.add("myhive3"); igyu 发件人: igyu 发送时间: 2021-08-10 17:46 收件人: user 主题: How can I get application with hive jdbc hive on spark Properties pro = new Properties(); pro.put("hiveconf:spark.app.name", "myhive3"); pro.put("hiveconf:spark.yarn.tags&

How can I get application with hive jdbc

2021-08-10 Thread igyu
tionId()); } } catch (Exception err) { err.printStackTrace(); } } How can I set tags? igyu