[jira] [Updated] (HIVE-19731) Change staging tmp directory used by TestHCatLoaderComplexSchema

2018-05-31 Thread Jesus Camacho Rodriguez (JIRA)


 [ 
https://issues.apache.org/jira/browse/HIVE-19731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jesus Camacho Rodriguez updated HIVE-19731:
---
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Change staging tmp directory used by TestHCatLoaderComplexSchema
> 
>
> Key: HIVE-19731
> URL: https://issues.apache.org/jira/browse/HIVE-19731
> Project: Hive
>  Issue Type: Test
>  Components: Test
>Affects Versions: 3.1.0, 4.0.0
>Reporter: Jesus Camacho Rodriguez
>Assignee: Jesus Camacho Rodriguez
>Priority: Major
> Fix For: 3.1.0, 4.0.0
>
> Attachments: HIVE-19731.patch
>
>
> Another one that is set to default and hence is flaky.
> https://builds.apache.org/job/PreCommit-HIVE-Build/11321/testReport/org.apache.hive.hcatalog.pig/TestHCatLoaderComplexSchema/testSyntheticComplexSchema_3_/
> {noformat}
> org.apache.hadoop.util.Shell$ExitCodeException: chmod: cannot access 
> ‘/tmp/hadoop/mapred/staging/hiveptest985275899/.staging/job_local985275899_0088’:
>  No such file or directory
>   at org.apache.hadoop.util.Shell.runCommand(Shell.java:1009) 
> ~[hadoop-common-3.1.0.jar:?]
>   at org.apache.hadoop.util.Shell.run(Shell.java:902) 
> ~[hadoop-common-3.1.0.jar:?]
>   at 
> org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:1227) 
> ~[hadoop-common-3.1.0.jar:?]
>   at org.apache.hadoop.util.Shell.execCommand(Shell.java:1321) 
> ~[hadoop-common-3.1.0.jar:?]
>   at org.apache.hadoop.util.Shell.execCommand(Shell.java:1303) 
> ~[hadoop-common-3.1.0.jar:?]
>   at 
> org.apache.hadoop.fs.RawLocalFileSystem.setPermission(RawLocalFileSystem.java:840)
>  ~[hadoop-common-3.1.0.jar:?]
>   at 
> org.apache.hadoop.fs.ChecksumFileSystem$1.apply(ChecksumFileSystem.java:508) 
> ~[hadoop-common-3.1.0.jar:?]
>   at 
> org.apache.hadoop.fs.ChecksumFileSystem$FsOperation.run(ChecksumFileSystem.java:489)
>  ~[hadoop-common-3.1.0.jar:?]
>   at 
> org.apache.hadoop.fs.ChecksumFileSystem.setPermission(ChecksumFileSystem.java:511)
>  ~[hadoop-common-3.1.0.jar:?]
>   at org.apache.hadoop.fs.FileSystem.mkdirs(FileSystem.java:727) 
> ~[hadoop-common-3.1.0.jar:?]
>   at 
> org.apache.hadoop.mapreduce.JobResourceUploader.mkdirs(JobResourceUploader.java:658)
>  ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
>   at 
> org.apache.hadoop.mapreduce.JobResourceUploader.uploadResourcesInternal(JobResourceUploader.java:172)
>  ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
>   at 
> org.apache.hadoop.mapreduce.JobResourceUploader.uploadResources(JobResourceUploader.java:133)
>  ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
>   at 
> org.apache.hadoop.mapreduce.JobSubmitter.copyAndConfigureFiles(JobSubmitter.java:102)
>  ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
>   at 
> org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:197)
>  ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
>   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1570) 
> ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
>   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1567) 
> ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
>   at java.security.AccessController.doPrivileged(Native Method) 
> ~[?:1.8.0_102]
>   at javax.security.auth.Subject.doAs(Subject.java:422) ~[?:1.8.0_102]
>   at 
> org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1682)
>  ~[hadoop-common-3.1.0.jar:?]
>   at org.apache.hadoop.mapreduce.Job.submit(Job.java:1567) 
> ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
>   at 
> org.apache.hadoop.mapreduce.lib.jobcontrol.ControlledJob.submit(ControlledJob.java:336)
>  [hadoop-mapreduce-client-core-3.1.0.jar:?]
>   at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source) ~[?:?]
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:1.8.0_102]
>   at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102]
>   at 
> org.apache.pig.backend.hadoop23.PigJobControl.submit(PigJobControl.java:128) 
> [pig-0.16.0-h2.jar:?]
>   at 
> org.apache.pig.backend.hadoop23.PigJobControl.run(PigJobControl.java:194) 
> [pig-0.16.0-h2.jar:?]
>   at java.lang.Thread.run(Thread.java:745) [?:1.8.0_102]
>   at 
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher$1.run(MapReduceLauncher.java:276)
>  [pig-0.16.0-h2.jar:?]
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-19731) Change staging tmp directory used by TestHCatLoaderComplexSchema

