[
https://issues.apache.org/jira/browse/HIVE-18117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16490903#comment-16490903
]
Hive QA commented on HIVE-18117:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12924793/HIVE-18117.10.patch
{color:green}SUCCESS:{color} +1 due to 5 test(s) being added or modified.
{color:green}SUCCESS:{color} +1 due to 14393 tests passed
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/11207/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/11207/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-11207/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12924793 - PreCommit-HIVE-Build
> Create TestCliDriver for HDFS EC
> --------------------------------
>
> Key: HIVE-18117
> URL: https://issues.apache.org/jira/browse/HIVE-18117
> Project: Hive
> Issue Type: Sub-task
> Reporter: Sahil Takiar
> Assignee: Andrew Sherman
> Priority: Major
> Attachments: HIVE-18117.1.patch, HIVE-18117.10.patch,
> HIVE-18117.2.patch, HIVE-18117.3.patch, HIVE-18117.4.patch,
> HIVE-18117.5.patch, HIVE-18117.6.patch, HIVE-18117.7.patch,
> HIVE-18117.8.patch, HIVE-18117.9.patch
>
>
> Should be able to do something similar to what we do for HDFS encryption.
> TestErasureCodingHDFSCliDriver uses a test-only CommandProcessor
> "ErasureProcessor"
> which allows .q files to contain Erasure Coding commands similar to those
> provided
> by the hdfs ec command
> https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HDFSErasureCoding.html.
> The Erasure Coding functionality is exposed through a new shim
> "HdfsFileErasureCodingPolicy".
> At this stage there are two .q files:
> erasure_commnds.q (a simple test to show ERASURE commands can run on local fs
> via
> TestCliDriver or on hdfs via TestErasureCodingHDFSCliDriver), and
> erasure_simple.q (which does some trivial queries to demonstrate basic
> functionality).
> More tests will come in future commits.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)