[
https://issues.apache.org/jira/browse/IGNITE-5044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983334#comment-15983334
]
Ivan Veselovsky edited comment on IGNITE-5044 at 4/28/17 2:52 PM:
------------------------------------------------------------------
The task runs Okay when the Hive job is run with property
{{ignite.job.shared.classloader=false}} ,
for Hive this can be achieved with
{code} HIVE_HOME/bin/hive --hiveconf ignite.job.shared.classloader=false ..
{code} .
So, this actually is a duplicate of IGNITE-4720 .
To query actual property value in Hive job, the following Hive query can be
launched: {{set ignite.job.shared.classloader}} .
Note. As per my observations, {{ --hiveconf k=v}} option does not pass
properties when used with {{beeline -u jdbc:hive2://}} . At the same time {{
--hiveconf k=v}} works fine with {{hiveserver2 ; beeline -u
jdbc:hive2://localhost:1000/}} , as well as with {{hive ...}} client (with
local connection) .
was (Author: iveselovskiy):
The task runs Okay when the Hive job is run with property
{{ignite.job.shared.classloader=false}} ,
for Hive this can be achieved with
{code} HIVE_HOME/bin/hive --hiveconf ignite.job.shared.classloader=false ..
{code} .
So, this actually is a duplicate of IGNITE-4720 .
To query actual property value in Hive job, the following Hive query can be
launched: {{set ignite.job.shared.classloader}} .
Note. As per my observations, {{--hiveconf k=v}} option does not pass
properties when used with {{beeline -u jdbc:hive2://}} . At the same time
{{--hiveconf k=v}} works fine with {{hiveserver2 ; beeline -u
jdbc:hive2://localhost:1000/}} , as well as with {{hive ...}} client (with
local connection) .
> JVM crash
> ---------
>
> Key: IGNITE-5044
> URL: https://issues.apache.org/jira/browse/IGNITE-5044
> Project: Ignite
> Issue Type: Bug
> Components: hadoop
> Affects Versions: 2.0
> Reporter: Sergey Kozlov
> Assignee: Ivan Veselovsky
> Priority: Critical
> Fix For: 2.1
>
> Attachments: grid.2.node.1.0.out.log, hs_err_pid4079.log
>
>
> Sometimes testing Apache Hadoop + Apache Hive kills JVM
> Take a look on the attached file
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)