2018-05-29 Thread Jesus Camacho Rodriguez (JIRA)


 [ 
https://issues.apache.org/jira/browse/HIVE-19731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jesus Camacho Rodriguez updated HIVE-19731:
---
Fix Version/s: 4.0.0
   3.1.0
   Status: Patch Available  (was: In Progress)

Pushed to master, branch-3.

Cc [~vgarg]

Created HIVE-19732 for the follow-up.

> Change staging tmp directory used by TestHCatLoaderComplexSchema
> 
>
> Key: HIVE-19731
> URL: https://issues.apache.org/jira/browse/HIVE-19731
> Project: Hive
>  Issue Type: Test
>  Components: Test
>Affects Versions: 3.1.0, 4.0.0
>Reporter: Jesus Camacho Rodriguez
>Assignee: Jesus Camacho Rodriguez
>Priority: Major
> Fix For: 3.1.0, 4.0.0
>
> Attachments: HIVE-19731.patch
>
>
> Another one that is set to default and hence is flaky.
> https://builds.apache.org/job/PreCommit-HIVE-Build/11321/testReport/org.apache.hive.hcatalog.pig/TestHCatLoaderComplexSchema/testSyntheticComplexSchema_3_/
> {noformat}
> org.apache.hadoop.util.Shell$ExitCodeException: chmod: cannot access 
> ‘/tmp/hadoop/mapred/staging/hiveptest985275899/.staging/job_local985275899_0088’:
>  No such file or directory
>   at org.apache.hadoop.util.Shell.runCommand(Shell.java:1009) 
> ~[hadoop-common-3.1.0.jar:?]
>   at org.apache.hadoop.util.Shell.run(Shell.java:902) 
> ~[hadoop-common-3.1.0.jar:?]
>   at 
> org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:1227) 
> ~[hadoop-common-3.1.0.jar:?]
>   at org.apache.hadoop.util.Shell.execCommand(Shell.java:1321) 
> ~[hadoop-common-3.1.0.jar:?]
>   at org.apache.hadoop.util.Shell.execCommand(Shell.java:1303) 
> ~[hadoop-common-3.1.0.jar:?]
>   at 
> org.apache.hadoop.fs.RawLocalFileSystem.setPermission(RawLocalFileSystem.java:840)
>  ~[hadoop-common-3.1.0.jar:?]
>   at 
> org.apache.hadoop.fs.ChecksumFileSystem$1.apply(ChecksumFileSystem.java:508) 
> ~[hadoop-common-3.1.0.jar:?]
>   at 
> org.apache.hadoop.fs.ChecksumFileSystem$FsOperation.run(ChecksumFileSystem.java:489)
>  ~[hadoop-common-3.1.0.jar:?]
>   at 
> org.apache.hadoop.fs.ChecksumFileSystem.setPermission(ChecksumFileSystem.java:511)
>  ~[hadoop-common-3.1.0.jar:?]
>   at org.apache.hadoop.fs.FileSystem.mkdirs(FileSystem.java:727) 
> ~[hadoop-common-3.1.0.jar:?]
>   at 
> org.apache.hadoop.mapreduce.JobResourceUploader.mkdirs(JobResourceUploader.java:658)
>  ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
>   at 
> org.apache.hadoop.mapreduce.JobResourceUploader.uploadResourcesInternal(JobResourceUploader.java:172)
>  ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
>   at 
> org.apache.hadoop.mapreduce.JobResourceUploader.uploadResources(JobResourceUploader.java:133)
>  ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
>   at 
> org.apache.hadoop.mapreduce.JobSubmitter.copyAndConfigureFiles(JobSubmitter.java:102)
>  ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
>   at 
> org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:197)
>  ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
>   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1570) 
> ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
>   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1567) 
> ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
>   at java.security.AccessController.doPrivileged(Native Method) 
> ~[?:1.8.0_102]
>   at javax.security.auth.Subject.doAs(Subject.java:422) ~[?:1.8.0_102]
>   at 
> org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1682)
>  ~[hadoop-common-3.1.0.jar:?]
>   at org.apache.hadoop.mapreduce.Job.submit(Job.java:1567) 
> ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
>   at 
> org.apache.hadoop.mapreduce.lib.jobcontrol.ControlledJob.submit(ControlledJob.java:336)
>  [hadoop-mapreduce-client-core-3.1.0.jar:?]
>   at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source) ~[?:?]
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:1.8.0_102]
>   at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102]
>   at 
> org.apache.pig.backend.hadoop23.PigJobControl.submit(PigJobControl.java:128) 
> [pig-0.16.0-h2.jar:?]
>   at 
> org.apache.pig.backend.hadoop23.PigJobControl.run(PigJobControl.java:194) 
> [pig-0.16.0-h2.jar:?]
>   at java.lang.Thread.run(Thread.java:745) [?:1.8.0_102]
>   at 
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher$1.run(MapReduceLauncher.java:276)
>  [pig-0.16.0-h2.jar:?]
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-19731) Change staging tmp directory used by TestHCatLoaderComplexSchema

