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
but now application use hive to submit root.jzyc
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
ter correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :hive-standalone-metastore-common
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
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
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
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
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
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&
tionId());
}
} catch (Exception err) {
err.printStackTrace();
}
}
How can I set tags?
igyu
11 matches
Mail list logo