[
https://issues.apache.org/jira/browse/NIFI-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16175423#comment-16175423
]
ASF GitHub Bot commented on NIFI-4360:
--------------------------------------
Github user joewitt commented on the issue:
https://github.com/apache/nifi/pull/2158
Lots of test failures.
/code
Tests run: 19, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 0.847 sec
<<< FAILURE! - in org.apache.nifi.processors.adls.TestPutADLSFile
testPutConflictReplace(org.apache.nifi.processors.adls.TestPutADLSFile)
Time elapsed: 0.102 sec <<< FAILURE!
java.lang.AssertionError:
Expected: a string containing "%5Csample%5Csample.txt.nifipart"
but: was
"/webhdfs/v1/sample/sample.txt.nifipart?op=CREATE&syncFlag=DATA&overwrite=true&write=true&filesessionid=3834110d-e3b1-41cc-9ff4-022da542ae4b&leaseid=3834110d-e3b1-41cc-9ff4-022da542ae4b&api-version=2016-11-01"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.junit.Assert.assertThat(Assert.java:956)
at org.junit.Assert.assertThat(Assert.java:923)
at
org.apache.nifi.processors.adls.TestPutADLSFile.testPutConflictReplace(TestPutADLSFile.java:161)
testPutConflictAppend(org.apache.nifi.processors.adls.TestPutADLSFile)
Time elapsed: 0.01 sec <<< FAILURE!
java.lang.AssertionError:
Expected: a string containing "%5Csample%5Csample.txt.nifipart"
but: was
"/webhdfs/v1/sample/sample.txt.nifipart?op=CREATE&syncFlag=DATA&overwrite=true&write=true&filesessionid=0c697d9a-fa07-47b7-adfd-877b90e15717&leaseid=0c697d9a-fa07-47b7-adfd-877b90e15717&api-version=2016-11-01"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.junit.Assert.assertThat(Assert.java:956)
at org.junit.Assert.assertThat(Assert.java:923)
at
org.apache.nifi.processors.adls.TestPutADLSFile.testPutConflictAppend(TestPutADLSFile.java:215)
testPutConflictFail(org.apache.nifi.processors.adls.TestPutADLSFile) Time
elapsed: 0 sec <<< FAILURE!
java.lang.AssertionError:
Expected: a string containing "%5Csample%5Csample.txt.nifipart"
but: was
"/webhdfs/v1/sample/sample.txt.nifipart?op=CREATE&syncFlag=DATA&overwrite=true&write=true&filesessionid=a6fe439c-b2f1-41c2-ba5d-e7d75836d53b&leaseid=a6fe439c-b2f1-41c2-ba5d-e7d75836d53b&api-version=2016-11-01"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.junit.Assert.assertThat(Assert.java:956)
at org.junit.Assert.assertThat(Assert.java:923)
at
org.apache.nifi.processors.adls.TestPutADLSFile.testPutConflictFail(TestPutADLSFile.java:108)
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 sec -
in org.apache.nifi.ranger.authorization.TestRangerBasePluginWithPolicies
Running org.apache.nifi.ranger.authorization.TestRangerNiFiAuthorizer
Results :
Failed tests:
TestListADLSFile.testFlowFileAttributes:233 expected:<[\]test> but
was:<[/]test>
TestPutADLSFile.testPutConflictAppend:215
Expected: a string containing "%5Csample%5Csample.txt.nifipart"
but: was
"/webhdfs/v1/sample/sample.txt.nifipart?op=CREATE&syncFlag=DATA&overwrite=true&write=true&filesessionid=0c697d9a-fa07-47b7-adfd-877b90e15717&leaseid=0c697d9a-fa07-47b7-adfd-877b90e15717&api-version=2016-11-01"
TestPutADLSFile.testPutConflictFail:108
Expected: a string containing "%5Csample%5Csample.txt.nifipart"
but: was
"/webhdfs/v1/sample/sample.txt.nifipart?op=CREATE&syncFlag=DATA&overwrite=true&write=true&filesessionid=a6fe439c-b2f1-41c2-ba5d-e7d75836d53b&leaseid=a6fe439c-b2f1-41c2-ba5d-e7d75836d53b&api-version=2016-11-01"
TestPutADLSFile.testPutConflictReplace:161
Expected: a string containing "%5Csample%5Csample.txt.nifipart"
but: was
"/webhdfs/v1/sample/sample.txt.nifipart?op=CREATE&syncFlag=DATA&overwrite=true&write=true&filesessionid=3834110d-e3b1-41cc-9ff4-022da542ae4b&leaseid=3834110d-e3b1-41cc-9ff4-022da542ae4b&api-version=2016-11-01"
> Add support for Azure Data Lake Store (ADLS)
> --------------------------------------------
>
> Key: NIFI-4360
> URL: https://issues.apache.org/jira/browse/NIFI-4360
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Extensions
> Reporter: Milan Chandna
> Assignee: Milan Chandna
> Labels: adls, azure, hdfs
> Original Estimate: 336h
> Remaining Estimate: 336h
>
> Currently ingress and egress in ADLS account is possible only using HDFS
> processors.
> Opening this feature to support separate processors for interaction with ADLS
> accounts directly.
> Benefits are many like
> - simple configuration.
> - Helping users not familiar with HDFS
> - Helping users who currently are accessing ADLS accounts directly.
> - using the ADLS SDK rather than HDFS client, one lesser layer to go through.
> Can be achieved by adding separate ADLS processors.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)