2018-05-29 Thread Jesus Camacho Rodriguez (JIRA)


 [ 
https://issues.apache.org/jira/browse/HIVE-19731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jesus Camacho Rodriguez updated HIVE-19731:
---
Attachment: HIVE-19731.patch

> Change staging tmp directory used by TestHCatLoaderComplexSchema
> 
>
> Key: HIVE-19731
> URL: https://issues.apache.org/jira/browse/HIVE-19731
> Project: Hive
>  Issue Type: Test
>  Components: Test
>Affects Versions: 3.1.0, 4.0.0
>Reporter: Jesus Camacho Rodriguez
>Assignee: Jesus Camacho Rodriguez
>Priority: Major
> Attachments: HIVE-19731.patch
>
>
> Another one that is set to default and hence is flaky.
> https://builds.apache.org/job/PreCommit-HIVE-Build/11321/testReport/org.apache.hive.hcatalog.pig/TestHCatLoaderComplexSchema/testSyntheticComplexSchema_3_/
> {noformat}
> org.apache.hadoop.util.Shell$ExitCodeException: chmod: cannot access 
> ‘/tmp/hadoop/mapred/staging/hiveptest985275899/.staging/job_local985275899_0088’:
>  No such file or directory
>   at org.apache.hadoop.util.Shell.runCommand(Shell.java:1009) 
> ~[hadoop-common-3.1.0.jar:?]
>   at org.apache.hadoop.util.Shell.run(Shell.java:902) 
> ~[hadoop-common-3.1.0.jar:?]
>   at 
> org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:1227) 
> ~[hadoop-common-3.1.0.jar:?]
>   at org.apache.hadoop.util.Shell.execCommand(Shell.java:1321) 
> ~[hadoop-common-3.1.0.jar:?]
>   at org.apache.hadoop.util.Shell.execCommand(Shell.java:1303) 
> ~[hadoop-common-3.1.0.jar:?]
>   at 
> org.apache.hadoop.fs.RawLocalFileSystem.setPermission(RawLocalFileSystem.java:840)
>  ~[hadoop-common-3.1.0.jar:?]
>   at 
> org.apache.hadoop.fs.ChecksumFileSystem$1.apply(ChecksumFileSystem.java:508) 
> ~[hadoop-common-3.1.0.jar:?]
>   at 
> org.apache.hadoop.fs.ChecksumFileSystem$FsOperation.run(ChecksumFileSystem.java:489)
>  ~[hadoop-common-3.1.0.jar:?]
>   at 
> org.apache.hadoop.fs.ChecksumFileSystem.setPermission(ChecksumFileSystem.java:511)
>  ~[hadoop-common-3.1.0.jar:?]
>   at org.apache.hadoop.fs.FileSystem.mkdirs(FileSystem.java:727) 
> ~[hadoop-common-3.1.0.jar:?]
>   at 
> org.apache.hadoop.mapreduce.JobResourceUploader.mkdirs(JobResourceUploader.java:658)
>  ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
>   at 
> org.apache.hadoop.mapreduce.JobResourceUploader.uploadResourcesInternal(JobResourceUploader.java:172)
>  ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
>   at 
> org.apache.hadoop.mapreduce.JobResourceUploader.uploadResources(JobResourceUploader.java:133)
>  ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
>   at 
> org.apache.hadoop.mapreduce.JobSubmitter.copyAndConfigureFiles(JobSubmitter.java:102)
>  ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
>   at 
> org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:197)
>  ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
>   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1570) 
> ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
>   at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1567) 
> ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
>   at java.security.AccessController.doPrivileged(Native Method) 
> ~[?:1.8.0_102]
>   at javax.security.auth.Subject.doAs(Subject.java:422) ~[?:1.8.0_102]
>   at 
> org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1682)
>  ~[hadoop-common-3.1.0.jar:?]
>   at org.apache.hadoop.mapreduce.Job.submit(Job.java:1567) 
> ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
>   at 
> org.apache.hadoop.mapreduce.lib.jobcontrol.ControlledJob.submit(ControlledJob.java:336)
>  [hadoop-mapreduce-client-core-3.1.0.jar:?]
>   at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source) ~[?:?]
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:1.8.0_102]
>   at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102]
>   at 
> org.apache.pig.backend.hadoop23.PigJobControl.submit(PigJobControl.java:128) 
> [pig-0.16.0-h2.jar:?]
>   at 
> org.apache.pig.backend.hadoop23.PigJobControl.run(PigJobControl.java:194) 
> [pig-0.16.0-h2.jar:?]
>   at java.lang.Thread.run(Thread.java:745) [?:1.8.0_102]
>   at 
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher$1.run(MapReduceLauncher.java:276)
>  [pig-0.16.0-h2.jar:?]
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-19731) Change staging tmp directory used by TestHCatLoaderComplexSchema

