Skip to content

Commit 58e1b36

Browse files
committed
fixing a bug and updating a link
1 parent 74b093d commit 58e1b36

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

articles/storage/blobs/data-lake-storage-directory-file-acl-java.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,7 @@ static public void DownloadFile(DataLakeFileSystemClient fileSystemClient)
273273
fileClient.read(targetStream);
274274

275275
targetStream.close();
276-
277-
fileClient.flush(file.length());
278-
276+
279277
}
280278

281279
```

articles/storage/blobs/data-lake-storage-integrate-with-azure-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following table lists the Azure services that support Azure Data Lake Storag
2929
|Data Box| [Use Azure Data Box to migrate data from an on-premises HDFS store to Azure Storage](data-lake-storage-migrate-on-premises-hdfs-cluster.md)|
3030
|HDInsight | [Use Azure Data Lake Storage Gen2 with Azure HDInsight clusters](https://docs.microsoft.com/azure/hdinsight/hdinsight-hadoop-use-data-lake-storage-gen2?toc=%2fazure%2fstorage%2fblobs%2ftoc.json)<br>[Using the HDFS CLI with Data Lake Storage Gen2](data-lake-storage-use-hdfs-data-lake-storage.md) <br>[Tutorial: Extract, transform, and load data by using Apache Hive on Azure HDInsight](data-lake-storage-tutorial-extract-transform-load-hive.md) |
3131
|IoT Hub | [Use IoT Hub message routing to send device-to-cloud messages to different endpoints](https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messages-d2c)|
32-
|Power BI| [Analyze data in Data Lake Storage Gen2 using Power BI](data-lake-storage-use-power-bi.md) |
32+
|Power BI| [Analyze data in Data Lake Storage Gen2 using Power BI](https://docs.microsoft.com/power-query/connectors/datalakestorage) |
3333
|SQL Data Warehouse | [Use with Azure SQL Data Warehouse](https://docs.microsoft.com/azure/sql-database/sql-database-vnet-service-endpoint-rule-overview?toc=%2fazure%2fstorage%2fblobs%2ftoc.json#azure-sql-data-warehouse-polybase)|
3434
|SQL Server Integration Services (SSIS) | [Azure Storage connection manager](https://docs.microsoft.com/sql/integration-services/connection-manager/azure-storage-connection-manager?view=sql-server-2017)|
3535

0 commit comments

Comments
 (0)