[ 
https://issues.apache.org/jira/browse/HIVE-24673?focusedWorklogId=543171&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-543171
 ]

ASF GitHub Bot logged work on HIVE-24673:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 27/Jan/21 23:07
            Start Date: 27/Jan/21 23:07
    Worklog Time Spent: 10m 
      Work Description: mustafaiman commented on a change in pull request #1902:
URL: https://github.com/apache/hive/pull/1902#discussion_r565700241



##########
File path: ql/src/test/results/clientnegative/ct_noperm_loc.q.out
##########
@@ -1,11 +1 @@
-PREHOOK: query: create table foo0(id int) location 'hdfs://### HDFS PATH ###'
-PREHOOK: type: CREATETABLE
-PREHOOK: Input: hdfs://### HDFS PATH ###
-PREHOOK: Output: database:default
-PREHOOK: Output: default@foo0
-POSTHOOK: query: create table foo0(id int) location 'hdfs://### HDFS PATH ###'

Review comment:
       Minimr created a hdfs://tmp directory that had permissions 777. The 
first create table in this test creates a table in /tmp. That succeeded in mr 
because tmp is writable. Tez cluster does not have this tmp directory. The test 
creates a tmp directory itself but this is not created with 777 permissions. So 
the test fails in the first create table. I added a dfs chmod 777 to the test.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 543171)
    Time Spent: 2.5h  (was: 2h 20m)

> Migrate NegativeCliDriver and NegativeMinimrCliDriver to llap
> -------------------------------------------------------------
>
>                 Key: HIVE-24673
>                 URL: https://issues.apache.org/jira/browse/HIVE-24673
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Mustafa İman
>            Assignee: Mustafa İman
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> These test drivers should run on llap. Otherwise we can run into situations 
> where certain queries correctly fail on MapReduce but not on Tez.
> Also, it is better if negative cli drivers does not mask "Caused by" lines in 
> test output. Otherwise, a query may start to fail for other reasons than the 
> expected one and we do not realize it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to