2018-05-29 Thread Jesus Camacho Rodriguez (JIRA)


 [ 
https://issues.apache.org/jira/browse/HIVE-19731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jesus Camacho Rodriguez updated HIVE-19731:
---
Description: 
Another one that is set to default and hence is flaky.

https://builds.apache.org/job/PreCommit-HIVE-Build/11321/testReport/org.apache.hive.hcatalog.pig/TestHCatLoaderComplexSchema/testSyntheticComplexSchema_3_/

{noformat}
org.apache.hadoop.util.Shell$ExitCodeException: chmod: cannot access 
‘/tmp/hadoop/mapred/staging/hiveptest985275899/.staging/job_local985275899_0088’:
 No such file or directory

at org.apache.hadoop.util.Shell.runCommand(Shell.java:1009) 
~[hadoop-common-3.1.0.jar:?]
at org.apache.hadoop.util.Shell.run(Shell.java:902) 
~[hadoop-common-3.1.0.jar:?]
at 
org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:1227) 
~[hadoop-common-3.1.0.jar:?]
at org.apache.hadoop.util.Shell.execCommand(Shell.java:1321) 
~[hadoop-common-3.1.0.jar:?]
at org.apache.hadoop.util.Shell.execCommand(Shell.java:1303) 
~[hadoop-common-3.1.0.jar:?]
at 
org.apache.hadoop.fs.RawLocalFileSystem.setPermission(RawLocalFileSystem.java:840)
 ~[hadoop-common-3.1.0.jar:?]
