Ejemplo n.º 1
0
        public async Task ListDir()
        {
            client = new WebHdfsClient(DataTestUtility.HdfsConnStr);
            var result = await client.ListStatus(DataTestUtility.HdfsRootDir);

            Assert.NotNull(result);
            Assert.True(result.Any());
        }