You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2017/02/28 17:21:45 UTC

[jira] [Commented] (AMBARI-20234) HiveView2.0 - settings not taking effect

    [ https://issues.apache.org/jira/browse/AMBARI-20234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15888493#comment-15888493 ] 

Hadoop QA commented on AMBARI-20234:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12855146/AMBARI-20234_branch-2.5.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:red}-1 core tests{color}.  The test build failed in contrib/views/hive20 

Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/10806//testReport/
Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/10806//console

This message is automatically generated.

> HiveView2.0 - settings not taking effect
> ----------------------------------------
>
>                 Key: AMBARI-20234
>                 URL: https://issues.apache.org/jira/browse/AMBARI-20234
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-views
>    Affects Versions: 2.5.0
>            Reporter: Nitiraj Singh Rathore
>            Assignee: Nitiraj Singh Rathore
>             Fix For: 2.5.0
>
>         Attachments: AMBARI-20234_branch-2.5.patch
>
>
> Tried adding hive.exec.dynamic.partition.mode=nonstrict in hive view setting.
> But that is not working.
> I verified the setting by running query "set hive.exec.dynamic.partition.mode" and it doesn't show updated value.
> Details of what I was trying to do -
> I ran following query -
> insert into store_sales2 PARTITION (sale_date) select dob, 1, 1, 1 from student_table
> It failed with - 
> Caused by: java.lang.RuntimeException: org.apache.hadoop.hive.ql.parse.SemanticException:Dynamic partition strict mode requires at least one static partition column. To turn this off set hive.exec.dynamic.partition.mode=nonstrict
> Then I added above settings and tried running query, it still fails with same error. So I tried running "set hive.exec.dynamic.partition.mode" to verify the setting, and it wasn't updated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)