at 
org.apache.hadoop.fs.ChecksumFileSystem$1.apply(ChecksumFileSystem.java:508) 
~[hadoop-common-3.1.0.jar:?]
at 
org.apache.hadoop.fs.ChecksumFileSystem$FsOperation.run(ChecksumFileSystem.java:489)
 ~[hadoop-common-3.1.0.jar:?]
at 
org.apache.hadoop.fs.ChecksumFileSystem.setPermission(ChecksumFileSystem.java:511)
 ~[hadoop-common-3.1.0.jar:?]
at org.apache.hadoop.fs.FileSystem.mkdirs(FileSystem.java:727) 
~[hadoop-common-3.1.0.jar:?]
at 
org.apache.hadoop.mapreduce.JobResourceUploader.mkdirs(JobResourceUploader.java:658)
 ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
at 
org.apache.hadoop.mapreduce.JobResourceUploader.uploadResourcesInternal(JobResourceUploader.java:172)
 ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
at 
org.apache.hadoop.mapreduce.JobResourceUploader.uploadResources(JobResourceUploader.java:133)
 ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
at 
org.apache.hadoop.mapreduce.JobSubmitter.copyAndConfigureFiles(JobSubmitter.java:102)
 ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
at 
org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:197)
 ~[hadoop-mapreduce-client-core-3.1.0.jar:?]
at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1570) 
~[hadoop-mapreduce-client-core-3.1.0.jar:?]
at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1567) 
~[hadoop-mapreduce-client-core-3.1.0.jar:?]
at java.security.AccessController.doPrivileged(Native Method) 
~[?:1.8.0_102]
at javax.security.auth.Subject.doAs(Subject.java:422) ~[?:1.8.0_102]
at 
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1682)
 ~[hadoop-common-3.1.0.jar:?]
at org.apache.hadoop.mapreduce.Job.submit(Job.java:1567) 
~[hadoop-mapreduce-client-core-3.1.0.jar:?]
at 
org.apache.hadoop.mapreduce.lib.jobcontrol.ControlledJob.submit(ControlledJob.java:336)
 [hadoop-mapreduce-client-core-3.1.0.jar:?]
at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source) ~[?:?]
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:1.8.0_102]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102]
at 
org.apache.pig.backend.hadoop23.PigJobControl.submit(PigJobControl.java:128) 
[pig-0.16.0-h2.jar:?]
at 
org.apache.pig.backend.hadoop23.PigJobControl.run(PigJobControl.java:194) 
[pig-0.16.0-h2.jar:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_102]
at 
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher$1.run(MapReduceLauncher.java:276)
 [pig-0.16.0-h2.jar:?]
{noformat}

  was:
Another one that is set to default and hence is flaky.

https://builds.apache.org/job/PreCommit-HIVE-Build/11321/testReport/org.apache.hive.hcatalog.pig/TestHCatLoaderComplexSchema/testSyntheticComplexSchema_3_/


> Change staging tmp directory used by TestHCatLoaderComplexSchema
> 
>
> Key: HIVE-19731
> URL: https://issues.apache.org/jira/browse/HIVE-19731
> Project: Hive
>  Issue Type: Test
>  Components: Test
>Affects Versions: 3.1.0, 4.0.0
>Reporter: Jesus Camacho Rodriguez
>Assignee: Jesus Camacho Rodriguez
>Priority: Major
>
> Another one that is set to default and hence is flaky.
> https://builds.apache.org/job/PreCommit-HIVE-Build/11321/testReport/org.apache.hive.hcatalog.pig/TestHCatLoaderComplexSchema/testSyntheticComplexSchema_3_/
> {noformat}
> org.apache.hadoop.util.Shell$ExitCodeException: chmod: cannot access 
>