Member since
08-20-2018
6
Posts
0
Kudos Received
0
Solutions
08-23-2018
02:40 AM
@Sandeep Nemuri
... View more
08-23-2018
02:39 AM
@Sandeep Nemuri When I use hue for the create table operation, the application.log does not have any new logs unless I use the hive cli.
... View more
08-23-2018
01:42 AM
@Sandeep Nemuri Hello I checked all the logs and raised the log level of hiveServer2 to Debug, but there were no significant reported exceptions.
... View more
08-22-2018
06:52 AM
I configured hook in hive site. XML. However, I found that remote connection using JDBC such as beeline or hue could not achieve synchronous update of metadata. I don't know why, can someone answer for me?
... View more
Labels:
08-21-2018
01:19 AM
I checked the hive-site. XML and I was sure there were hooks configured. This is the following configuration <property> <name>hive.exec.post.hooks</name> <value>org.apache.atlas.hive.hook.HiveHook</value> </property>
... View more
08-20-2018
08:44 AM
Apache Atlas 1.0.0 Hive 1.1.0 When I configured the hive hook according to the official website. Only the bin/hive client can pass information such as create table to atlas, while beeline or hue cannot. I don't know why? <property> <name>hive.exec.post.hooks</name> <value>org.apache.atlas.hive.hook.HiveHook</value> </property>
... View more
Labels: