----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30707/#review71380 -----------------------------------------------------------
sentry-binding/sentry-binding-hive/src/test/java/org/apache/sentry/binding/hive/TestSentryHiveAuthorizationTaskFactory.java <https://reviews.apache.org/r/30707/#comment117093> There should be a @After method, to delete the temp dir. sentry-binding/sentry-binding-hive/src/test/java/org/apache/sentry/binding/hive/TestURI.java <https://reviews.apache.org/r/30707/#comment117094> There should be a @After method, to delete the temp dir. - Colin Ma On Feb. 6, 2015, 5:49 a.m., Dapeng Sun wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/30707/ > ----------------------------------------------------------- > > (Updated Feb. 6, 2015, 5:49 a.m.) > > > Review request for sentry. > > > Bugs: SENTRY-609 > https://issues.apache.org/jira/browse/SENTRY-609 > > > Repository: sentry > > > Description > ------- > > 26 tests are failing in this run: > https://builds.apache.org/job/Sentry-jdk-1.7/196/org.apache.sentry$sentry-binding-hive/testReport/ > with the following error: > Error Message > > java.lang.RuntimeException: The root scratch dir: /tmp/hive on HDFS should be > writable. Current permissions are: rwxr-xr-x > Stacktrace > > java.lang.RuntimeException: java.lang.RuntimeException: The root scratch dir: > /tmp/hive on HDFS should be writable. Current permissions are: rwxr-xr-x > at > org.apache.hadoop.hive.ql.session.SessionState.createRootHDFSDir(SessionState.java:535) > at > org.apache.hadoop.hive.ql.session.SessionState.createSessionDirs(SessionState.java:484) > at > org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:436) > at > org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:392) > at > org.apache.sentry.binding.hive.TestSentryHiveAuthorizationTaskFactory.setup(TestSentryHiveAuthorizationTaskFactory.java:80) > > > Diffs > ----- > > > sentry-binding/sentry-binding-hive/src/test/java/org/apache/sentry/binding/hive/TestSentryHiveAuthorizationTaskFactory.java > eebf419 > > sentry-binding/sentry-binding-hive/src/test/java/org/apache/sentry/binding/hive/TestURI.java > e99d37f > > Diff: https://reviews.apache.org/r/30707/diff/ > > > Testing > ------- > > Unit Tests in local > > > Thanks, > > Dapeng Sun > >
