diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Catalogs.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/Catalogs.java similarity index 91% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Catalogs.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/Catalogs.java index 8ff8f2c673e..da39b1490f2 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Catalogs.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/Catalogs.java @@ -6,40 +6,43 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics; +package com.microsoft.azure.datalake.analytics; + +import java.util.List; import com.microsoft.azure.CloudException; import com.microsoft.azure.ListOperationCallback; import com.microsoft.azure.Page; import com.microsoft.azure.PagedList; -import com.microsoft.azure.management.datalake.analytics.models.Acl; -import com.microsoft.azure.management.datalake.analytics.models.AclCreateOrUpdateParameters; -import com.microsoft.azure.management.datalake.analytics.models.AclDeleteParameters; -import com.microsoft.azure.management.datalake.analytics.models.DataLakeAnalyticsCatalogCredentialCreateParameters; -import com.microsoft.azure.management.datalake.analytics.models.DataLakeAnalyticsCatalogCredentialUpdateParameters; -import com.microsoft.azure.management.datalake.analytics.models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters; -import com.microsoft.azure.management.datalake.analytics.models.USqlAssembly; -import com.microsoft.azure.management.datalake.analytics.models.USqlAssemblyClr; -import com.microsoft.azure.management.datalake.analytics.models.USqlCredential; -import com.microsoft.azure.management.datalake.analytics.models.USqlDatabase; -import com.microsoft.azure.management.datalake.analytics.models.USqlExternalDataSource; -import com.microsoft.azure.management.datalake.analytics.models.USqlPackage; -import com.microsoft.azure.management.datalake.analytics.models.USqlProcedure; -import com.microsoft.azure.management.datalake.analytics.models.USqlSchema; -import com.microsoft.azure.management.datalake.analytics.models.USqlSecret; -import com.microsoft.azure.management.datalake.analytics.models.USqlTable; -import com.microsoft.azure.management.datalake.analytics.models.USqlTablePartition; -import com.microsoft.azure.management.datalake.analytics.models.USqlTableStatistics; -import com.microsoft.azure.management.datalake.analytics.models.USqlTableType; -import com.microsoft.azure.management.datalake.analytics.models.USqlTableValuedFunction; -import com.microsoft.azure.management.datalake.analytics.models.USqlType; -import com.microsoft.azure.management.datalake.analytics.models.USqlView; +import com.microsoft.azure.datalake.analytics.models.Acl; +import com.microsoft.azure.datalake.analytics.models.AclCreateOrUpdateParameters; +import com.microsoft.azure.datalake.analytics.models.AclDeleteParameters; +import com.microsoft.azure.datalake.analytics.models.DataLakeAnalyticsCatalogCredentialCreateParameters; +import com.microsoft.azure.datalake.analytics.models.DataLakeAnalyticsCatalogCredentialUpdateParameters; +import com.microsoft.azure.datalake.analytics.models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters; +import com.microsoft.azure.datalake.analytics.models.USqlAssembly; +import com.microsoft.azure.datalake.analytics.models.USqlAssemblyClr; +import com.microsoft.azure.datalake.analytics.models.USqlCredential; +import com.microsoft.azure.datalake.analytics.models.USqlDatabase; +import com.microsoft.azure.datalake.analytics.models.USqlExternalDataSource; +import com.microsoft.azure.datalake.analytics.models.USqlPackage; +import com.microsoft.azure.datalake.analytics.models.USqlProcedure; +import com.microsoft.azure.datalake.analytics.models.USqlSchema; +import com.microsoft.azure.datalake.analytics.models.USqlSecret; +import com.microsoft.azure.datalake.analytics.models.USqlTable; +import com.microsoft.azure.datalake.analytics.models.USqlTableFragment; +import com.microsoft.azure.datalake.analytics.models.USqlTablePartition; +import com.microsoft.azure.datalake.analytics.models.USqlTablePreview; +import com.microsoft.azure.datalake.analytics.models.USqlTableStatistics; +import com.microsoft.azure.datalake.analytics.models.USqlTableType; +import com.microsoft.azure.datalake.analytics.models.USqlTableValuedFunction; +import com.microsoft.azure.datalake.analytics.models.USqlType; +import com.microsoft.azure.datalake.analytics.models.USqlView; import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; -import rx.Observable; -import java.util.List; +import rx.Observable; /** * An instance of this class provides access to all the operations defined @@ -1011,6 +1014,131 @@ public interface Catalogs { */ Observable> getTableWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName); + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the PagedList<USqlTableFragment> object if successful. + */ + PagedList listTableFragments(final String accountName, final String databaseName, final String schemaName, final String tableName); + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + ServiceFuture> listTableFragmentsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName, final ListOperationCallback serviceCallback); + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the PagedList<USqlTableFragment> object + */ + Observable> listTableFragmentsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName); + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the PagedList<USqlTableFragment> object + */ + Observable>> listTableFragmentsWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName, final String tableName); + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @param filter OData filter. Optional. + * @param top The number of items to return. Optional. + * @param skip The number of items to skip over before returning elements. Optional. + * @param select OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. + * @param orderby OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. + * @param count The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the PagedList<USqlTableFragment> object if successful. + */ + PagedList listTableFragments(final String accountName, final String databaseName, final String schemaName, final String tableName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count); + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @param filter OData filter. Optional. + * @param top The number of items to return. Optional. + * @param skip The number of items to skip over before returning elements. Optional. + * @param select OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. + * @param orderby OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. + * @param count The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + ServiceFuture> listTableFragmentsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count, final ListOperationCallback serviceCallback); + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @param filter OData filter. Optional. + * @param top The number of items to return. Optional. + * @param skip The number of items to skip over before returning elements. Optional. + * @param select OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. + * @param orderby OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. + * @param count The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the PagedList<USqlTableFragment> object + */ + Observable> listTableFragmentsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count); + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @param filter OData filter. Optional. + * @param top The number of items to return. Optional. + * @param skip The number of items to skip over before returning elements. Optional. + * @param select OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. + * @param orderby OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. + * @param count The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the PagedList<USqlTableFragment> object + */ + Observable>> listTableFragmentsWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName, final String tableName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count); + /** * Retrieves the list of tables from the Data Lake Analytics catalog. * @@ -1933,6 +2061,123 @@ public interface Catalogs { */ Observable>> listTableStatisticsWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName, final String tableName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count); + /** + * Retrieves a preview set of rows in given partition. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the USqlTablePreview object if successful. + */ + USqlTablePreview previewTablePartition(String accountName, String databaseName, String schemaName, String tableName, String partitionName); + + /** + * Retrieves a preview set of rows in given partition. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + ServiceFuture previewTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, final ServiceCallback serviceCallback); + + /** + * Retrieves a preview set of rows in given partition. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + Observable previewTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName); + + /** + * Retrieves a preview set of rows in given partition. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + Observable> previewTablePartitionWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName); + /** + * Retrieves a preview set of rows in given partition. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @param maxRows The maximum number of preview rows to be retrieved.Rows returned may be less than or equal to this number depending on row sizes and number of rows in the partition. + * @param maxColumns The maximum number of columns to be retrieved. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the USqlTablePreview object if successful. + */ + USqlTablePreview previewTablePartition(String accountName, String databaseName, String schemaName, String tableName, String partitionName, Long maxRows, Long maxColumns); + + /** + * Retrieves a preview set of rows in given partition. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @param maxRows The maximum number of preview rows to be retrieved.Rows returned may be less than or equal to this number depending on row sizes and number of rows in the partition. + * @param maxColumns The maximum number of columns to be retrieved. + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + ServiceFuture previewTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, Long maxRows, Long maxColumns, final ServiceCallback serviceCallback); + + /** + * Retrieves a preview set of rows in given partition. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @param maxRows The maximum number of preview rows to be retrieved.Rows returned may be less than or equal to this number depending on row sizes and number of rows in the partition. + * @param maxColumns The maximum number of columns to be retrieved. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + Observable previewTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, Long maxRows, Long maxColumns); + + /** + * Retrieves a preview set of rows in given partition. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @param maxRows The maximum number of preview rows to be retrieved.Rows returned may be less than or equal to this number depending on row sizes and number of rows in the partition. + * @param maxColumns The maximum number of columns to be retrieved. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + Observable> previewTablePartitionWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, Long maxRows, Long maxColumns); + /** * Retrieves the specified table partition from the Data Lake Analytics catalog. * @@ -1988,6 +2233,115 @@ public interface Catalogs { */ Observable> getTablePartitionWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName); + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the USqlTablePreview object if successful. + */ + USqlTablePreview previewTable(String accountName, String databaseName, String schemaName, String tableName); + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + ServiceFuture previewTableAsync(String accountName, String databaseName, String schemaName, String tableName, final ServiceCallback serviceCallback); + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + Observable previewTableAsync(String accountName, String databaseName, String schemaName, String tableName); + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + Observable> previewTableWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName); + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @param maxRows The maximum number of preview rows to be retrieved. Rows returned may be less than or equal to this number depending on row sizes and number of rows in the table. + * @param maxColumns The maximum number of columns to be retrieved. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the USqlTablePreview object if successful. + */ + USqlTablePreview previewTable(String accountName, String databaseName, String schemaName, String tableName, Long maxRows, Long maxColumns); + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @param maxRows The maximum number of preview rows to be retrieved. Rows returned may be less than or equal to this number depending on row sizes and number of rows in the table. + * @param maxColumns The maximum number of columns to be retrieved. + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + ServiceFuture previewTableAsync(String accountName, String databaseName, String schemaName, String tableName, Long maxRows, Long maxColumns, final ServiceCallback serviceCallback); + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @param maxRows The maximum number of preview rows to be retrieved. Rows returned may be less than or equal to this number depending on row sizes and number of rows in the table. + * @param maxColumns The maximum number of columns to be retrieved. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + Observable previewTableAsync(String accountName, String databaseName, String schemaName, String tableName, Long maxRows, Long maxColumns); + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @param maxRows The maximum number of preview rows to be retrieved. Rows returned may be less than or equal to this number depending on row sizes and number of rows in the table. + * @param maxColumns The maximum number of columns to be retrieved. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + Observable> previewTableWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, Long maxRows, Long maxColumns); + /** * Retrieves the list of table partitions from the Data Lake Analytics catalog. * @@ -3800,6 +4154,46 @@ public interface Catalogs { */ Observable>> listProceduresNextWithServiceResponseAsync(final String nextPageLink); + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the PagedList<USqlTableFragment> object if successful. + */ + PagedList listTableFragmentsNext(final String nextPageLink); + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @param serviceFuture the ServiceFuture object tracking the Retrofit calls + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + ServiceFuture> listTableFragmentsNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback); + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the PagedList<USqlTableFragment> object + */ + Observable> listTableFragmentsNextAsync(final String nextPageLink); + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the PagedList<USqlTableFragment> object + */ + Observable>> listTableFragmentsNextWithServiceResponseAsync(final String nextPageLink); + /** * Retrieves the list of tables from the Data Lake Analytics catalog. * diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsCatalogManagementClient.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/DataLakeAnalyticsCatalogManagementClient.java similarity index 98% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsCatalogManagementClient.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/DataLakeAnalyticsCatalogManagementClient.java index 3608a6f9ea4..87cf1246213 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsCatalogManagementClient.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/DataLakeAnalyticsCatalogManagementClient.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics; +package com.microsoft.azure.datalake.analytics; import com.microsoft.azure.AzureClient; import com.microsoft.rest.RestClient; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsJobManagementClient.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/DataLakeAnalyticsJobManagementClient.java similarity index 98% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsJobManagementClient.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/DataLakeAnalyticsJobManagementClient.java index 2ffc6f687c2..7f93e6ff124 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsJobManagementClient.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/DataLakeAnalyticsJobManagementClient.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics; +package com.microsoft.azure.datalake.analytics; import com.microsoft.azure.AzureClient; import com.microsoft.rest.RestClient; @@ -35,13 +35,6 @@ public interface DataLakeAnalyticsJobManagementClient { */ String userAgent(); - /** - * Gets Client Api Version.. - * - * @return the apiVersion value. - */ - String apiVersion(); - /** * Gets The DNS suffix used as the base for all Azure Data Lake Analytics Job service requests.. * @@ -57,6 +50,13 @@ public interface DataLakeAnalyticsJobManagementClient { */ DataLakeAnalyticsJobManagementClient withAdlaJobDnsSuffix(String adlaJobDnsSuffix); + /** + * Gets Client Api Version.. + * + * @return the apiVersion value. + */ + String apiVersion(); + /** * Gets Gets or sets the preferred language for the response.. * diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Jobs.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/Jobs.java similarity index 98% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Jobs.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/Jobs.java index 0093cfd6535..1cc08818a88 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Jobs.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/Jobs.java @@ -6,26 +6,27 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics; +package com.microsoft.azure.datalake.analytics; + +import java.util.List; +import java.util.UUID; import com.microsoft.azure.CloudException; import com.microsoft.azure.ListOperationCallback; import com.microsoft.azure.Page; import com.microsoft.azure.PagedList; -import com.microsoft.azure.management.datalake.analytics.models.BuildJobParameters; -import com.microsoft.azure.management.datalake.analytics.models.CreateJobParameters; -import com.microsoft.azure.management.datalake.analytics.models.JobDataPath; -import com.microsoft.azure.management.datalake.analytics.models.JobInformation; -import com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic; -import com.microsoft.azure.management.datalake.analytics.models.JobStatistics; -import com.microsoft.azure.management.datalake.analytics.models.UpdateJobParameters; +import com.microsoft.azure.datalake.analytics.models.BuildJobParameters; +import com.microsoft.azure.datalake.analytics.models.CreateJobParameters; +import com.microsoft.azure.datalake.analytics.models.JobDataPath; +import com.microsoft.azure.datalake.analytics.models.JobInformation; +import com.microsoft.azure.datalake.analytics.models.JobInformationBasic; +import com.microsoft.azure.datalake.analytics.models.JobStatistics; +import com.microsoft.azure.datalake.analytics.models.UpdateJobParameters; import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; -import rx.Observable; -import java.util.List; -import java.util.UUID; +import rx.Observable; /** * An instance of this class provides access to all the operations defined diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Pipelines.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/Pipelines.java similarity index 98% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Pipelines.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/Pipelines.java index e3549c7a4cc..08cff76e57b 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Pipelines.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/Pipelines.java @@ -6,21 +6,23 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics; +package com.microsoft.azure.datalake.analytics; + +import java.util.List; +import java.util.UUID; + +import org.joda.time.DateTime; import com.microsoft.azure.CloudException; import com.microsoft.azure.ListOperationCallback; import com.microsoft.azure.Page; import com.microsoft.azure.PagedList; -import com.microsoft.azure.management.datalake.analytics.models.JobPipelineInformation; +import com.microsoft.azure.datalake.analytics.models.JobPipelineInformation; import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; -import org.joda.time.DateTime; -import rx.Observable; -import java.util.List; -import java.util.UUID; +import rx.Observable; /** * An instance of this class provides access to all the operations defined diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Recurrences.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/Recurrences.java similarity index 98% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Recurrences.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/Recurrences.java index 5e62592e778..9d9af9a0dfc 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Recurrences.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/Recurrences.java @@ -6,21 +6,23 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics; +package com.microsoft.azure.datalake.analytics; + +import java.util.List; +import java.util.UUID; + +import org.joda.time.DateTime; import com.microsoft.azure.CloudException; import com.microsoft.azure.ListOperationCallback; import com.microsoft.azure.Page; import com.microsoft.azure.PagedList; -import com.microsoft.azure.management.datalake.analytics.models.JobRecurrenceInformation; +import com.microsoft.azure.datalake.analytics.models.JobRecurrenceInformation; import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; -import org.joda.time.DateTime; -import rx.Observable; -import java.util.List; -import java.util.UUID; +import rx.Observable; /** * An instance of this class provides access to all the operations defined diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/CatalogsImpl.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/implementation/CatalogsImpl.java similarity index 92% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/CatalogsImpl.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/implementation/CatalogsImpl.java index 4aad1a473a7..b8db0f5c64c 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/CatalogsImpl.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/implementation/CatalogsImpl.java @@ -6,63 +6,64 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.implementation; +package com.microsoft.azure.datalake.analytics.implementation; +import retrofit2.Retrofit; +import com.microsoft.azure.datalake.analytics.Catalogs; import com.google.common.base.Joiner; import com.google.common.reflect.TypeToken; import com.microsoft.azure.AzureServiceFuture; import com.microsoft.azure.CloudException; +import com.microsoft.azure.datalake.analytics.models.Acl; +import com.microsoft.azure.datalake.analytics.models.AclCreateOrUpdateParameters; +import com.microsoft.azure.datalake.analytics.models.AclDeleteParameters; +import com.microsoft.azure.datalake.analytics.models.DataLakeAnalyticsCatalogCredentialCreateParameters; +import com.microsoft.azure.datalake.analytics.models.DataLakeAnalyticsCatalogCredentialDeleteParameters; +import com.microsoft.azure.datalake.analytics.models.DataLakeAnalyticsCatalogCredentialUpdateParameters; +import com.microsoft.azure.datalake.analytics.models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters; +import com.microsoft.azure.datalake.analytics.models.PageImpl; +import com.microsoft.azure.datalake.analytics.models.USqlAssembly; +import com.microsoft.azure.datalake.analytics.models.USqlAssemblyClr; +import com.microsoft.azure.datalake.analytics.models.USqlCredential; +import com.microsoft.azure.datalake.analytics.models.USqlDatabase; +import com.microsoft.azure.datalake.analytics.models.USqlExternalDataSource; +import com.microsoft.azure.datalake.analytics.models.USqlPackage; +import com.microsoft.azure.datalake.analytics.models.USqlProcedure; +import com.microsoft.azure.datalake.analytics.models.USqlSchema; +import com.microsoft.azure.datalake.analytics.models.USqlSecret; +import com.microsoft.azure.datalake.analytics.models.USqlTable; +import com.microsoft.azure.datalake.analytics.models.USqlTableFragment; +import com.microsoft.azure.datalake.analytics.models.USqlTablePartition; +import com.microsoft.azure.datalake.analytics.models.USqlTablePreview; +import com.microsoft.azure.datalake.analytics.models.USqlTableStatistics; +import com.microsoft.azure.datalake.analytics.models.USqlTableType; +import com.microsoft.azure.datalake.analytics.models.USqlTableValuedFunction; +import com.microsoft.azure.datalake.analytics.models.USqlType; +import com.microsoft.azure.datalake.analytics.models.USqlView; import com.microsoft.azure.ListOperationCallback; import com.microsoft.azure.Page; import com.microsoft.azure.PagedList; -import com.microsoft.azure.management.datalake.analytics.Catalogs; -import com.microsoft.azure.management.datalake.analytics.models.Acl; -import com.microsoft.azure.management.datalake.analytics.models.AclCreateOrUpdateParameters; -import com.microsoft.azure.management.datalake.analytics.models.AclDeleteParameters; -import com.microsoft.azure.management.datalake.analytics.models.DataLakeAnalyticsCatalogCredentialCreateParameters; -import com.microsoft.azure.management.datalake.analytics.models.DataLakeAnalyticsCatalogCredentialDeleteParameters; -import com.microsoft.azure.management.datalake.analytics.models.DataLakeAnalyticsCatalogCredentialUpdateParameters; -import com.microsoft.azure.management.datalake.analytics.models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters; -import com.microsoft.azure.management.datalake.analytics.models.PageImpl; -import com.microsoft.azure.management.datalake.analytics.models.USqlAssembly; -import com.microsoft.azure.management.datalake.analytics.models.USqlAssemblyClr; -import com.microsoft.azure.management.datalake.analytics.models.USqlCredential; -import com.microsoft.azure.management.datalake.analytics.models.USqlDatabase; -import com.microsoft.azure.management.datalake.analytics.models.USqlExternalDataSource; -import com.microsoft.azure.management.datalake.analytics.models.USqlPackage; -import com.microsoft.azure.management.datalake.analytics.models.USqlProcedure; -import com.microsoft.azure.management.datalake.analytics.models.USqlSchema; -import com.microsoft.azure.management.datalake.analytics.models.USqlSecret; -import com.microsoft.azure.management.datalake.analytics.models.USqlTable; -import com.microsoft.azure.management.datalake.analytics.models.USqlTablePartition; -import com.microsoft.azure.management.datalake.analytics.models.USqlTableStatistics; -import com.microsoft.azure.management.datalake.analytics.models.USqlTableType; -import com.microsoft.azure.management.datalake.analytics.models.USqlTableValuedFunction; -import com.microsoft.azure.management.datalake.analytics.models.USqlType; -import com.microsoft.azure.management.datalake.analytics.models.USqlView; import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; import com.microsoft.rest.Validator; +import java.io.IOException; +import java.util.List; import okhttp3.ResponseBody; -import retrofit2.Response; -import retrofit2.Retrofit; import retrofit2.http.Body; import retrofit2.http.GET; -import retrofit2.http.HTTP; import retrofit2.http.Header; import retrofit2.http.Headers; +import retrofit2.http.HTTP; import retrofit2.http.PATCH; +import retrofit2.http.Path; import retrofit2.http.POST; import retrofit2.http.PUT; -import retrofit2.http.Path; import retrofit2.http.Query; import retrofit2.http.Url; -import rx.Observable; +import retrofit2.Response; import rx.functions.Func1; - -import java.io.IOException; -import java.util.List; +import rx.Observable; /** * An instance of this class provides access to all the operations defined @@ -150,6 +151,10 @@ interface CatalogsService { @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}") Observable> getTable(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Path("tableName") String tableName, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listTableFragments" }) + @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/tablefragments") + Observable> listTableFragments(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Path("tableName") String tableName, @Query("$filter") String filter, @Query("$top") Integer top, @Query("$skip") Integer skip, @Query("$select") String select, @Query("$orderby") String orderby, @Query("$count") Boolean count, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listTables" }) @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables") Observable> listTables(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Query("$filter") String filter, @Query("$top") Integer top, @Query("$skip") Integer skip, @Query("$select") String select, @Query("$orderby") String orderby, @Query("$count") Boolean count, @Query("basic") Boolean basic, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); @@ -190,10 +195,18 @@ interface CatalogsService { @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/statistics") Observable> listTableStatistics(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Path("tableName") String tableName, @Query("$filter") String filter, @Query("$top") Integer top, @Query("$skip") Integer skip, @Query("$select") String select, @Query("$orderby") String orderby, @Query("$count") Boolean count, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs previewTablePartition" }) + @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/partitions/{partitionName}/previewrows") + Observable> previewTablePartition(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Path("tableName") String tableName, @Path("partitionName") String partitionName, @Query("maxRows") Long maxRows, @Query("maxColumns") Long maxColumns, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs getTablePartition" }) @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/partitions/{partitionName}") Observable> getTablePartition(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Path("tableName") String tableName, @Path("partitionName") String partitionName, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs previewTable" }) + @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/previewrows") + Observable> previewTable(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Path("tableName") String tableName, @Query("maxRows") Long maxRows, @Query("maxColumns") Long maxColumns, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listTablePartitions" }) @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/partitions") Observable> listTablePartitions(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Path("tableName") String tableName, @Query("$filter") String filter, @Query("$top") Integer top, @Query("$skip") Integer skip, @Query("$select") String select, @Query("$orderby") String orderby, @Query("$count") Boolean count, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); @@ -286,6 +299,10 @@ interface CatalogsService { @GET Observable> listProceduresNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listTableFragmentsNext" }) + @GET + Observable> listTableFragmentsNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listTablesNext" }) @GET Observable> listTablesNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); @@ -2470,6 +2487,315 @@ private ServiceResponse getTableDelegate(Response respo .build(response); } + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the PagedList<USqlTableFragment> object if successful. + */ + public PagedList listTableFragments(final String accountName, final String databaseName, final String schemaName, final String tableName) { + ServiceResponse> response = listTableFragmentsSinglePageAsync(accountName, databaseName, schemaName, tableName).toBlocking().single(); + return new PagedList(response.body()) { + @Override + public Page nextPage(String nextPageLink) { + return listTableFragmentsNextSinglePageAsync(nextPageLink).toBlocking().single().body(); + } + }; + } + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + public ServiceFuture> listTableFragmentsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName, final ListOperationCallback serviceCallback) { + return AzureServiceFuture.fromPageResponse( + listTableFragmentsSinglePageAsync(accountName, databaseName, schemaName, tableName), + new Func1>>>() { + @Override + public Observable>> call(String nextPageLink) { + return listTableFragmentsNextSinglePageAsync(nextPageLink); + } + }, + serviceCallback); + } + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the PagedList<USqlTableFragment> object + */ + public Observable> listTableFragmentsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName) { + return listTableFragmentsWithServiceResponseAsync(accountName, databaseName, schemaName, tableName) + .map(new Func1>, Page>() { + @Override + public Page call(ServiceResponse> response) { + return response.body(); + } + }); + } + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the PagedList<USqlTableFragment> object + */ + public Observable>> listTableFragmentsWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName, final String tableName) { + return listTableFragmentsSinglePageAsync(accountName, databaseName, schemaName, tableName) + .concatMap(new Func1>, Observable>>>() { + @Override + public Observable>> call(ServiceResponse> page) { + String nextPageLink = page.body().nextPageLink(); + if (nextPageLink == null) { + return Observable.just(page); + } + return Observable.just(page).concatWith(listTableFragmentsNextWithServiceResponseAsync(nextPageLink)); + } + }); + } + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the PagedList<USqlTableFragment> object wrapped in {@link ServiceResponse} if successful. + */ + public Observable>> listTableFragmentsSinglePageAsync(final String accountName, final String databaseName, final String schemaName, final String tableName) { + if (accountName == null) { + throw new IllegalArgumentException("Parameter accountName is required and cannot be null."); + } + if (this.client.adlaCatalogDnsSuffix() == null) { + throw new IllegalArgumentException("Parameter this.client.adlaCatalogDnsSuffix() is required and cannot be null."); + } + if (databaseName == null) { + throw new IllegalArgumentException("Parameter databaseName is required and cannot be null."); + } + if (schemaName == null) { + throw new IllegalArgumentException("Parameter schemaName is required and cannot be null."); + } + if (tableName == null) { + throw new IllegalArgumentException("Parameter tableName is required and cannot be null."); + } + if (this.client.apiVersion() == null) { + throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null."); + } + final String filter = null; + final Integer top = null; + final Integer skip = null; + final String select = null; + final String orderby = null; + final Boolean count = null; + String parameterizedHost = Joiner.on(", ").join("{accountName}", accountName, "{adlaCatalogDnsSuffix}", this.client.adlaCatalogDnsSuffix()); + return service.listTableFragments(databaseName, schemaName, tableName, filter, top, skip, select, orderby, count, this.client.apiVersion(), this.client.acceptLanguage(), parameterizedHost, this.client.userAgent()) + .flatMap(new Func1, Observable>>>() { + @Override + public Observable>> call(Response response) { + try { + ServiceResponse> result = listTableFragmentsDelegate(response); + return Observable.just(new ServiceResponse>(result.body(), result.response())); + } catch (Throwable t) { + return Observable.error(t); + } + } + }); + } + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @param filter OData filter. Optional. + * @param top The number of items to return. Optional. + * @param skip The number of items to skip over before returning elements. Optional. + * @param select OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. + * @param orderby OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. + * @param count The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the PagedList<USqlTableFragment> object if successful. + */ + public PagedList listTableFragments(final String accountName, final String databaseName, final String schemaName, final String tableName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) { + ServiceResponse> response = listTableFragmentsSinglePageAsync(accountName, databaseName, schemaName, tableName, filter, top, skip, select, orderby, count).toBlocking().single(); + return new PagedList(response.body()) { + @Override + public Page nextPage(String nextPageLink) { + return listTableFragmentsNextSinglePageAsync(nextPageLink).toBlocking().single().body(); + } + }; + } + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @param filter OData filter. Optional. + * @param top The number of items to return. Optional. + * @param skip The number of items to skip over before returning elements. Optional. + * @param select OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. + * @param orderby OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. + * @param count The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + public ServiceFuture> listTableFragmentsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count, final ListOperationCallback serviceCallback) { + return AzureServiceFuture.fromPageResponse( + listTableFragmentsSinglePageAsync(accountName, databaseName, schemaName, tableName, filter, top, skip, select, orderby, count), + new Func1>>>() { + @Override + public Observable>> call(String nextPageLink) { + return listTableFragmentsNextSinglePageAsync(nextPageLink); + } + }, + serviceCallback); + } + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @param filter OData filter. Optional. + * @param top The number of items to return. Optional. + * @param skip The number of items to skip over before returning elements. Optional. + * @param select OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. + * @param orderby OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. + * @param count The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the PagedList<USqlTableFragment> object + */ + public Observable> listTableFragmentsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) { + return listTableFragmentsWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, filter, top, skip, select, orderby, count) + .map(new Func1>, Page>() { + @Override + public Page call(ServiceResponse> response) { + return response.body(); + } + }); + } + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @param filter OData filter. Optional. + * @param top The number of items to return. Optional. + * @param skip The number of items to skip over before returning elements. Optional. + * @param select OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. + * @param orderby OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. + * @param count The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the PagedList<USqlTableFragment> object + */ + public Observable>> listTableFragmentsWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName, final String tableName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) { + return listTableFragmentsSinglePageAsync(accountName, databaseName, schemaName, tableName, filter, top, skip, select, orderby, count) + .concatMap(new Func1>, Observable>>>() { + @Override + public Observable>> call(ServiceResponse> page) { + String nextPageLink = page.body().nextPageLink(); + if (nextPageLink == null) { + return Observable.just(page); + } + return Observable.just(page).concatWith(listTableFragmentsNextWithServiceResponseAsync(nextPageLink)); + } + }); + } + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + ServiceResponse> * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + ServiceResponse> * @param databaseName The name of the database containing the table fragments. + ServiceResponse> * @param schemaName The name of the schema containing the table fragments. + ServiceResponse> * @param tableName The name of the table containing the table fragments. + ServiceResponse> * @param filter OData filter. Optional. + ServiceResponse> * @param top The number of items to return. Optional. + ServiceResponse> * @param skip The number of items to skip over before returning elements. Optional. + ServiceResponse> * @param select OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. + ServiceResponse> * @param orderby OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. + ServiceResponse> * @param count The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the PagedList<USqlTableFragment> object wrapped in {@link ServiceResponse} if successful. + */ + public Observable>> listTableFragmentsSinglePageAsync(final String accountName, final String databaseName, final String schemaName, final String tableName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) { + if (accountName == null) { + throw new IllegalArgumentException("Parameter accountName is required and cannot be null."); + } + if (this.client.adlaCatalogDnsSuffix() == null) { + throw new IllegalArgumentException("Parameter this.client.adlaCatalogDnsSuffix() is required and cannot be null."); + } + if (databaseName == null) { + throw new IllegalArgumentException("Parameter databaseName is required and cannot be null."); + } + if (schemaName == null) { + throw new IllegalArgumentException("Parameter schemaName is required and cannot be null."); + } + if (tableName == null) { + throw new IllegalArgumentException("Parameter tableName is required and cannot be null."); + } + if (this.client.apiVersion() == null) { + throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null."); + } + String parameterizedHost = Joiner.on(", ").join("{accountName}", accountName, "{adlaCatalogDnsSuffix}", this.client.adlaCatalogDnsSuffix()); + return service.listTableFragments(databaseName, schemaName, tableName, filter, top, skip, select, orderby, count, this.client.apiVersion(), this.client.acceptLanguage(), parameterizedHost, this.client.userAgent()) + .flatMap(new Func1, Observable>>>() { + @Override + public Observable>> call(Response response) { + try { + ServiceResponse> result = listTableFragmentsDelegate(response); + return Observable.just(new ServiceResponse>(result.body(), result.response())); + } catch (Throwable t) { + return Observable.error(t); + } + } + }); + } + + private ServiceResponse> listTableFragmentsDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { + return this.client.restClient().responseBuilderFactory()., CloudException>newInstance(this.client.serializerAdapter()) + .register(200, new TypeToken>() { }.getType()) + .registerError(CloudException.class) + .build(response); + } + /** * Retrieves the list of tables from the Data Lake Analytics catalog. * @@ -4662,7 +4988,7 @@ private ServiceResponse> listTableStatisticsDelega } /** - * Retrieves the specified table partition from the Data Lake Analytics catalog. + * Retrieves a preview set of rows in given partition. * * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. * @param databaseName The name of the database containing the partition. @@ -4672,14 +4998,14 @@ private ServiceResponse> listTableStatisticsDelega * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent - * @return the USqlTablePartition object if successful. + * @return the USqlTablePreview object if successful. */ - public USqlTablePartition getTablePartition(String accountName, String databaseName, String schemaName, String tableName, String partitionName) { - return getTablePartitionWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, partitionName).toBlocking().single().body(); + public USqlTablePreview previewTablePartition(String accountName, String databaseName, String schemaName, String tableName, String partitionName) { + return previewTablePartitionWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, partitionName).toBlocking().single().body(); } /** - * Retrieves the specified table partition from the Data Lake Analytics catalog. + * Retrieves a preview set of rows in given partition. * * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. * @param databaseName The name of the database containing the partition. @@ -4690,12 +5016,12 @@ public USqlTablePartition getTablePartition(String accountName, String databaseN * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object */ - public ServiceFuture getTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, final ServiceCallback serviceCallback) { - return ServiceFuture.fromResponse(getTablePartitionWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, partitionName), serviceCallback); + public ServiceFuture previewTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, final ServiceCallback serviceCallback) { + return ServiceFuture.fromResponse(previewTablePartitionWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, partitionName), serviceCallback); } /** - * Retrieves the specified table partition from the Data Lake Analytics catalog. + * Retrieves a preview set of rows in given partition. * * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. * @param databaseName The name of the database containing the partition. @@ -4703,19 +5029,19 @@ public ServiceFuture getTablePartitionAsync(String accountNa * @param tableName The name of the table containing the partition. * @param partitionName The name of the table partition. * @throws IllegalArgumentException thrown if parameters fail the validation - * @return the observable to the USqlTablePartition object + * @return the observable to the USqlTablePreview object */ - public Observable getTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName) { - return getTablePartitionWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, partitionName).map(new Func1, USqlTablePartition>() { + public Observable previewTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName) { + return previewTablePartitionWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, partitionName).map(new Func1, USqlTablePreview>() { @Override - public USqlTablePartition call(ServiceResponse response) { + public USqlTablePreview call(ServiceResponse response) { return response.body(); } }); } /** - * Retrieves the specified table partition from the Data Lake Analytics catalog. + * Retrieves a preview set of rows in given partition. * * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. * @param databaseName The name of the database containing the partition. @@ -4723,9 +5049,9 @@ public USqlTablePartition call(ServiceResponse response) { * @param tableName The name of the table containing the partition. * @param partitionName The name of the table partition. * @throws IllegalArgumentException thrown if parameters fail the validation - * @return the observable to the USqlTablePartition object + * @return the observable to the USqlTablePreview object */ - public Observable> getTablePartitionWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName) { + public Observable> previewTablePartitionWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName) { if (accountName == null) { throw new IllegalArgumentException("Parameter accountName is required and cannot be null."); } @@ -4747,13 +5073,15 @@ public Observable> getTablePartitionWithServ if (this.client.apiVersion() == null) { throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null."); } + final Long maxRows = null; + final Long maxColumns = null; String parameterizedHost = Joiner.on(", ").join("{accountName}", accountName, "{adlaCatalogDnsSuffix}", this.client.adlaCatalogDnsSuffix()); - return service.getTablePartition(databaseName, schemaName, tableName, partitionName, this.client.apiVersion(), this.client.acceptLanguage(), parameterizedHost, this.client.userAgent()) - .flatMap(new Func1, Observable>>() { + return service.previewTablePartition(databaseName, schemaName, tableName, partitionName, maxRows, maxColumns, this.client.apiVersion(), this.client.acceptLanguage(), parameterizedHost, this.client.userAgent()) + .flatMap(new Func1, Observable>>() { @Override - public Observable> call(Response response) { + public Observable> call(Response response) { try { - ServiceResponse clientResponse = getTablePartitionDelegate(response); + ServiceResponse clientResponse = previewTablePartitionDelegate(response); return Observable.just(clientResponse); } catch (Throwable t) { return Observable.error(t); @@ -4762,24 +5090,446 @@ public Observable> call(Response getTablePartitionDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { - return this.client.restClient().responseBuilderFactory().newInstance(this.client.serializerAdapter()) - .register(200, new TypeToken() { }.getType()) - .registerError(CloudException.class) - .build(response); - } - /** - * Retrieves the list of table partitions from the Data Lake Analytics catalog. + * Retrieves a preview set of rows in given partition. * * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. - * @param databaseName The name of the database containing the partitions. - * @param schemaName The name of the schema containing the partitions. - * @param tableName The name of the table containing the partitions. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @param maxRows The maximum number of preview rows to be retrieved.Rows returned may be less than or equal to this number depending on row sizes and number of rows in the partition. + * @param maxColumns The maximum number of columns to be retrieved. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent - * @return the PagedList<USqlTablePartition> object if successful. + * @return the USqlTablePreview object if successful. + */ + public USqlTablePreview previewTablePartition(String accountName, String databaseName, String schemaName, String tableName, String partitionName, Long maxRows, Long maxColumns) { + return previewTablePartitionWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, partitionName, maxRows, maxColumns).toBlocking().single().body(); + } + + /** + * Retrieves a preview set of rows in given partition. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @param maxRows The maximum number of preview rows to be retrieved.Rows returned may be less than or equal to this number depending on row sizes and number of rows in the partition. + * @param maxColumns The maximum number of columns to be retrieved. + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + public ServiceFuture previewTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, Long maxRows, Long maxColumns, final ServiceCallback serviceCallback) { + return ServiceFuture.fromResponse(previewTablePartitionWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, partitionName, maxRows, maxColumns), serviceCallback); + } + + /** + * Retrieves a preview set of rows in given partition. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @param maxRows The maximum number of preview rows to be retrieved.Rows returned may be less than or equal to this number depending on row sizes and number of rows in the partition. + * @param maxColumns The maximum number of columns to be retrieved. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + public Observable previewTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, Long maxRows, Long maxColumns) { + return previewTablePartitionWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, partitionName, maxRows, maxColumns).map(new Func1, USqlTablePreview>() { + @Override + public USqlTablePreview call(ServiceResponse response) { + return response.body(); + } + }); + } + + /** + * Retrieves a preview set of rows in given partition. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @param maxRows The maximum number of preview rows to be retrieved.Rows returned may be less than or equal to this number depending on row sizes and number of rows in the partition. + * @param maxColumns The maximum number of columns to be retrieved. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + public Observable> previewTablePartitionWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, Long maxRows, Long maxColumns) { + if (accountName == null) { + throw new IllegalArgumentException("Parameter accountName is required and cannot be null."); + } + if (this.client.adlaCatalogDnsSuffix() == null) { + throw new IllegalArgumentException("Parameter this.client.adlaCatalogDnsSuffix() is required and cannot be null."); + } + if (databaseName == null) { + throw new IllegalArgumentException("Parameter databaseName is required and cannot be null."); + } + if (schemaName == null) { + throw new IllegalArgumentException("Parameter schemaName is required and cannot be null."); + } + if (tableName == null) { + throw new IllegalArgumentException("Parameter tableName is required and cannot be null."); + } + if (partitionName == null) { + throw new IllegalArgumentException("Parameter partitionName is required and cannot be null."); + } + if (this.client.apiVersion() == null) { + throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null."); + } + String parameterizedHost = Joiner.on(", ").join("{accountName}", accountName, "{adlaCatalogDnsSuffix}", this.client.adlaCatalogDnsSuffix()); + return service.previewTablePartition(databaseName, schemaName, tableName, partitionName, maxRows, maxColumns, this.client.apiVersion(), this.client.acceptLanguage(), parameterizedHost, this.client.userAgent()) + .flatMap(new Func1, Observable>>() { + @Override + public Observable> call(Response response) { + try { + ServiceResponse clientResponse = previewTablePartitionDelegate(response); + return Observable.just(clientResponse); + } catch (Throwable t) { + return Observable.error(t); + } + } + }); + } + + private ServiceResponse previewTablePartitionDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { + return this.client.restClient().responseBuilderFactory().newInstance(this.client.serializerAdapter()) + .register(200, new TypeToken() { }.getType()) + .registerError(CloudException.class) + .build(response); + } + + /** + * Retrieves the specified table partition from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the USqlTablePartition object if successful. + */ + public USqlTablePartition getTablePartition(String accountName, String databaseName, String schemaName, String tableName, String partitionName) { + return getTablePartitionWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, partitionName).toBlocking().single().body(); + } + + /** + * Retrieves the specified table partition from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + public ServiceFuture getTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, final ServiceCallback serviceCallback) { + return ServiceFuture.fromResponse(getTablePartitionWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, partitionName), serviceCallback); + } + + /** + * Retrieves the specified table partition from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePartition object + */ + public Observable getTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName) { + return getTablePartitionWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, partitionName).map(new Func1, USqlTablePartition>() { + @Override + public USqlTablePartition call(ServiceResponse response) { + return response.body(); + } + }); + } + + /** + * Retrieves the specified table partition from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePartition object + */ + public Observable> getTablePartitionWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName) { + if (accountName == null) { + throw new IllegalArgumentException("Parameter accountName is required and cannot be null."); + } + if (this.client.adlaCatalogDnsSuffix() == null) { + throw new IllegalArgumentException("Parameter this.client.adlaCatalogDnsSuffix() is required and cannot be null."); + } + if (databaseName == null) { + throw new IllegalArgumentException("Parameter databaseName is required and cannot be null."); + } + if (schemaName == null) { + throw new IllegalArgumentException("Parameter schemaName is required and cannot be null."); + } + if (tableName == null) { + throw new IllegalArgumentException("Parameter tableName is required and cannot be null."); + } + if (partitionName == null) { + throw new IllegalArgumentException("Parameter partitionName is required and cannot be null."); + } + if (this.client.apiVersion() == null) { + throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null."); + } + String parameterizedHost = Joiner.on(", ").join("{accountName}", accountName, "{adlaCatalogDnsSuffix}", this.client.adlaCatalogDnsSuffix()); + return service.getTablePartition(databaseName, schemaName, tableName, partitionName, this.client.apiVersion(), this.client.acceptLanguage(), parameterizedHost, this.client.userAgent()) + .flatMap(new Func1, Observable>>() { + @Override + public Observable> call(Response response) { + try { + ServiceResponse clientResponse = getTablePartitionDelegate(response); + return Observable.just(clientResponse); + } catch (Throwable t) { + return Observable.error(t); + } + } + }); + } + + private ServiceResponse getTablePartitionDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { + return this.client.restClient().responseBuilderFactory().newInstance(this.client.serializerAdapter()) + .register(200, new TypeToken() { }.getType()) + .registerError(CloudException.class) + .build(response); + } + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the USqlTablePreview object if successful. + */ + public USqlTablePreview previewTable(String accountName, String databaseName, String schemaName, String tableName) { + return previewTableWithServiceResponseAsync(accountName, databaseName, schemaName, tableName).toBlocking().single().body(); + } + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + public ServiceFuture previewTableAsync(String accountName, String databaseName, String schemaName, String tableName, final ServiceCallback serviceCallback) { + return ServiceFuture.fromResponse(previewTableWithServiceResponseAsync(accountName, databaseName, schemaName, tableName), serviceCallback); + } + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + public Observable previewTableAsync(String accountName, String databaseName, String schemaName, String tableName) { + return previewTableWithServiceResponseAsync(accountName, databaseName, schemaName, tableName).map(new Func1, USqlTablePreview>() { + @Override + public USqlTablePreview call(ServiceResponse response) { + return response.body(); + } + }); + } + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + public Observable> previewTableWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName) { + if (accountName == null) { + throw new IllegalArgumentException("Parameter accountName is required and cannot be null."); + } + if (this.client.adlaCatalogDnsSuffix() == null) { + throw new IllegalArgumentException("Parameter this.client.adlaCatalogDnsSuffix() is required and cannot be null."); + } + if (databaseName == null) { + throw new IllegalArgumentException("Parameter databaseName is required and cannot be null."); + } + if (schemaName == null) { + throw new IllegalArgumentException("Parameter schemaName is required and cannot be null."); + } + if (tableName == null) { + throw new IllegalArgumentException("Parameter tableName is required and cannot be null."); + } + if (this.client.apiVersion() == null) { + throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null."); + } + final Long maxRows = null; + final Long maxColumns = null; + String parameterizedHost = Joiner.on(", ").join("{accountName}", accountName, "{adlaCatalogDnsSuffix}", this.client.adlaCatalogDnsSuffix()); + return service.previewTable(databaseName, schemaName, tableName, maxRows, maxColumns, this.client.apiVersion(), this.client.acceptLanguage(), parameterizedHost, this.client.userAgent()) + .flatMap(new Func1, Observable>>() { + @Override + public Observable> call(Response response) { + try { + ServiceResponse clientResponse = previewTableDelegate(response); + return Observable.just(clientResponse); + } catch (Throwable t) { + return Observable.error(t); + } + } + }); + } + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @param maxRows The maximum number of preview rows to be retrieved. Rows returned may be less than or equal to this number depending on row sizes and number of rows in the table. + * @param maxColumns The maximum number of columns to be retrieved. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the USqlTablePreview object if successful. + */ + public USqlTablePreview previewTable(String accountName, String databaseName, String schemaName, String tableName, Long maxRows, Long maxColumns) { + return previewTableWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, maxRows, maxColumns).toBlocking().single().body(); + } + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @param maxRows The maximum number of preview rows to be retrieved. Rows returned may be less than or equal to this number depending on row sizes and number of rows in the table. + * @param maxColumns The maximum number of columns to be retrieved. + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + public ServiceFuture previewTableAsync(String accountName, String databaseName, String schemaName, String tableName, Long maxRows, Long maxColumns, final ServiceCallback serviceCallback) { + return ServiceFuture.fromResponse(previewTableWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, maxRows, maxColumns), serviceCallback); + } + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @param maxRows The maximum number of preview rows to be retrieved. Rows returned may be less than or equal to this number depending on row sizes and number of rows in the table. + * @param maxColumns The maximum number of columns to be retrieved. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + public Observable previewTableAsync(String accountName, String databaseName, String schemaName, String tableName, Long maxRows, Long maxColumns) { + return previewTableWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, maxRows, maxColumns).map(new Func1, USqlTablePreview>() { + @Override + public USqlTablePreview call(ServiceResponse response) { + return response.body(); + } + }); + } + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @param maxRows The maximum number of preview rows to be retrieved. Rows returned may be less than or equal to this number depending on row sizes and number of rows in the table. + * @param maxColumns The maximum number of columns to be retrieved. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + public Observable> previewTableWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, Long maxRows, Long maxColumns) { + if (accountName == null) { + throw new IllegalArgumentException("Parameter accountName is required and cannot be null."); + } + if (this.client.adlaCatalogDnsSuffix() == null) { + throw new IllegalArgumentException("Parameter this.client.adlaCatalogDnsSuffix() is required and cannot be null."); + } + if (databaseName == null) { + throw new IllegalArgumentException("Parameter databaseName is required and cannot be null."); + } + if (schemaName == null) { + throw new IllegalArgumentException("Parameter schemaName is required and cannot be null."); + } + if (tableName == null) { + throw new IllegalArgumentException("Parameter tableName is required and cannot be null."); + } + if (this.client.apiVersion() == null) { + throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null."); + } + String parameterizedHost = Joiner.on(", ").join("{accountName}", accountName, "{adlaCatalogDnsSuffix}", this.client.adlaCatalogDnsSuffix()); + return service.previewTable(databaseName, schemaName, tableName, maxRows, maxColumns, this.client.apiVersion(), this.client.acceptLanguage(), parameterizedHost, this.client.userAgent()) + .flatMap(new Func1, Observable>>() { + @Override + public Observable> call(Response response) { + try { + ServiceResponse clientResponse = previewTableDelegate(response); + return Observable.just(clientResponse); + } catch (Throwable t) { + return Observable.error(t); + } + } + }); + } + + private ServiceResponse previewTableDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { + return this.client.restClient().responseBuilderFactory().newInstance(this.client.serializerAdapter()) + .register(200, new TypeToken() { }.getType()) + .registerError(CloudException.class) + .build(response); + } + + /** + * Retrieves the list of table partitions from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partitions. + * @param schemaName The name of the schema containing the partitions. + * @param tableName The name of the table containing the partitions. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the PagedList<USqlTablePartition> object if successful. */ public PagedList listTablePartitions(final String accountName, final String databaseName, final String schemaName, final String tableName) { ServiceResponse> response = listTablePartitionsSinglePageAsync(accountName, databaseName, schemaName, tableName).toBlocking().single(); @@ -9206,6 +9956,117 @@ private ServiceResponse> listProceduresNextDelegate(Resp .build(response); } + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the PagedList<USqlTableFragment> object if successful. + */ + public PagedList listTableFragmentsNext(final String nextPageLink) { + ServiceResponse> response = listTableFragmentsNextSinglePageAsync(nextPageLink).toBlocking().single(); + return new PagedList(response.body()) { + @Override + public Page nextPage(String nextPageLink) { + return listTableFragmentsNextSinglePageAsync(nextPageLink).toBlocking().single().body(); + } + }; + } + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @param serviceFuture the ServiceFuture object tracking the Retrofit calls + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + public ServiceFuture> listTableFragmentsNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) { + return AzureServiceFuture.fromPageResponse( + listTableFragmentsNextSinglePageAsync(nextPageLink), + new Func1>>>() { + @Override + public Observable>> call(String nextPageLink) { + return listTableFragmentsNextSinglePageAsync(nextPageLink); + } + }, + serviceCallback); + } + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the PagedList<USqlTableFragment> object + */ + public Observable> listTableFragmentsNextAsync(final String nextPageLink) { + return listTableFragmentsNextWithServiceResponseAsync(nextPageLink) + .map(new Func1>, Page>() { + @Override + public Page call(ServiceResponse> response) { + return response.body(); + } + }); + } + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the PagedList<USqlTableFragment> object + */ + public Observable>> listTableFragmentsNextWithServiceResponseAsync(final String nextPageLink) { + return listTableFragmentsNextSinglePageAsync(nextPageLink) + .concatMap(new Func1>, Observable>>>() { + @Override + public Observable>> call(ServiceResponse> page) { + String nextPageLink = page.body().nextPageLink(); + if (nextPageLink == null) { + return Observable.just(page); + } + return Observable.just(page).concatWith(listTableFragmentsNextWithServiceResponseAsync(nextPageLink)); + } + }); + } + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + ServiceResponse> * @param nextPageLink The NextLink from the previous successful call to List operation. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the PagedList<USqlTableFragment> object wrapped in {@link ServiceResponse} if successful. + */ + public Observable>> listTableFragmentsNextSinglePageAsync(final String nextPageLink) { + if (nextPageLink == null) { + throw new IllegalArgumentException("Parameter nextPageLink is required and cannot be null."); + } + String nextUrl = String.format("%s", nextPageLink); + return service.listTableFragmentsNext(nextUrl, this.client.acceptLanguage(), this.client.userAgent()) + .flatMap(new Func1, Observable>>>() { + @Override + public Observable>> call(Response response) { + try { + ServiceResponse> result = listTableFragmentsNextDelegate(response); + return Observable.just(new ServiceResponse>(result.body(), result.response())); + } catch (Throwable t) { + return Observable.error(t); + } + } + }); + } + + private ServiceResponse> listTableFragmentsNextDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { + return this.client.restClient().responseBuilderFactory()., CloudException>newInstance(this.client.serializerAdapter()) + .register(200, new TypeToken>() { }.getType()) + .registerError(CloudException.class) + .build(response); + } + /** * Retrieves the list of tables from the Data Lake Analytics catalog. * diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/DataLakeAnalyticsCatalogManagementClientImpl.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/implementation/DataLakeAnalyticsCatalogManagementClientImpl.java similarity index 96% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/DataLakeAnalyticsCatalogManagementClientImpl.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/implementation/DataLakeAnalyticsCatalogManagementClientImpl.java index 83a3c1a9925..8fc60e14060 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/DataLakeAnalyticsCatalogManagementClientImpl.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/implementation/DataLakeAnalyticsCatalogManagementClientImpl.java @@ -6,12 +6,12 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.implementation; +package com.microsoft.azure.datalake.analytics.implementation; import com.microsoft.azure.AzureClient; import com.microsoft.azure.AzureServiceClient; -import com.microsoft.azure.management.datalake.analytics.Catalogs; -import com.microsoft.azure.management.datalake.analytics.DataLakeAnalyticsCatalogManagementClient; +import com.microsoft.azure.datalake.analytics.Catalogs; +import com.microsoft.azure.datalake.analytics.DataLakeAnalyticsCatalogManagementClient; import com.microsoft.rest.credentials.ServiceClientCredentials; import com.microsoft.rest.RestClient; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/DataLakeAnalyticsJobManagementClientImpl.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/implementation/DataLakeAnalyticsJobManagementClientImpl.java similarity index 95% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/DataLakeAnalyticsJobManagementClientImpl.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/implementation/DataLakeAnalyticsJobManagementClientImpl.java index 40513b37c5c..0075449f720 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/DataLakeAnalyticsJobManagementClientImpl.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/implementation/DataLakeAnalyticsJobManagementClientImpl.java @@ -6,14 +6,14 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.implementation; +package com.microsoft.azure.datalake.analytics.implementation; import com.microsoft.azure.AzureClient; import com.microsoft.azure.AzureServiceClient; -import com.microsoft.azure.management.datalake.analytics.DataLakeAnalyticsJobManagementClient; -import com.microsoft.azure.management.datalake.analytics.Jobs; -import com.microsoft.azure.management.datalake.analytics.Pipelines; -import com.microsoft.azure.management.datalake.analytics.Recurrences; +import com.microsoft.azure.datalake.analytics.DataLakeAnalyticsJobManagementClient; +import com.microsoft.azure.datalake.analytics.Jobs; +import com.microsoft.azure.datalake.analytics.Pipelines; +import com.microsoft.azure.datalake.analytics.Recurrences; import com.microsoft.rest.credentials.ServiceClientCredentials; import com.microsoft.rest.RestClient; @@ -32,18 +32,6 @@ public AzureClient getAzureClient() { return this.azureClient; } - /** Client Api Version. */ - private String apiVersion; - - /** - * Gets Client Api Version. - * - * @return the apiVersion value. - */ - public String apiVersion() { - return this.apiVersion; - } - /** The DNS suffix used as the base for all Azure Data Lake Analytics Job service requests. */ private String adlaJobDnsSuffix; @@ -67,6 +55,18 @@ public DataLakeAnalyticsJobManagementClientImpl withAdlaJobDnsSuffix(String adla return this; } + /** Client Api Version. */ + private String apiVersion; + + /** + * Gets Client Api Version. + * + * @return the apiVersion value. + */ + public String apiVersion() { + return this.apiVersion; + } + /** Gets or sets the preferred language for the response. */ private String acceptLanguage; @@ -206,8 +206,8 @@ public DataLakeAnalyticsJobManagementClientImpl(RestClient restClient) { } protected void initialize() { - this.apiVersion = "2017-09-01-preview"; this.adlaJobDnsSuffix = "azuredatalakeanalytics.net"; + this.apiVersion = "2017-09-01-preview"; this.acceptLanguage = "en-US"; this.longRunningOperationRetryTimeout = 30; this.generateClientRequestId = true; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/JobsImpl.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/implementation/JobsImpl.java similarity index 98% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/JobsImpl.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/implementation/JobsImpl.java index 9456edf0da4..2d6dd729a29 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/JobsImpl.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/implementation/JobsImpl.java @@ -6,47 +6,46 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.implementation; +package com.microsoft.azure.datalake.analytics.implementation; +import retrofit2.Retrofit; +import com.microsoft.azure.datalake.analytics.Jobs; import com.google.common.base.Joiner; import com.google.common.reflect.TypeToken; import com.microsoft.azure.AzureServiceFuture; import com.microsoft.azure.CloudException; +import com.microsoft.azure.datalake.analytics.models.BuildJobParameters; +import com.microsoft.azure.datalake.analytics.models.CreateJobParameters; +import com.microsoft.azure.datalake.analytics.models.JobDataPath; +import com.microsoft.azure.datalake.analytics.models.JobInformation; +import com.microsoft.azure.datalake.analytics.models.JobInformationBasic; +import com.microsoft.azure.datalake.analytics.models.JobStatistics; +import com.microsoft.azure.datalake.analytics.models.PageImpl; +import com.microsoft.azure.datalake.analytics.models.UpdateJobParameters; import com.microsoft.azure.ListOperationCallback; import com.microsoft.azure.Page; import com.microsoft.azure.PagedList; -import com.microsoft.azure.management.datalake.analytics.Jobs; -import com.microsoft.azure.management.datalake.analytics.models.BuildJobParameters; -import com.microsoft.azure.management.datalake.analytics.models.CreateJobParameters; -import com.microsoft.azure.management.datalake.analytics.models.JobDataPath; -import com.microsoft.azure.management.datalake.analytics.models.JobInformation; -import com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic; -import com.microsoft.azure.management.datalake.analytics.models.JobStatistics; -import com.microsoft.azure.management.datalake.analytics.models.PageImpl; -import com.microsoft.azure.management.datalake.analytics.models.UpdateJobParameters; import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; import com.microsoft.rest.Validator; +import java.io.IOException; +import java.util.List; +import java.util.UUID; import okhttp3.ResponseBody; -import retrofit2.Response; -import retrofit2.Retrofit; import retrofit2.http.Body; import retrofit2.http.GET; import retrofit2.http.Header; import retrofit2.http.Headers; import retrofit2.http.PATCH; +import retrofit2.http.Path; import retrofit2.http.POST; import retrofit2.http.PUT; -import retrofit2.http.Path; import retrofit2.http.Query; import retrofit2.http.Url; -import rx.Observable; +import retrofit2.Response; import rx.functions.Func1; - -import java.io.IOException; -import java.util.List; -import java.util.UUID; +import rx.Observable; /** * An instance of this class provides access to all the operations defined @@ -382,7 +381,7 @@ public Observable>> call(Response> listDelegate(Response response) throws CloudException, IllegalArgumentException, IOException { + private ServiceResponse> listDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory()., CloudException>newInstance(this.client.serializerAdapter()) .register(200, new TypeToken>() { }.getType()) .registerError(CloudException.class) @@ -477,7 +476,7 @@ public Observable> call(Response r }); } - private ServiceResponse createDelegate(Response response) throws CloudException, IllegalArgumentException, IOException { + private ServiceResponse createDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().newInstance(this.client.serializerAdapter()) .register(200, new TypeToken() { }.getType()) .registerError(CloudException.class) @@ -564,7 +563,7 @@ public Observable> call(Response r }); } - private ServiceResponse getDelegate(Response response) throws CloudException, IllegalArgumentException, IOException { + private ServiceResponse getDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().newInstance(this.client.serializerAdapter()) .register(200, new TypeToken() { }.getType()) .registerError(CloudException.class) @@ -882,7 +881,7 @@ public Observable> call(Response r }); } - private ServiceResponse beginUpdateDelegate(Response response) throws CloudException, IllegalArgumentException, IOException { + private ServiceResponse beginUpdateDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().newInstance(this.client.serializerAdapter()) .register(200, new TypeToken() { }.getType()) .register(201, new TypeToken() { }.getType()) @@ -971,7 +970,7 @@ public Observable> call(Response re }); } - private ServiceResponse getStatisticsDelegate(Response response) throws CloudException, IllegalArgumentException, IOException { + private ServiceResponse getStatisticsDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().newInstance(this.client.serializerAdapter()) .register(200, new TypeToken() { }.getType()) .registerError(CloudException.class) @@ -1058,7 +1057,7 @@ public Observable> call(Response resp }); } - private ServiceResponse getDebugDataPathDelegate(Response response) throws CloudException, IllegalArgumentException, IOException { + private ServiceResponse getDebugDataPathDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().newInstance(this.client.serializerAdapter()) .register(200, new TypeToken() { }.getType()) .registerError(CloudException.class) @@ -1213,7 +1212,7 @@ public Observable> call(Response response) { }); } - private ServiceResponse beginCancelDelegate(Response response) throws CloudException, IllegalArgumentException, IOException { + private ServiceResponse beginCancelDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().newInstance(this.client.serializerAdapter()) .register(200, new TypeToken() { }.getType()) .register(202, new TypeToken() { }.getType()) @@ -1370,7 +1369,7 @@ public Observable> call(Response response) { }); } - private ServiceResponse beginYieldDelegate(Response response) throws CloudException, IllegalArgumentException, IOException { + private ServiceResponse beginYieldDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().newInstance(this.client.serializerAdapter()) .register(200, new TypeToken() { }.getType()) .register(202, new TypeToken() { }.getType()) @@ -1460,7 +1459,7 @@ public Observable> call(Response r }); } - private ServiceResponse buildDelegate(Response response) throws CloudException, IllegalArgumentException, IOException { + private ServiceResponse buildDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().newInstance(this.client.serializerAdapter()) .register(200, new TypeToken() { }.getType()) .registerError(CloudException.class) @@ -1571,7 +1570,7 @@ public Observable>> call(Response> listNextDelegate(Response response) throws CloudException, IllegalArgumentException, IOException { + private ServiceResponse> listNextDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory()., CloudException>newInstance(this.client.serializerAdapter()) .register(200, new TypeToken>() { }.getType()) .registerError(CloudException.class) diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/PipelinesImpl.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/implementation/PipelinesImpl.java similarity index 99% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/PipelinesImpl.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/implementation/PipelinesImpl.java index e65511d4da0..2c383d42c05 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/PipelinesImpl.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/implementation/PipelinesImpl.java @@ -6,37 +6,36 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.implementation; +package com.microsoft.azure.datalake.analytics.implementation; +import retrofit2.Retrofit; +import com.microsoft.azure.datalake.analytics.Pipelines; import com.google.common.base.Joiner; import com.google.common.reflect.TypeToken; import com.microsoft.azure.AzureServiceFuture; import com.microsoft.azure.CloudException; +import com.microsoft.azure.datalake.analytics.models.JobPipelineInformation; +import com.microsoft.azure.datalake.analytics.models.PageImpl; import com.microsoft.azure.ListOperationCallback; import com.microsoft.azure.Page; import com.microsoft.azure.PagedList; -import com.microsoft.azure.management.datalake.analytics.Pipelines; -import com.microsoft.azure.management.datalake.analytics.models.JobPipelineInformation; -import com.microsoft.azure.management.datalake.analytics.models.PageImpl; import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; +import java.io.IOException; +import java.util.List; +import java.util.UUID; import okhttp3.ResponseBody; import org.joda.time.DateTime; -import retrofit2.Response; -import retrofit2.Retrofit; import retrofit2.http.GET; import retrofit2.http.Header; import retrofit2.http.Headers; import retrofit2.http.Path; import retrofit2.http.Query; import retrofit2.http.Url; -import rx.Observable; +import retrofit2.Response; import rx.functions.Func1; - -import java.io.IOException; -import java.util.List; -import java.util.UUID; +import rx.Observable; /** * An instance of this class provides access to all the operations defined diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/RecurrencesImpl.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/implementation/RecurrencesImpl.java similarity index 99% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/RecurrencesImpl.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/implementation/RecurrencesImpl.java index 87fef0c6d80..000428f4304 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/RecurrencesImpl.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/implementation/RecurrencesImpl.java @@ -6,37 +6,36 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.implementation; +package com.microsoft.azure.datalake.analytics.implementation; +import retrofit2.Retrofit; +import com.microsoft.azure.datalake.analytics.Recurrences; import com.google.common.base.Joiner; import com.google.common.reflect.TypeToken; import com.microsoft.azure.AzureServiceFuture; import com.microsoft.azure.CloudException; +import com.microsoft.azure.datalake.analytics.models.JobRecurrenceInformation; +import com.microsoft.azure.datalake.analytics.models.PageImpl; import com.microsoft.azure.ListOperationCallback; import com.microsoft.azure.Page; import com.microsoft.azure.PagedList; -import com.microsoft.azure.management.datalake.analytics.Recurrences; -import com.microsoft.azure.management.datalake.analytics.models.JobRecurrenceInformation; -import com.microsoft.azure.management.datalake.analytics.models.PageImpl; import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; +import java.io.IOException; +import java.util.List; +import java.util.UUID; import okhttp3.ResponseBody; import org.joda.time.DateTime; -import retrofit2.Response; -import retrofit2.Retrofit; import retrofit2.http.GET; import retrofit2.http.Header; import retrofit2.http.Headers; import retrofit2.http.Path; import retrofit2.http.Query; import retrofit2.http.Url; -import rx.Observable; +import retrofit2.Response; import rx.functions.Func1; - -import java.io.IOException; -import java.util.List; -import java.util.UUID; +import rx.Observable; /** * An instance of this class provides access to all the operations defined diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/implementation/package-info.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/implementation/package-info.java new file mode 100644 index 00000000000..7e8a41d7892 --- /dev/null +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/implementation/package-info.java @@ -0,0 +1,11 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. + +/** + * This package contains the implementation classes for DataLakeAnalyticsCatalogManagementClient. + * Creates an Azure Data Lake Analytics catalog client. + */ +package com.microsoft.azure.datalake.analytics.implementation; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/Acl.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/Acl.java similarity index 96% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/Acl.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/Acl.java index f678a251470..e8d392fe776 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/Acl.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/Acl.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import java.util.UUID; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AclCreateOrUpdateParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/AclCreateOrUpdateParameters.java similarity index 97% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AclCreateOrUpdateParameters.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/AclCreateOrUpdateParameters.java index 59b193b7a5a..3f7d785c4a5 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AclCreateOrUpdateParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/AclCreateOrUpdateParameters.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import java.util.UUID; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AclDeleteParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/AclDeleteParameters.java similarity index 96% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AclDeleteParameters.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/AclDeleteParameters.java index bddd24c5213..373e5cbd02f 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AclDeleteParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/AclDeleteParameters.java @@ -6,11 +6,10 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; - -import com.fasterxml.jackson.annotation.JsonProperty; +package com.microsoft.azure.datalake.analytics.models; import java.util.UUID; +import com.fasterxml.jackson.annotation.JsonProperty; /** * The parameters used to delete an access control list (ACL) entry. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AclType.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/AclType.java similarity index 95% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AclType.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/AclType.java index 4afb541a280..5cf894cf838 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AclType.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/AclType.java @@ -6,13 +6,12 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; +import java.util.Collection; import com.fasterxml.jackson.annotation.JsonCreator; import com.microsoft.rest.ExpandableStringEnum; -import java.util.Collection; - /** * Defines values for AclType. */ diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/BaseJobParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/BaseJobParameters.java similarity index 90% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/BaseJobParameters.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/BaseJobParameters.java index bbaa1c5f1d1..8e9faaf8145 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/BaseJobParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/BaseJobParameters.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; @@ -15,14 +15,14 @@ */ public class BaseJobParameters { /** - * the job type of the current job (Hive, USql, or Scope (for internal use + * The job type of the current job (Hive, USql, or Scope (for internal use * only)). Possible values include: 'USql', 'Hive', 'Scope'. */ @JsonProperty(value = "type", required = true) private JobType type; /** - * the job specific properties. + * The job specific properties. */ @JsonProperty(value = "properties", required = true) private CreateJobProperties properties; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/BuildJobParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/BuildJobParameters.java similarity index 88% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/BuildJobParameters.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/BuildJobParameters.java index 3e9b0de0e61..b06e6039fda 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/BuildJobParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/BuildJobParameters.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; @@ -15,7 +15,7 @@ */ public class BuildJobParameters extends BaseJobParameters { /** - * the friendly name of the job to build. + * The friendly name of the job to build. */ @JsonProperty(value = "name") private String name; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CatalogItem.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/CatalogItem.java similarity index 96% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CatalogItem.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/CatalogItem.java index 843cccd2518..d306e05f2f5 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CatalogItem.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/CatalogItem.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import java.util.UUID; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CatalogItemList.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/CatalogItemList.java similarity index 93% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CatalogItemList.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/CatalogItemList.java index ae149b93ba9..7cb7470b68e 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CatalogItemList.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/CatalogItemList.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CompileMode.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/CompileMode.java similarity index 95% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CompileMode.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/CompileMode.java index bc993140da4..d5761972f5c 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CompileMode.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/CompileMode.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonValue; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateJobParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/CreateJobParameters.java similarity index 90% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateJobParameters.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/CreateJobParameters.java index eb294cf7d1b..2e7879c5787 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateJobParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/CreateJobParameters.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import java.util.List; import com.fasterxml.jackson.annotation.JsonProperty; @@ -16,20 +16,20 @@ */ public class CreateJobParameters extends BaseJobParameters { /** - * the friendly name of the job to submit. + * The friendly name of the job to submit. */ @JsonProperty(value = "name", required = true) private String name; /** - * the degree of parallelism to use for this job. This must be greater than + * The degree of parallelism to use for this job. This must be greater than * 0, if set to less than 0 it will default to 1. */ @JsonProperty(value = "degreeOfParallelism") private Integer degreeOfParallelism; /** - * the priority value to use for the current job. Lower numbers have a + * The priority value to use for the current job. Lower numbers have a * higher priority. By default, a job has a priority of 1000. This must be * greater than 0. */ @@ -37,7 +37,7 @@ public class CreateJobParameters extends BaseJobParameters { private Integer priority; /** - * the list of log file name patterns to find in the logFolder. '*' is the + * The list of log file name patterns to find in the logFolder. '*' is the * only matching character allowed. Example format: jobExecution*.log or * *mylog*.txt. */ @@ -45,7 +45,7 @@ public class CreateJobParameters extends BaseJobParameters { private List logFilePatterns; /** - * the recurring job relationship information properties. + * The recurring job relationship information properties. */ @JsonProperty(value = "related") private JobRelationshipProperties related; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateJobProperties.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/CreateJobProperties.java similarity index 91% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateJobProperties.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/CreateJobProperties.java index 2df80928895..6014d52ac74 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateJobProperties.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/CreateJobProperties.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonTypeInfo; @@ -24,14 +24,14 @@ }) public class CreateJobProperties { /** - * the runtime version of the Data Lake Analytics engine to use for the + * The runtime version of the Data Lake Analytics engine to use for the * specific type of job being run. */ @JsonProperty(value = "runtimeVersion") private String runtimeVersion; /** - * the script to run. Please note that the maximum script size is 3 MB. + * The script to run. Please note that the maximum script size is 3 MB. */ @JsonProperty(value = "script", required = true) private String script; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateScopeJobParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/CreateScopeJobParameters.java similarity index 83% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateScopeJobParameters.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/CreateScopeJobParameters.java index 64ef2398218..74593765e55 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateScopeJobParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/CreateScopeJobParameters.java @@ -6,11 +6,10 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; - -import com.fasterxml.jackson.annotation.JsonProperty; +package com.microsoft.azure.datalake.analytics.models; import java.util.Map; +import com.fasterxml.jackson.annotation.JsonProperty; /** * The parameters used to submit a new Data Lake Analytics Scope job. (Only for @@ -18,8 +17,8 @@ */ public class CreateScopeJobParameters extends CreateJobParameters { /** - * the key-value pairs used to add additional metadata to the job - * information. (Only for use internally with Scope job type.). + * The key-value pairs used to add additional metadata to the job + * information. */ @JsonProperty(value = "tags") private Map tags; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateScopeJobProperties.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/CreateScopeJobProperties.java similarity index 86% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateScopeJobProperties.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/CreateScopeJobProperties.java index 5a5ba8ab720..95ef0d86e6d 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateScopeJobProperties.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/CreateScopeJobProperties.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import java.util.List; import com.fasterxml.jackson.annotation.JsonProperty; @@ -14,19 +14,20 @@ import com.fasterxml.jackson.annotation.JsonTypeName; /** - * Scope job properties used when submitting Scope jobs. + * Scope job properties used when submitting Scope jobs. (Only for use + * internally with Scope job type.). */ @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type") @JsonTypeName("Scope") public class CreateScopeJobProperties extends CreateJobProperties { /** - * the list of resources that are required by the job. + * The list of resources that are required by the job. */ @JsonProperty(value = "resources") private List resources; /** - * the list of email addresses, separated by semi-colons, to notify when + * The list of email addresses, separated by semi-colons, to notify when * the job reaches a terminal state. */ @JsonProperty(value = "notifier") diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateUSqlJobProperties.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/CreateUSqlJobProperties.java similarity index 91% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateUSqlJobProperties.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/CreateUSqlJobProperties.java index bfe4c2e5d70..04ee88c9cd1 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateUSqlJobProperties.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/CreateUSqlJobProperties.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonTypeInfo; @@ -19,7 +19,7 @@ @JsonTypeName("USql") public class CreateUSqlJobProperties extends CreateJobProperties { /** - * the specific compilation mode for the job used during execution. If this + * The specific compilation mode for the job used during execution. If this * is not specified during submission, the server will determine the * optimal compilation mode. Possible values include: 'Semantic', 'Full', * 'SingleBox'. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialCreateParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialCreateParameters.java similarity index 97% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialCreateParameters.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialCreateParameters.java index ca62a8c2ee0..7a06ac0dd22 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialCreateParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialCreateParameters.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialDeleteParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialDeleteParameters.java similarity index 94% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialDeleteParameters.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialDeleteParameters.java index 0a4460c80f0..5fa50223dcc 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialDeleteParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialDeleteParameters.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialUpdateParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialUpdateParameters.java similarity index 97% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialUpdateParameters.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialUpdateParameters.java index cf5a175c966..1bd17adcda7 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialUpdateParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialUpdateParameters.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters.java similarity index 96% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters.java index fa43b3be9e1..70fef0ebfee 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DdlName.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/DdlName.java similarity index 97% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DdlName.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/DdlName.java index 6b6e6a97e4e..3acc3a510dd 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DdlName.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/DdlName.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/Diagnostics.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/Diagnostics.java similarity index 86% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/Diagnostics.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/Diagnostics.java index bc2bbf205af..987dc10f2e6 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/Diagnostics.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/Diagnostics.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; @@ -15,58 +15,58 @@ */ public class Diagnostics { /** - * the column where the error occured. + * The error message. */ - @JsonProperty(value = "columnNumber", access = JsonProperty.Access.WRITE_ONLY) - private Integer columnNumber; + @JsonProperty(value = "message", access = JsonProperty.Access.WRITE_ONLY) + private String message; /** - * the ending index of the error. + * The severity of the error. Possible values include: 'Warning', 'Error', + * 'Info', 'SevereWarning', 'Deprecated', 'UserWarning'. */ - @JsonProperty(value = "end", access = JsonProperty.Access.WRITE_ONLY) - private Integer end; + @JsonProperty(value = "severity", access = JsonProperty.Access.WRITE_ONLY) + private SeverityTypes severity; /** - * the line number the error occured on. + * The line number the error occured on. */ @JsonProperty(value = "lineNumber", access = JsonProperty.Access.WRITE_ONLY) private Integer lineNumber; /** - * the error message. + * The column where the error occured. */ - @JsonProperty(value = "message", access = JsonProperty.Access.WRITE_ONLY) - private String message; + @JsonProperty(value = "columnNumber", access = JsonProperty.Access.WRITE_ONLY) + private Integer columnNumber; /** - * the severity of the error. Possible values include: 'Warning', 'Error', - * 'Info', 'SevereWarning', 'Deprecated', 'UserWarning'. + * The starting index of the error. */ - @JsonProperty(value = "severity", access = JsonProperty.Access.WRITE_ONLY) - private SeverityTypes severity; + @JsonProperty(value = "start", access = JsonProperty.Access.WRITE_ONLY) + private Integer start; /** - * the starting index of the error. + * The ending index of the error. */ - @JsonProperty(value = "start", access = JsonProperty.Access.WRITE_ONLY) - private Integer start; + @JsonProperty(value = "end", access = JsonProperty.Access.WRITE_ONLY) + private Integer end; /** - * Get the columnNumber value. + * Get the message value. * - * @return the columnNumber value + * @return the message value */ - public Integer columnNumber() { - return this.columnNumber; + public String message() { + return this.message; } /** - * Get the end value. + * Get the severity value. * - * @return the end value + * @return the severity value */ - public Integer end() { - return this.end; + public SeverityTypes severity() { + return this.severity; } /** @@ -79,30 +79,30 @@ public Integer lineNumber() { } /** - * Get the message value. + * Get the columnNumber value. * - * @return the message value + * @return the columnNumber value */ - public String message() { - return this.message; + public Integer columnNumber() { + return this.columnNumber; } /** - * Get the severity value. + * Get the start value. * - * @return the severity value + * @return the start value */ - public SeverityTypes severity() { - return this.severity; + public Integer start() { + return this.start; } /** - * Get the start value. + * Get the end value. * - * @return the start value + * @return the end value */ - public Integer start() { - return this.start; + public Integer end() { + return this.end; } } diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/EntityId.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/EntityId.java similarity index 95% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/EntityId.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/EntityId.java index da1ff1a1438..cabf2d6a350 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/EntityId.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/EntityId.java @@ -6,11 +6,10 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; - -import com.fasterxml.jackson.annotation.JsonProperty; +package com.microsoft.azure.datalake.analytics.models; import java.util.UUID; +import com.fasterxml.jackson.annotation.JsonProperty; /** * A Data Lake Analytics catalog entity identifier object. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ExternalTable.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/ExternalTable.java similarity index 95% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ExternalTable.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/ExternalTable.java index 860c0e91d09..93b812777ee 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ExternalTable.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/ExternalTable.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/FileType.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/FileType.java similarity index 94% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/FileType.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/FileType.java index bc62811b9a3..81b8e1cf25c 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/FileType.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/FileType.java @@ -6,13 +6,12 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; +import java.util.Collection; import com.fasterxml.jackson.annotation.JsonCreator; import com.microsoft.rest.ExpandableStringEnum; -import java.util.Collection; - /** * Defines values for FileType. */ diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/HiveJobProperties.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/HiveJobProperties.java similarity index 87% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/HiveJobProperties.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/HiveJobProperties.java index c2705111b00..3171b982185 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/HiveJobProperties.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/HiveJobProperties.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonTypeInfo; @@ -19,26 +19,26 @@ @JsonTypeName("Hive") public class HiveJobProperties extends JobProperties { /** - * the Hive logs location. + * The Hive logs location. */ @JsonProperty(value = "logsLocation", access = JsonProperty.Access.WRITE_ONLY) private String logsLocation; /** - * the location of Hive job output files (both execution output and + * The location of Hive job output files (both execution output and * results). */ @JsonProperty(value = "outputLocation", access = JsonProperty.Access.WRITE_ONLY) private String outputLocation; /** - * the number of statements that will be run based on the script. + * The number of statements that will be run based on the script. */ @JsonProperty(value = "statementCount", access = JsonProperty.Access.WRITE_ONLY) private Integer statementCount; /** - * the number of statements that have been run based on the script. + * The number of statements that have been run based on the script. */ @JsonProperty(value = "executedStatementCount", access = JsonProperty.Access.WRITE_ONLY) private Integer executedStatementCount; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobDataPath.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobDataPath.java similarity index 85% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobDataPath.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobDataPath.java index 7f3c37bd50f..5a66c49d490 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobDataPath.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobDataPath.java @@ -6,31 +6,30 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; -import com.fasterxml.jackson.annotation.JsonProperty; - -import java.util.List; import java.util.UUID; +import java.util.List; +import com.fasterxml.jackson.annotation.JsonProperty; /** * A Data Lake Analytics job data path item. */ public class JobDataPath { /** - * the id of the job this data is for. + * The ID of the job this data is for. */ @JsonProperty(value = "jobId", access = JsonProperty.Access.WRITE_ONLY) private UUID jobId; /** - * the command that this job data relates to. + * The command that this job data relates to. */ @JsonProperty(value = "command", access = JsonProperty.Access.WRITE_ONLY) private String command; /** - * the list of paths to all of the job data. + * The list of paths to all of the job data. */ @JsonProperty(value = "paths", access = JsonProperty.Access.WRITE_ONLY) private List paths; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobErrorDetails.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobErrorDetails.java similarity index 84% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobErrorDetails.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobErrorDetails.java index 4b434e680a7..27bebdc92a3 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobErrorDetails.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobErrorDetails.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; @@ -15,171 +15,171 @@ */ public class JobErrorDetails { /** - * the error message description. + * The specific identifier for the type of error encountered in the job. */ - @JsonProperty(value = "description", access = JsonProperty.Access.WRITE_ONLY) - private String description; + @JsonProperty(value = "errorId", access = JsonProperty.Access.WRITE_ONLY) + private String errorId; /** - * the details of the error message. + * The severity level of the failure. Possible values include: 'Warning', + * 'Error', 'Info', 'SevereWarning', 'Deprecated', 'UserWarning'. */ - @JsonProperty(value = "details", access = JsonProperty.Access.WRITE_ONLY) - private String details; + @JsonProperty(value = "severity", access = JsonProperty.Access.WRITE_ONLY) + private SeverityTypes severity; /** - * the end offset in the job where the error was found. + * The ultimate source of the failure (usually either SYSTEM or USER). */ - @JsonProperty(value = "endOffset", access = JsonProperty.Access.WRITE_ONLY) - private Integer endOffset; + @JsonProperty(value = "source", access = JsonProperty.Access.WRITE_ONLY) + private String source; /** - * the specific identifier for the type of error encountered in the job. + * The user friendly error message for the failure. */ - @JsonProperty(value = "errorId", access = JsonProperty.Access.WRITE_ONLY) - private String errorId; + @JsonProperty(value = "message", access = JsonProperty.Access.WRITE_ONLY) + private String message; /** - * the path to any supplemental error files, if any. + * The error message description. */ - @JsonProperty(value = "filePath", access = JsonProperty.Access.WRITE_ONLY) - private String filePath; + @JsonProperty(value = "description", access = JsonProperty.Access.WRITE_ONLY) + private String description; /** - * the link to MSDN or Azure help for this type of error, if any. + * The details of the error message. */ - @JsonProperty(value = "helpLink", access = JsonProperty.Access.WRITE_ONLY) - private String helpLink; + @JsonProperty(value = "details", access = JsonProperty.Access.WRITE_ONLY) + private String details; /** - * the internal diagnostic stack trace if the user requesting the job error - * details has sufficient permissions it will be retrieved, otherwise it - * will be empty. + * The specific line number in the job where the error occured. */ - @JsonProperty(value = "internalDiagnostics", access = JsonProperty.Access.WRITE_ONLY) - private String internalDiagnostics; + @JsonProperty(value = "lineNumber", access = JsonProperty.Access.WRITE_ONLY) + private Integer lineNumber; /** - * the specific line number in the job where the error occured. + * The start offset in the job where the error was found. */ - @JsonProperty(value = "lineNumber", access = JsonProperty.Access.WRITE_ONLY) - private Integer lineNumber; + @JsonProperty(value = "startOffset", access = JsonProperty.Access.WRITE_ONLY) + private Integer startOffset; /** - * the user friendly error message for the failure. + * The end offset in the job where the error was found. */ - @JsonProperty(value = "message", access = JsonProperty.Access.WRITE_ONLY) - private String message; + @JsonProperty(value = "endOffset", access = JsonProperty.Access.WRITE_ONLY) + private Integer endOffset; /** - * the recommended resolution for the failure, if any. + * The recommended resolution for the failure, if any. */ @JsonProperty(value = "resolution", access = JsonProperty.Access.WRITE_ONLY) private String resolution; /** - * the inner error of this specific job error message, if any. + * The path to any supplemental error files, if any. */ - @JsonProperty(value = "innerError", access = JsonProperty.Access.WRITE_ONLY) - private JobInnerError innerError; + @JsonProperty(value = "filePath", access = JsonProperty.Access.WRITE_ONLY) + private String filePath; /** - * the severity level of the failure. Possible values include: 'Warning', - * 'Error', 'Info', 'SevereWarning', 'Deprecated', 'UserWarning'. + * The link to MSDN or Azure help for this type of error, if any. */ - @JsonProperty(value = "severity", access = JsonProperty.Access.WRITE_ONLY) - private SeverityTypes severity; + @JsonProperty(value = "helpLink", access = JsonProperty.Access.WRITE_ONLY) + private String helpLink; /** - * the ultimate source of the failure (usually either SYSTEM or USER). + * The internal diagnostic stack trace if the user requesting the job error + * details has sufficient permissions it will be retrieved, otherwise it + * will be empty. */ - @JsonProperty(value = "source", access = JsonProperty.Access.WRITE_ONLY) - private String source; + @JsonProperty(value = "internalDiagnostics", access = JsonProperty.Access.WRITE_ONLY) + private String internalDiagnostics; /** - * the start offset in the job where the error was found. + * The inner error of this specific job error message, if any. */ - @JsonProperty(value = "startOffset", access = JsonProperty.Access.WRITE_ONLY) - private Integer startOffset; + @JsonProperty(value = "innerError", access = JsonProperty.Access.WRITE_ONLY) + private JobInnerError innerError; /** - * Get the description value. + * Get the errorId value. * - * @return the description value + * @return the errorId value */ - public String description() { - return this.description; + public String errorId() { + return this.errorId; } /** - * Get the details value. + * Get the severity value. * - * @return the details value + * @return the severity value */ - public String details() { - return this.details; + public SeverityTypes severity() { + return this.severity; } /** - * Get the endOffset value. + * Get the source value. * - * @return the endOffset value + * @return the source value */ - public Integer endOffset() { - return this.endOffset; + public String source() { + return this.source; } /** - * Get the errorId value. + * Get the message value. * - * @return the errorId value + * @return the message value */ - public String errorId() { - return this.errorId; + public String message() { + return this.message; } /** - * Get the filePath value. + * Get the description value. * - * @return the filePath value + * @return the description value */ - public String filePath() { - return this.filePath; + public String description() { + return this.description; } /** - * Get the helpLink value. + * Get the details value. * - * @return the helpLink value + * @return the details value */ - public String helpLink() { - return this.helpLink; + public String details() { + return this.details; } /** - * Get the internalDiagnostics value. + * Get the lineNumber value. * - * @return the internalDiagnostics value + * @return the lineNumber value */ - public String internalDiagnostics() { - return this.internalDiagnostics; + public Integer lineNumber() { + return this.lineNumber; } /** - * Get the lineNumber value. + * Get the startOffset value. * - * @return the lineNumber value + * @return the startOffset value */ - public Integer lineNumber() { - return this.lineNumber; + public Integer startOffset() { + return this.startOffset; } /** - * Get the message value. + * Get the endOffset value. * - * @return the message value + * @return the endOffset value */ - public String message() { - return this.message; + public Integer endOffset() { + return this.endOffset; } /** @@ -192,39 +192,39 @@ public String resolution() { } /** - * Get the innerError value. + * Get the filePath value. * - * @return the innerError value + * @return the filePath value */ - public JobInnerError innerError() { - return this.innerError; + public String filePath() { + return this.filePath; } /** - * Get the severity value. + * Get the helpLink value. * - * @return the severity value + * @return the helpLink value */ - public SeverityTypes severity() { - return this.severity; + public String helpLink() { + return this.helpLink; } /** - * Get the source value. + * Get the internalDiagnostics value. * - * @return the source value + * @return the internalDiagnostics value */ - public String source() { - return this.source; + public String internalDiagnostics() { + return this.internalDiagnostics; } /** - * Get the startOffset value. + * Get the innerError value. * - * @return the startOffset value + * @return the innerError value */ - public Integer startOffset() { - return this.startOffset; + public JobInnerError innerError() { + return this.innerError; } } diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobInformation.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobInformation.java similarity index 88% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobInformation.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobInformation.java index 01b037b0bec..75ba478aa59 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobInformation.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobInformation.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import java.util.List; import com.fasterxml.jackson.annotation.JsonProperty; @@ -17,20 +17,20 @@ */ public class JobInformation extends JobInformationBasic { /** - * the error message details for the job, if the job failed. + * The error message details for the job, if the job failed. */ @JsonProperty(value = "errorMessage", access = JsonProperty.Access.WRITE_ONLY) private List errorMessage; /** - * the job state audit records, indicating when various operations have + * The job state audit records, indicating when various operations have * been performed on this job. */ @JsonProperty(value = "stateAuditRecords", access = JsonProperty.Access.WRITE_ONLY) private List stateAuditRecords; /** - * the job specific properties. + * The job specific properties. */ @JsonProperty(value = "properties", required = true) private JobProperties properties; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobInformationBasic.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobInformationBasic.java similarity index 89% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobInformationBasic.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobInformationBasic.java index 7e710c3347f..d5085e5a995 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobInformationBasic.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobInformationBasic.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import java.util.UUID; import org.joda.time.DateTime; @@ -19,39 +19,39 @@ */ public class JobInformationBasic { /** - * the job's unique identifier (a GUID). + * The job's unique identifier (a GUID). */ @JsonProperty(value = "jobId", access = JsonProperty.Access.WRITE_ONLY) private UUID jobId; /** - * the friendly name of the job. + * The friendly name of the job. */ @JsonProperty(value = "name", required = true) private String name; /** - * the job type of the current job (Hive, USql, or Scope (for internal use + * The job type of the current job (Hive, USql, or Scope (for internal use * only)). Possible values include: 'USql', 'Hive', 'Scope'. */ @JsonProperty(value = "type", required = true) private JobType type; /** - * the user or account that submitted the job. + * The user or account that submitted the job. */ @JsonProperty(value = "submitter", access = JsonProperty.Access.WRITE_ONLY) private String submitter; /** - * the degree of parallelism used for this job. This must be greater than + * The degree of parallelism used for this job. This must be greater than * 0, if set to less than 0 it will default to 1. */ @JsonProperty(value = "degreeOfParallelism") private Integer degreeOfParallelism; /** - * the priority value for the current job. Lower numbers have a higher + * The priority value for the current job. Lower numbers have a higher * priority. By default, a job has a priority of 1000. This must be greater * than 0. */ @@ -59,25 +59,25 @@ public class JobInformationBasic { private Integer priority; /** - * the time the job was submitted to the service. + * The time the job was submitted to the service. */ @JsonProperty(value = "submitTime", access = JsonProperty.Access.WRITE_ONLY) private DateTime submitTime; /** - * the start time of the job. + * The start time of the job. */ @JsonProperty(value = "startTime", access = JsonProperty.Access.WRITE_ONLY) private DateTime startTime; /** - * the completion time of the job. + * The completion time of the job. */ @JsonProperty(value = "endTime", access = JsonProperty.Access.WRITE_ONLY) private DateTime endTime; /** - * the job state. When the job is in the Ended state, refer to Result and + * The job state. When the job is in the Ended state, refer to Result and * ErrorMessage for details. Possible values include: 'Accepted', * 'Compiling', 'Ended', 'New', 'Queued', 'Running', 'Scheduling', * 'Starting', 'Paused', 'WaitingForCapacity'. @@ -86,21 +86,21 @@ public class JobInformationBasic { private JobState state; /** - * the result of job execution or the current result of the running job. + * The result of job execution or the current result of the running job. * Possible values include: 'None', 'Succeeded', 'Cancelled', 'Failed'. */ @JsonProperty(value = "result", access = JsonProperty.Access.WRITE_ONLY) private JobResult result; /** - * the log folder path to use in the following format: + * The log folder path to use in the following format: * adl://<accountName>.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/03/13/17/18/5fe51957-93bc-4de0-8ddc-c5a4753b068b/logs/. */ @JsonProperty(value = "logFolder", access = JsonProperty.Access.WRITE_ONLY) private String logFolder; /** - * the list of log file name patterns to find in the logFolder. '*' is the + * The list of log file name patterns to find in the logFolder. '*' is the * only matching character allowed. Example format: jobExecution*.log or * *mylog*.txt. */ @@ -108,13 +108,13 @@ public class JobInformationBasic { private List logFilePatterns; /** - * the recurring job relationship information properties. + * The recurring job relationship information properties. */ @JsonProperty(value = "related") private JobRelationshipProperties related; /** - * the key-value pairs used to add additional metadata to the job + * The key-value pairs used to add additional metadata to the job * information. (Only for use internally with Scope job type.). */ @JsonProperty(value = "tags") diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobInnerError.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobInnerError.java similarity index 85% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobInnerError.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobInnerError.java index 3de60b1ce77..86537dffb61 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobInnerError.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobInnerError.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; @@ -15,87 +15,87 @@ */ public class JobInnerError { /** - * the diagnostic error code. + * The specific identifier for the type of error encountered in the job. */ - @JsonProperty(value = "diagnosticCode", access = JsonProperty.Access.WRITE_ONLY) - private Integer diagnosticCode; + @JsonProperty(value = "errorId", access = JsonProperty.Access.WRITE_ONLY) + private String errorId; /** - * the severity level of the failure. Possible values include: 'Warning', + * The severity level of the failure. Possible values include: 'Warning', * 'Error', 'Info', 'SevereWarning', 'Deprecated', 'UserWarning'. */ @JsonProperty(value = "severity", access = JsonProperty.Access.WRITE_ONLY) private SeverityTypes severity; /** - * the details of the error message. + * The ultimate source of the failure (usually either SYSTEM or USER). */ - @JsonProperty(value = "details", access = JsonProperty.Access.WRITE_ONLY) - private String details; + @JsonProperty(value = "source", access = JsonProperty.Access.WRITE_ONLY) + private String source; /** - * the component that failed. + * The user friendly error message for the failure. */ - @JsonProperty(value = "component", access = JsonProperty.Access.WRITE_ONLY) - private String component; + @JsonProperty(value = "message", access = JsonProperty.Access.WRITE_ONLY) + private String message; /** - * the specific identifier for the type of error encountered in the job. + * The error message description. */ - @JsonProperty(value = "errorId", access = JsonProperty.Access.WRITE_ONLY) - private String errorId; + @JsonProperty(value = "description", access = JsonProperty.Access.WRITE_ONLY) + private String description; /** - * the link to MSDN or Azure help for this type of error, if any. + * The details of the error message. */ - @JsonProperty(value = "helpLink", access = JsonProperty.Access.WRITE_ONLY) - private String helpLink; + @JsonProperty(value = "details", access = JsonProperty.Access.WRITE_ONLY) + private String details; /** - * the internal diagnostic stack trace if the user requesting the job error - * details has sufficient permissions it will be retrieved, otherwise it - * will be empty. + * The diagnostic error code. */ - @JsonProperty(value = "internalDiagnostics", access = JsonProperty.Access.WRITE_ONLY) - private String internalDiagnostics; + @JsonProperty(value = "diagnosticCode", access = JsonProperty.Access.WRITE_ONLY) + private Integer diagnosticCode; /** - * the user friendly error message for the failure. + * The component that failed. */ - @JsonProperty(value = "message", access = JsonProperty.Access.WRITE_ONLY) - private String message; + @JsonProperty(value = "component", access = JsonProperty.Access.WRITE_ONLY) + private String component; /** - * the recommended resolution for the failure, if any. + * The recommended resolution for the failure, if any. */ @JsonProperty(value = "resolution", access = JsonProperty.Access.WRITE_ONLY) private String resolution; /** - * the ultimate source of the failure (usually either SYSTEM or USER). + * The link to MSDN or Azure help for this type of error, if any. */ - @JsonProperty(value = "source", access = JsonProperty.Access.WRITE_ONLY) - private String source; + @JsonProperty(value = "helpLink", access = JsonProperty.Access.WRITE_ONLY) + private String helpLink; /** - * the error message description. + * The internal diagnostic stack trace if the user requesting the job error + * details has sufficient permissions it will be retrieved, otherwise it + * will be empty. */ - @JsonProperty(value = "description", access = JsonProperty.Access.WRITE_ONLY) - private String description; + @JsonProperty(value = "internalDiagnostics", access = JsonProperty.Access.WRITE_ONLY) + private String internalDiagnostics; /** - * the inner error of this specific job error message, if any. + * The inner error of this specific job error message, if any. */ @JsonProperty(value = "innerError", access = JsonProperty.Access.WRITE_ONLY) private JobInnerError innerError; /** - * Get the diagnosticCode value. + * Get the errorId value. * - * @return the diagnosticCode value + * @return the errorId value */ - public Integer diagnosticCode() { - return this.diagnosticCode; + public String errorId() { + return this.errorId; } /** @@ -108,57 +108,57 @@ public SeverityTypes severity() { } /** - * Get the details value. + * Get the source value. * - * @return the details value + * @return the source value */ - public String details() { - return this.details; + public String source() { + return this.source; } /** - * Get the component value. + * Get the message value. * - * @return the component value + * @return the message value */ - public String component() { - return this.component; + public String message() { + return this.message; } /** - * Get the errorId value. + * Get the description value. * - * @return the errorId value + * @return the description value */ - public String errorId() { - return this.errorId; + public String description() { + return this.description; } /** - * Get the helpLink value. + * Get the details value. * - * @return the helpLink value + * @return the details value */ - public String helpLink() { - return this.helpLink; + public String details() { + return this.details; } /** - * Get the internalDiagnostics value. + * Get the diagnosticCode value. * - * @return the internalDiagnostics value + * @return the diagnosticCode value */ - public String internalDiagnostics() { - return this.internalDiagnostics; + public Integer diagnosticCode() { + return this.diagnosticCode; } /** - * Get the message value. + * Get the component value. * - * @return the message value + * @return the component value */ - public String message() { - return this.message; + public String component() { + return this.component; } /** @@ -171,21 +171,21 @@ public String resolution() { } /** - * Get the source value. + * Get the helpLink value. * - * @return the source value + * @return the helpLink value */ - public String source() { - return this.source; + public String helpLink() { + return this.helpLink; } /** - * Get the description value. + * Get the internalDiagnostics value. * - * @return the description value + * @return the internalDiagnostics value */ - public String description() { - return this.description; + public String internalDiagnostics() { + return this.internalDiagnostics; } /** diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobPipelineInformation.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobPipelineInformation.java similarity index 84% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobPipelineInformation.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobPipelineInformation.java index a024b3dab87..9211841e646 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobPipelineInformation.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobPipelineInformation.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import java.util.UUID; import org.joda.time.DateTime; @@ -19,76 +19,76 @@ */ public class JobPipelineInformation { /** - * the job relationship pipeline identifier (a GUID). + * The job relationship pipeline identifier (a GUID). */ @JsonProperty(value = "pipelineId", access = JsonProperty.Access.WRITE_ONLY) private UUID pipelineId; /** - * the friendly name of the job relationship pipeline, which does not need + * The friendly name of the job relationship pipeline, which does not need * to be unique. */ @JsonProperty(value = "pipelineName", access = JsonProperty.Access.WRITE_ONLY) private String pipelineName; /** - * the pipeline uri, unique, links to the originating service for this + * The pipeline uri, unique, links to the originating service for this * pipeline. */ @JsonProperty(value = "pipelineUri", access = JsonProperty.Access.WRITE_ONLY) private String pipelineUri; /** - * the number of jobs in this pipeline that have failed. + * The number of jobs in this pipeline that have failed. */ @JsonProperty(value = "numJobsFailed", access = JsonProperty.Access.WRITE_ONLY) private Integer numJobsFailed; /** - * the number of jobs in this pipeline that have been canceled. + * The number of jobs in this pipeline that have been canceled. */ @JsonProperty(value = "numJobsCanceled", access = JsonProperty.Access.WRITE_ONLY) private Integer numJobsCanceled; /** - * the number of jobs in this pipeline that have succeeded. + * The number of jobs in this pipeline that have succeeded. */ @JsonProperty(value = "numJobsSucceeded", access = JsonProperty.Access.WRITE_ONLY) private Integer numJobsSucceeded; /** - * the number of job execution hours that resulted in failed jobs. + * The number of job execution hours that resulted in failed jobs. */ @JsonProperty(value = "auHoursFailed", access = JsonProperty.Access.WRITE_ONLY) private Double auHoursFailed; /** - * the number of job execution hours that resulted in canceled jobs. + * The number of job execution hours that resulted in canceled jobs. */ @JsonProperty(value = "auHoursCanceled", access = JsonProperty.Access.WRITE_ONLY) private Double auHoursCanceled; /** - * the number of job execution hours that resulted in successful jobs. + * The number of job execution hours that resulted in successful jobs. */ @JsonProperty(value = "auHoursSucceeded", access = JsonProperty.Access.WRITE_ONLY) private Double auHoursSucceeded; /** - * the last time a job in this pipeline was submitted. + * The last time a job in this pipeline was submitted. */ @JsonProperty(value = "lastSubmitTime", access = JsonProperty.Access.WRITE_ONLY) private DateTime lastSubmitTime; /** - * the list of recurrence identifiers representing each run of this + * The list of recurrence identifiers representing each run of this * pipeline. */ @JsonProperty(value = "runs", access = JsonProperty.Access.WRITE_ONLY) private List runs; /** - * the list of recurrence identifiers representing each run of this + * The list of recurrence identifiers representing each run of this * pipeline. */ @JsonProperty(value = "recurrences", access = JsonProperty.Access.WRITE_ONLY) diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobPipelineRunInformation.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobPipelineRunInformation.java similarity index 84% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobPipelineRunInformation.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobPipelineRunInformation.java index 8d0bd708aff..fd6465a8fac 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobPipelineRunInformation.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobPipelineRunInformation.java @@ -6,25 +6,24 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; - -import com.fasterxml.jackson.annotation.JsonProperty; -import org.joda.time.DateTime; +package com.microsoft.azure.datalake.analytics.models; import java.util.UUID; +import org.joda.time.DateTime; +import com.fasterxml.jackson.annotation.JsonProperty; /** * Run info for a specific job pipeline. */ public class JobPipelineRunInformation { /** - * the run identifier of an instance of pipeline executions (a GUID). + * The run identifier of an instance of pipeline executions (a GUID). */ @JsonProperty(value = "runId", access = JsonProperty.Access.WRITE_ONLY) private UUID runId; /** - * the time this instance was last submitted. + * The time this instance was last submitted. */ @JsonProperty(value = "lastSubmitTime", access = JsonProperty.Access.WRITE_ONLY) private DateTime lastSubmitTime; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobProperties.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobProperties.java similarity index 90% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobProperties.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobProperties.java index 1bcdc7a45b9..fe82719f952 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobProperties.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobProperties.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonTypeInfo; @@ -20,19 +20,19 @@ @JsonTypeName("JobProperties") @JsonSubTypes({ @JsonSubTypes.Type(name = "USql", value = USqlJobProperties.class), - @JsonSubTypes.Type(name = "Scope", value = ScopeJobProperties.class), - @JsonSubTypes.Type(name = "Hive", value = HiveJobProperties.class) + @JsonSubTypes.Type(name = "Hive", value = HiveJobProperties.class), + @JsonSubTypes.Type(name = "Scope", value = ScopeJobProperties.class) }) public class JobProperties { /** - * the runtime version of the Data Lake Analytics engine to use for the + * The runtime version of the Data Lake Analytics engine to use for the * specific type of job being run. */ @JsonProperty(value = "runtimeVersion") private String runtimeVersion; /** - * the script to run. Please note that the maximum script size is 3 MB. + * The script to run. Please note that the maximum script size is 3 MB. */ @JsonProperty(value = "script", required = true) private String script; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobRecurrenceInformation.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobRecurrenceInformation.java similarity index 84% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobRecurrenceInformation.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobRecurrenceInformation.java index 172db60f29b..717e99d2c81 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobRecurrenceInformation.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobRecurrenceInformation.java @@ -6,19 +6,18 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; - -import com.fasterxml.jackson.annotation.JsonProperty; -import org.joda.time.DateTime; +package com.microsoft.azure.datalake.analytics.models; import java.util.UUID; +import org.joda.time.DateTime; +import com.fasterxml.jackson.annotation.JsonProperty; /** * Recurrence job information for a specific recurrence. */ public class JobRecurrenceInformation { /** - * the recurrence identifier (a GUID), unique per activity/script, + * The recurrence identifier (a GUID), unique per activity/script, * regardless of iterations. This is something to link different * occurrences of the same job together. */ @@ -26,50 +25,50 @@ public class JobRecurrenceInformation { private UUID recurrenceId; /** - * the recurrence name, user friendly name for the correlation between + * The recurrence name, user friendly name for the correlation between * jobs. */ @JsonProperty(value = "recurrenceName", access = JsonProperty.Access.WRITE_ONLY) private String recurrenceName; /** - * the number of jobs in this recurrence that have failed. + * The number of jobs in this recurrence that have failed. */ @JsonProperty(value = "numJobsFailed", access = JsonProperty.Access.WRITE_ONLY) private Integer numJobsFailed; /** - * the number of jobs in this recurrence that have been canceled. + * The number of jobs in this recurrence that have been canceled. */ @JsonProperty(value = "numJobsCanceled", access = JsonProperty.Access.WRITE_ONLY) private Integer numJobsCanceled; /** - * the number of jobs in this recurrence that have succeeded. + * The number of jobs in this recurrence that have succeeded. */ @JsonProperty(value = "numJobsSucceeded", access = JsonProperty.Access.WRITE_ONLY) private Integer numJobsSucceeded; /** - * the number of job execution hours that resulted in failed jobs. + * The number of job execution hours that resulted in failed jobs. */ @JsonProperty(value = "auHoursFailed", access = JsonProperty.Access.WRITE_ONLY) private Double auHoursFailed; /** - * the number of job execution hours that resulted in canceled jobs. + * The number of job execution hours that resulted in canceled jobs. */ @JsonProperty(value = "auHoursCanceled", access = JsonProperty.Access.WRITE_ONLY) private Double auHoursCanceled; /** - * the number of job execution hours that resulted in successful jobs. + * The number of job execution hours that resulted in successful jobs. */ @JsonProperty(value = "auHoursSucceeded", access = JsonProperty.Access.WRITE_ONLY) private Double auHoursSucceeded; /** - * the last time a job in this recurrence was submitted. + * The last time a job in this recurrence was submitted. */ @JsonProperty(value = "lastSubmitTime", access = JsonProperty.Access.WRITE_ONLY) private DateTime lastSubmitTime; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobRelationshipProperties.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobRelationshipProperties.java similarity index 90% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobRelationshipProperties.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobRelationshipProperties.java index 0032efce72e..6ed14908c30 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobRelationshipProperties.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobRelationshipProperties.java @@ -6,11 +6,10 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; - -import com.fasterxml.jackson.annotation.JsonProperty; +package com.microsoft.azure.datalake.analytics.models; import java.util.UUID; +import com.fasterxml.jackson.annotation.JsonProperty; /** * Job relationship information properties including pipeline information, @@ -18,34 +17,34 @@ */ public class JobRelationshipProperties { /** - * the job relationship pipeline identifier (a GUID). + * The job relationship pipeline identifier (a GUID). */ @JsonProperty(value = "pipelineId") private UUID pipelineId; /** - * the friendly name of the job relationship pipeline, which does not need + * The friendly name of the job relationship pipeline, which does not need * to be unique. */ @JsonProperty(value = "pipelineName") private String pipelineName; /** - * the pipeline uri, unique, links to the originating service for this + * The pipeline uri, unique, links to the originating service for this * pipeline. */ @JsonProperty(value = "pipelineUri") private String pipelineUri; /** - * the run identifier (a GUID), unique identifier of the iteration of this + * The run identifier (a GUID), unique identifier of the iteration of this * pipeline. */ @JsonProperty(value = "runId") private UUID runId; /** - * the recurrence identifier (a GUID), unique per activity/script, + * The recurrence identifier (a GUID), unique per activity/script, * regardless of iterations. This is something to link different * occurrences of the same job together. */ @@ -53,7 +52,7 @@ public class JobRelationshipProperties { private UUID recurrenceId; /** - * the recurrence name, user friendly name for the correlation between + * The recurrence name, user friendly name for the correlation between * jobs. */ @JsonProperty(value = "recurrenceName") diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobResource.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobResource.java similarity index 91% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobResource.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobResource.java index cb1bad6fa34..9516f4b4a98 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobResource.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobResource.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; @@ -15,19 +15,19 @@ */ public class JobResource { /** - * the name of the resource. + * The name of the resource. */ @JsonProperty(value = "name") private String name; /** - * the path to the resource. + * The path to the resource. */ @JsonProperty(value = "resourcePath") private String resourcePath; /** - * the job resource type. Possible values include: 'VertexResource', + * The job resource type. Possible values include: 'VertexResource', * 'JobManagerResource', 'StatisticsResource', * 'VertexResourceInUserFolder', 'JobManagerResourceInUserFolder', * 'StatisticsResourceInUserFolder'. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobResourceType.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobResourceType.java similarity index 96% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobResourceType.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobResourceType.java index c582e31fd28..d50d389ab0c 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobResourceType.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobResourceType.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonValue; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobResult.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobResult.java similarity index 95% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobResult.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobResult.java index 5c5dc176445..adf3c463431 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobResult.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobResult.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonValue; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobState.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobState.java similarity index 96% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobState.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobState.java index 91f4d1bb5e8..0403554c8a5 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobState.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobState.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonValue; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStateAuditRecord.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobStateAuditRecord.java similarity index 87% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStateAuditRecord.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobStateAuditRecord.java index e4fcfe8448c..3e578cd70b7 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStateAuditRecord.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobStateAuditRecord.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import org.joda.time.DateTime; import com.fasterxml.jackson.annotation.JsonProperty; @@ -17,25 +17,25 @@ */ public class JobStateAuditRecord { /** - * the new state the job is in. + * The new state the job is in. */ @JsonProperty(value = "newState", access = JsonProperty.Access.WRITE_ONLY) private String newState; /** - * the time stamp that the state change took place. + * The time stamp that the state change took place. */ @JsonProperty(value = "timeStamp", access = JsonProperty.Access.WRITE_ONLY) private DateTime timeStamp; /** - * the user who requests the change. + * The user who requests the change. */ @JsonProperty(value = "requestedByUser", access = JsonProperty.Access.WRITE_ONLY) private String requestedByUser; /** - * the details of the audit log. + * The details of the audit log. */ @JsonProperty(value = "details", access = JsonProperty.Access.WRITE_ONLY) private String details; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStatistics.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobStatistics.java similarity index 88% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStatistics.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobStatistics.java index 92bd4751733..b6c21ac2052 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStatistics.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobStatistics.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import org.joda.time.DateTime; import java.util.List; @@ -17,19 +17,19 @@ */ public class JobStatistics { /** - * the last update time for the statistics. + * The last update time for the statistics. */ @JsonProperty(value = "lastUpdateTimeUtc", access = JsonProperty.Access.WRITE_ONLY) private DateTime lastUpdateTimeUtc; /** - * the job finalizing start time. + * The job finalizing start time. */ @JsonProperty(value = "finalizingTimeUtc", access = JsonProperty.Access.WRITE_ONLY) private DateTime finalizingTimeUtc; /** - * the list of stages for the job. + * The list of stages for the job. */ @JsonProperty(value = "stages", access = JsonProperty.Access.WRITE_ONLY) private List stages; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStatisticsVertex.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobStatisticsVertex.java similarity index 84% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStatisticsVertex.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobStatisticsVertex.java index 06f7d852d3e..e88bcb058ac 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStatisticsVertex.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobStatisticsVertex.java @@ -6,43 +6,42 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; - -import com.fasterxml.jackson.annotation.JsonProperty; -import org.joda.time.Period; +package com.microsoft.azure.datalake.analytics.models; import java.util.UUID; +import org.joda.time.Period; +import com.fasterxml.jackson.annotation.JsonProperty; /** - * the detailed information for a vertex. + * The detailed information for a vertex. */ public class JobStatisticsVertex { /** - * the name of the vertex. + * The name of the vertex. */ @JsonProperty(value = "name", access = JsonProperty.Access.WRITE_ONLY) private String name; /** - * the id of the vertex. + * The id of the vertex. */ @JsonProperty(value = "vertexId", access = JsonProperty.Access.WRITE_ONLY) private UUID vertexId; /** - * the amount of execution time of the vertex. + * The amount of execution time of the vertex. */ @JsonProperty(value = "executionTime", access = JsonProperty.Access.WRITE_ONLY) private Period executionTime; /** - * the amount of data read of the vertex, in bytes. + * The amount of data read of the vertex, in bytes. */ @JsonProperty(value = "dataRead", access = JsonProperty.Access.WRITE_ONLY) private Long dataRead; /** - * the amount of peak memory usage of the vertex, in bytes. + * The amount of peak memory usage of the vertex, in bytes. */ @JsonProperty(value = "peakMemUsage", access = JsonProperty.Access.WRITE_ONLY) private Long peakMemUsage; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStatisticsVertexStage.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobStatisticsVertexStage.java similarity index 89% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStatisticsVertexStage.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobStatisticsVertexStage.java index aa2a3185f76..b8a8bb9f792 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStatisticsVertexStage.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobStatisticsVertexStage.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import org.joda.time.Period; import com.fasterxml.jackson.annotation.JsonProperty; @@ -16,134 +16,134 @@ */ public class JobStatisticsVertexStage { /** - * the amount of data read, in bytes. + * The amount of data read, in bytes. */ @JsonProperty(value = "dataRead", access = JsonProperty.Access.WRITE_ONLY) private Long dataRead; /** - * the amount of data read across multiple pods, in bytes. + * The amount of data read across multiple pods, in bytes. */ @JsonProperty(value = "dataReadCrossPod", access = JsonProperty.Access.WRITE_ONLY) private Long dataReadCrossPod; /** - * the amount of data read in one pod, in bytes. + * The amount of data read in one pod, in bytes. */ @JsonProperty(value = "dataReadIntraPod", access = JsonProperty.Access.WRITE_ONLY) private Long dataReadIntraPod; /** - * the amount of data remaining to be read, in bytes. + * The amount of data remaining to be read, in bytes. */ @JsonProperty(value = "dataToRead", access = JsonProperty.Access.WRITE_ONLY) private Long dataToRead; /** - * the amount of data written, in bytes. + * The amount of data written, in bytes. */ @JsonProperty(value = "dataWritten", access = JsonProperty.Access.WRITE_ONLY) private Long dataWritten; /** - * the number of duplicates that were discarded. + * The number of duplicates that were discarded. */ @JsonProperty(value = "duplicateDiscardCount", access = JsonProperty.Access.WRITE_ONLY) private Integer duplicateDiscardCount; /** - * the number of failures that occured in this stage. + * The number of failures that occured in this stage. */ @JsonProperty(value = "failedCount", access = JsonProperty.Access.WRITE_ONLY) private Integer failedCount; /** - * the maximum amount of data read in a single vertex, in bytes. + * The maximum amount of data read in a single vertex, in bytes. */ @JsonProperty(value = "maxVertexDataRead", access = JsonProperty.Access.WRITE_ONLY) private Long maxVertexDataRead; /** - * the minimum amount of data read in a single vertex, in bytes. + * The minimum amount of data read in a single vertex, in bytes. */ @JsonProperty(value = "minVertexDataRead", access = JsonProperty.Access.WRITE_ONLY) private Long minVertexDataRead; /** - * the number of read failures in this stage. + * The number of read failures in this stage. */ @JsonProperty(value = "readFailureCount", access = JsonProperty.Access.WRITE_ONLY) private Integer readFailureCount; /** - * the number of vertices that were revoked during this stage. + * The number of vertices that were revoked during this stage. */ @JsonProperty(value = "revocationCount", access = JsonProperty.Access.WRITE_ONLY) private Integer revocationCount; /** - * the number of currently running vertices in this stage. + * The number of currently running vertices in this stage. */ @JsonProperty(value = "runningCount", access = JsonProperty.Access.WRITE_ONLY) private Integer runningCount; /** - * the number of currently scheduled vertices in this stage. + * The number of currently scheduled vertices in this stage. */ @JsonProperty(value = "scheduledCount", access = JsonProperty.Access.WRITE_ONLY) private Integer scheduledCount; /** - * the name of this stage in job execution. + * The name of this stage in job execution. */ @JsonProperty(value = "stageName", access = JsonProperty.Access.WRITE_ONLY) private String stageName; /** - * the number of vertices that succeeded in this stage. + * The number of vertices that succeeded in this stage. */ @JsonProperty(value = "succeededCount", access = JsonProperty.Access.WRITE_ONLY) private Integer succeededCount; /** - * the amount of temporary data written, in bytes. + * The amount of temporary data written, in bytes. */ @JsonProperty(value = "tempDataWritten", access = JsonProperty.Access.WRITE_ONLY) private Long tempDataWritten; /** - * the total vertex count for this stage. + * The total vertex count for this stage. */ @JsonProperty(value = "totalCount", access = JsonProperty.Access.WRITE_ONLY) private Integer totalCount; /** - * the amount of time that failed vertices took up in this stage. + * The amount of time that failed vertices took up in this stage. */ @JsonProperty(value = "totalFailedTime", access = JsonProperty.Access.WRITE_ONLY) private Period totalFailedTime; /** - * the current progress of this stage, as a percentage. + * The current progress of this stage, as a percentage. */ @JsonProperty(value = "totalProgress", access = JsonProperty.Access.WRITE_ONLY) private Integer totalProgress; /** - * the amount of time all successful vertices took in this stage. + * The amount of time all successful vertices took in this stage. */ @JsonProperty(value = "totalSucceededTime", access = JsonProperty.Access.WRITE_ONLY) private Period totalSucceededTime; /** - * the sum of the peak memory usage of all the vertices in the stage, in + * The sum of the peak memory usage of all the vertices in the stage, in * bytes. */ @JsonProperty(value = "totalPeakMemUsage", access = JsonProperty.Access.WRITE_ONLY) private Long totalPeakMemUsage; /** - * the sum of the total execution time of all the vertices in the stage. + * The sum of the total execution time of all the vertices in the stage. */ @JsonProperty(value = "totalExecutionTime", access = JsonProperty.Access.WRITE_ONLY) private Period totalExecutionTime; @@ -167,43 +167,43 @@ public class JobStatisticsVertexStage { private JobStatisticsVertex maxPeakMemUsageVertex; /** - * the estimated vertex CPU core count. + * The estimated vertex CPU core count. */ @JsonProperty(value = "estimatedVertexCpuCoreCount", access = JsonProperty.Access.WRITE_ONLY) private Integer estimatedVertexCpuCoreCount; /** - * the estimated vertex peak CPU core count. + * The estimated vertex peak CPU core count. */ @JsonProperty(value = "estimatedVertexPeakCpuCoreCount", access = JsonProperty.Access.WRITE_ONLY) private Integer estimatedVertexPeakCpuCoreCount; /** - * the estimated vertex memory size, in bytes. + * The estimated vertex memory size, in bytes. */ @JsonProperty(value = "estimatedVertexMemSize", access = JsonProperty.Access.WRITE_ONLY) private Long estimatedVertexMemSize; /** - * the statistics information for the allocated container CPU core count. + * The statistics information for the allocated container CPU core count. */ @JsonProperty(value = "allocatedContainerCpuCoreCount") private ResourceUsageStatistics allocatedContainerCpuCoreCount; /** - * the statistics information for the allocated container memory size. + * The statistics information for the allocated container memory size. */ @JsonProperty(value = "allocatedContainerMemSize") private ResourceUsageStatistics allocatedContainerMemSize; /** - * the statistics information for the used vertex CPU core count. + * The statistics information for the used vertex CPU core count. */ @JsonProperty(value = "usedVertexCpuCoreCount") private ResourceUsageStatistics usedVertexCpuCoreCount; /** - * the statistics information for the used vertex peak memory size. + * The statistics information for the used vertex peak memory size. */ @JsonProperty(value = "usedVertexPeakMemSize") private ResourceUsageStatistics usedVertexPeakMemSize; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobType.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobType.java similarity index 95% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobType.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobType.java index 2b51bd3674a..6ef71234c02 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobType.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/JobType.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonValue; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/PageImpl.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/PageImpl.java new file mode 100644 index 00000000000..df7b95e40e2 --- /dev/null +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/PageImpl.java @@ -0,0 +1,75 @@ +/** + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for + * license information. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + */ + +package com.microsoft.azure.datalake.analytics.models; + +import com.fasterxml.jackson.annotation.JsonProperty; +import com.microsoft.azure.Page; +import java.util.List; + +/** + * An instance of this class defines a page of Azure resources and a link to + * get the next page of resources, if any. + * + * @param type of Azure resource + */ +public class PageImpl implements Page { + /** + * The link to the next page. + */ + @JsonProperty("nextLink") + private String nextPageLink; + + /** + * The list of items. + */ + @JsonProperty("value") + private List items; + + /** + * Gets the link to the next page. + * + * @return the link to the next page. + */ + @Override + public String nextPageLink() { + return this.nextPageLink; + } + + /** + * Gets the list of items. + * + * @return the list of items in {@link List}. + */ + @Override + public List items() { + return items; + } + + /** + * Sets the link to the next page. + * + * @param nextPageLink the link to the next page. + * @return this Page object itself. + */ + public PageImpl setNextPageLink(String nextPageLink) { + this.nextPageLink = nextPageLink; + return this; + } + + /** + * Sets the list of items. + * + * @param items the list of items in {@link List}. + * @return this Page object itself. + */ + public PageImpl setItems(List items) { + this.items = items; + return this; + } +} diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/PermissionType.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/PermissionType.java similarity index 96% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/PermissionType.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/PermissionType.java index 8408c35f516..e609feb1323 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/PermissionType.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/PermissionType.java @@ -6,13 +6,12 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; +import java.util.Collection; import com.fasterxml.jackson.annotation.JsonCreator; import com.microsoft.rest.ExpandableStringEnum; -import java.util.Collection; - /** * Defines values for PermissionType. */ diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ResourceUsageStatistics.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/ResourceUsageStatistics.java similarity index 85% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ResourceUsageStatistics.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/ResourceUsageStatistics.java index 2ce3431e861..ffc76e82771 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ResourceUsageStatistics.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/ResourceUsageStatistics.java @@ -6,28 +6,28 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; /** - * the statistics information for resource usage. + * The statistics information for resource usage. */ public class ResourceUsageStatistics { /** - * the average value. + * The average value. */ @JsonProperty(value = "average", access = JsonProperty.Access.WRITE_ONLY) private Double average; /** - * the minimum value. + * The minimum value. */ @JsonProperty(value = "minimum", access = JsonProperty.Access.WRITE_ONLY) private Long minimum; /** - * the maximum value. + * The maximum value. */ @JsonProperty(value = "maximum", access = JsonProperty.Access.WRITE_ONLY) private Long maximum; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ScopeJobProperties.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/ScopeJobProperties.java similarity index 87% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ScopeJobProperties.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/ScopeJobProperties.java index 184b6e158e9..c76d15c7f7a 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ScopeJobProperties.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/ScopeJobProperties.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import java.util.List; import org.joda.time.Period; @@ -22,61 +22,61 @@ @JsonTypeName("Scope") public class ScopeJobProperties extends JobProperties { /** - * the list of resources that are required by the job. + * The list of resources that are required by the job. */ @JsonProperty(value = "resources", access = JsonProperty.Access.WRITE_ONLY) private List resources; /** - * the algebra file path after the job has completed. + * The algebra file path after the job has completed. */ @JsonProperty(value = "userAlgebraPath", access = JsonProperty.Access.WRITE_ONLY) private String userAlgebraPath; /** - * the list of email addresses, separated by semi-colons, to notify when + * The list of email addresses, separated by semi-colons, to notify when * the job reaches a terminal state. */ @JsonProperty(value = "notifier") private String notifier; /** - * the total time this job spent compiling. This value should not be set by + * The total time this job spent compiling. This value should not be set by * the user and will be ignored if it is. */ @JsonProperty(value = "totalCompilationTime", access = JsonProperty.Access.WRITE_ONLY) private Period totalCompilationTime; /** - * the total time this job spent paused. This value should not be set by - * the user and will be ignored if it is. - */ - @JsonProperty(value = "totalPausedTime", access = JsonProperty.Access.WRITE_ONLY) - private Period totalPausedTime; - - /** - * the total time this job spent queued. This value should not be set by + * The total time this job spent queued. This value should not be set by * the user and will be ignored if it is. */ @JsonProperty(value = "totalQueuedTime", access = JsonProperty.Access.WRITE_ONLY) private Period totalQueuedTime; /** - * the total time this job spent executing. This value should not be set by + * The total time this job spent executing. This value should not be set by * the user and will be ignored if it is. */ @JsonProperty(value = "totalRunningTime", access = JsonProperty.Access.WRITE_ONLY) private Period totalRunningTime; /** - * the ID used to identify the job manager coordinating job execution. This + * The total time this job spent paused. This value should not be set by + * the user and will be ignored if it is. + */ + @JsonProperty(value = "totalPausedTime", access = JsonProperty.Access.WRITE_ONLY) + private Period totalPausedTime; + + /** + * The ID used to identify the job manager coordinating job execution. This * value should not be set by the user and will be ignored if it is. */ @JsonProperty(value = "rootProcessNodeId", access = JsonProperty.Access.WRITE_ONLY) private String rootProcessNodeId; /** - * the ID used to identify the yarn application executing the job. This + * The ID used to identify the yarn application executing the job. This * value should not be set by the user and will be ignored if it is. */ @JsonProperty(value = "yarnApplicationId", access = JsonProperty.Access.WRITE_ONLY) @@ -129,15 +129,6 @@ public Period totalCompilationTime() { return this.totalCompilationTime; } - /** - * Get the totalPausedTime value. - * - * @return the totalPausedTime value - */ - public Period totalPausedTime() { - return this.totalPausedTime; - } - /** * Get the totalQueuedTime value. * @@ -156,6 +147,15 @@ public Period totalRunningTime() { return this.totalRunningTime; } + /** + * Get the totalPausedTime value. + * + * @return the totalPausedTime value + */ + public Period totalPausedTime() { + return this.totalPausedTime; + } + /** * Get the rootProcessNodeId value. * diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ScopeJobResource.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/ScopeJobResource.java similarity index 90% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ScopeJobResource.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/ScopeJobResource.java index c24d565b01b..e3956d9ce8c 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ScopeJobResource.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/ScopeJobResource.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; @@ -15,13 +15,13 @@ */ public class ScopeJobResource { /** - * the name of the resource. + * The name of the resource. */ @JsonProperty(value = "name") private String name; /** - * the path to the resource. + * The path to the resource. */ @JsonProperty(value = "path") private String path; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/SeverityTypes.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/SeverityTypes.java similarity index 95% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/SeverityTypes.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/SeverityTypes.java index a84f52d2a70..05755bff15b 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/SeverityTypes.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/SeverityTypes.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonValue; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/TypeFieldInfo.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/TypeFieldInfo.java similarity index 95% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/TypeFieldInfo.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/TypeFieldInfo.java index f272b60294a..38ef3da2997 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/TypeFieldInfo.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/TypeFieldInfo.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssembly.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlAssembly.java similarity index 98% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssembly.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlAssembly.java index 7b6ed4f1ea2..17395791521 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssembly.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlAssembly.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import java.util.List; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssemblyClr.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlAssemblyClr.java similarity index 96% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssemblyClr.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlAssemblyClr.java index b2e35ee2d17..ad635446ec3 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssemblyClr.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlAssemblyClr.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssemblyDependencyInfo.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlAssemblyDependencyInfo.java similarity index 93% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssemblyDependencyInfo.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlAssemblyDependencyInfo.java index 2e62fedf365..8ed2d3985ef 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssemblyDependencyInfo.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlAssemblyDependencyInfo.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssemblyFileInfo.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlAssemblyFileInfo.java similarity index 97% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssemblyFileInfo.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlAssemblyFileInfo.java index 494b61e175c..842098057bf 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssemblyFileInfo.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlAssemblyFileInfo.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlCredential.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlCredential.java similarity index 93% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlCredential.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlCredential.java index 036741a32e2..f471e92dcb4 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlCredential.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlCredential.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlDatabase.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlDatabase.java similarity index 93% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlDatabase.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlDatabase.java index 42f16924fcc..fa835cd0aba 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlDatabase.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlDatabase.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlDirectedColumn.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlDirectedColumn.java similarity index 95% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlDirectedColumn.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlDirectedColumn.java index 94d47f3914d..c6c736146eb 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlDirectedColumn.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlDirectedColumn.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlDistributionInfo.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlDistributionInfo.java similarity index 97% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlDistributionInfo.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlDistributionInfo.java index 361ed21c378..ac20694c39c 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlDistributionInfo.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlDistributionInfo.java @@ -6,11 +6,10 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; - -import com.fasterxml.jackson.annotation.JsonProperty; +package com.microsoft.azure.datalake.analytics.models; import java.util.List; +import com.fasterxml.jackson.annotation.JsonProperty; /** * A Data Lake Analytics catalog U-SQL distribution information object. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlExternalDataSource.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlExternalDataSource.java similarity index 98% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlExternalDataSource.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlExternalDataSource.java index 20989c3e732..71b6a54ff4e 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlExternalDataSource.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlExternalDataSource.java @@ -6,11 +6,10 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; - -import com.fasterxml.jackson.annotation.JsonProperty; +package com.microsoft.azure.datalake.analytics.models; import java.util.List; +import com.fasterxml.jackson.annotation.JsonProperty; /** * A Data Lake Analytics catalog U-SQL external datasource item. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlIndex.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlIndex.java similarity index 98% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlIndex.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlIndex.java index f2ebef09163..f41ae2841ec 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlIndex.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlIndex.java @@ -6,12 +6,11 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; - -import com.fasterxml.jackson.annotation.JsonProperty; +package com.microsoft.azure.datalake.analytics.models; import java.util.List; import java.util.UUID; +import com.fasterxml.jackson.annotation.JsonProperty; /** * A Data Lake Analytics catalog U-SQL table index item. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlJobProperties.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlJobProperties.java similarity index 88% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlJobProperties.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlJobProperties.java index 258263305ae..ad29b3b88f8 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlJobProperties.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlJobProperties.java @@ -6,14 +6,13 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; +import java.util.List; +import org.joda.time.Period; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonTypeInfo; import com.fasterxml.jackson.annotation.JsonTypeName; -import org.joda.time.Period; - -import java.util.List; /** * U-SQL job properties used when retrieving U-SQL jobs. @@ -22,86 +21,86 @@ @JsonTypeName("USql") public class USqlJobProperties extends JobProperties { /** - * the list of resources that are required by the job. + * The list of resources that are required by the job. */ @JsonProperty(value = "resources", access = JsonProperty.Access.WRITE_ONLY) private List resources; /** - * the job specific statistics. + * The job specific statistics. */ @JsonProperty(value = "statistics") private JobStatistics statistics; /** - * the job specific debug data locations. + * The job specific debug data locations. */ @JsonProperty(value = "debugData") private JobDataPath debugData; /** - * the diagnostics for the job. + * The diagnostics for the job. */ @JsonProperty(value = "diagnostics", access = JsonProperty.Access.WRITE_ONLY) private List diagnostics; /** - * the algebra file path after the job has completed. + * The algebra file path after the job has completed. */ @JsonProperty(value = "algebraFilePath", access = JsonProperty.Access.WRITE_ONLY) private String algebraFilePath; /** - * the total time this job spent compiling. This value should not be set by + * The total time this job spent compiling. This value should not be set by * the user and will be ignored if it is. */ @JsonProperty(value = "totalCompilationTime", access = JsonProperty.Access.WRITE_ONLY) private Period totalCompilationTime; /** - * the total time this job spent paused. This value should not be set by - * the user and will be ignored if it is. - */ - @JsonProperty(value = "totalPausedTime", access = JsonProperty.Access.WRITE_ONLY) - private Period totalPausedTime; - - /** - * the total time this job spent queued. This value should not be set by + * The total time this job spent queued. This value should not be set by * the user and will be ignored if it is. */ @JsonProperty(value = "totalQueuedTime", access = JsonProperty.Access.WRITE_ONLY) private Period totalQueuedTime; /** - * the total time this job spent executing. This value should not be set by + * The total time this job spent executing. This value should not be set by * the user and will be ignored if it is. */ @JsonProperty(value = "totalRunningTime", access = JsonProperty.Access.WRITE_ONLY) private Period totalRunningTime; /** - * the ID used to identify the job manager coordinating job execution. This + * The total time this job spent paused. This value should not be set by + * the user and will be ignored if it is. + */ + @JsonProperty(value = "totalPausedTime", access = JsonProperty.Access.WRITE_ONLY) + private Period totalPausedTime; + + /** + * The ID used to identify the job manager coordinating job execution. This * value should not be set by the user and will be ignored if it is. */ @JsonProperty(value = "rootProcessNodeId", access = JsonProperty.Access.WRITE_ONLY) private String rootProcessNodeId; /** - * the ID used to identify the yarn application executing the job. This + * The ID used to identify the yarn application executing the job. This * value should not be set by the user and will be ignored if it is. */ @JsonProperty(value = "yarnApplicationId", access = JsonProperty.Access.WRITE_ONLY) private String yarnApplicationId; /** - * the timestamp (in ticks) for the yarn application executing the job. + * The timestamp (in ticks) for the yarn application executing the job. * This value should not be set by the user and will be ignored if it is. */ @JsonProperty(value = "yarnApplicationTimeStamp", access = JsonProperty.Access.WRITE_ONLY) private Long yarnApplicationTimeStamp; /** - * the specific compilation mode for the job used during execution. If this + * The specific compilation mode for the job used during execution. If this * is not specified during submission, the server will determine the * optimal compilation mode. Possible values include: 'Semantic', 'Full', * 'SingleBox'. @@ -185,15 +184,6 @@ public Period totalCompilationTime() { return this.totalCompilationTime; } - /** - * Get the totalPausedTime value. - * - * @return the totalPausedTime value - */ - public Period totalPausedTime() { - return this.totalPausedTime; - } - /** * Get the totalQueuedTime value. * @@ -212,6 +202,15 @@ public Period totalRunningTime() { return this.totalRunningTime; } + /** + * Get the totalPausedTime value. + * + * @return the totalPausedTime value + */ + public Period totalPausedTime() { + return this.totalPausedTime; + } + /** * Get the rootProcessNodeId value. * diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlPackage.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlPackage.java similarity index 97% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlPackage.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlPackage.java index 8d017e54d62..b3a5fa79d58 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlPackage.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlPackage.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlProcedure.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlProcedure.java similarity index 97% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlProcedure.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlProcedure.java index 6e3f49e3d8b..032f6777458 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlProcedure.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlProcedure.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlSchema.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlSchema.java similarity index 95% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlSchema.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlSchema.java index 043d52172cd..0a082ca45c7 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlSchema.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlSchema.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlSecret.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlSecret.java similarity index 98% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlSecret.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlSecret.java index b43047f9c6d..43d5eaf5e31 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlSecret.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlSecret.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import org.joda.time.DateTime; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTable.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlTable.java similarity index 98% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTable.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlTable.java index 5ac94563291..d87a6992bb2 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTable.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlTable.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import java.util.List; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableColumn.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlTableColumn.java similarity index 95% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableColumn.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlTableColumn.java index 2a5cb4a7dc0..a155a72d371 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableColumn.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlTableColumn.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlTableFragment.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlTableFragment.java new file mode 100644 index 00000000000..fabc56976c2 --- /dev/null +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlTableFragment.java @@ -0,0 +1,176 @@ +/** + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for + * license information. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + */ + +package com.microsoft.azure.datalake.analytics.models; + +import java.util.UUID; +import org.joda.time.DateTime; +import com.fasterxml.jackson.annotation.JsonProperty; + +/** + * A Data Lake Analytics catalog U-SQL table fragment item. + */ +public class USqlTableFragment { + /** + * the parent object Id of the table fragment. The parent could be a table + * or table partition. + */ + @JsonProperty(value = "parentId") + private UUID parentId; + + /** + * the version of the catalog item. + */ + @JsonProperty(value = "fragmentId") + private UUID fragmentId; + + /** + * the ordinal of the index which contains the table fragment. + */ + @JsonProperty(value = "indexId") + private Integer indexId; + + /** + * the data size of the table fragment in bytes. + */ + @JsonProperty(value = "size") + private Long size; + + /** + * the number of rows in the table fragment. + */ + @JsonProperty(value = "rowCount") + private Long rowCount; + + /** + * the creation time of the table fragment. + */ + @JsonProperty(value = "createDate") + private DateTime createDate; + + /** + * Get the parentId value. + * + * @return the parentId value + */ + public UUID parentId() { + return this.parentId; + } + + /** + * Set the parentId value. + * + * @param parentId the parentId value to set + * @return the USqlTableFragment object itself. + */ + public USqlTableFragment withParentId(UUID parentId) { + this.parentId = parentId; + return this; + } + + /** + * Get the fragmentId value. + * + * @return the fragmentId value + */ + public UUID fragmentId() { + return this.fragmentId; + } + + /** + * Set the fragmentId value. + * + * @param fragmentId the fragmentId value to set + * @return the USqlTableFragment object itself. + */ + public USqlTableFragment withFragmentId(UUID fragmentId) { + this.fragmentId = fragmentId; + return this; + } + + /** + * Get the indexId value. + * + * @return the indexId value + */ + public Integer indexId() { + return this.indexId; + } + + /** + * Set the indexId value. + * + * @param indexId the indexId value to set + * @return the USqlTableFragment object itself. + */ + public USqlTableFragment withIndexId(Integer indexId) { + this.indexId = indexId; + return this; + } + + /** + * Get the size value. + * + * @return the size value + */ + public Long size() { + return this.size; + } + + /** + * Set the size value. + * + * @param size the size value to set + * @return the USqlTableFragment object itself. + */ + public USqlTableFragment withSize(Long size) { + this.size = size; + return this; + } + + /** + * Get the rowCount value. + * + * @return the rowCount value + */ + public Long rowCount() { + return this.rowCount; + } + + /** + * Set the rowCount value. + * + * @param rowCount the rowCount value to set + * @return the USqlTableFragment object itself. + */ + public USqlTableFragment withRowCount(Long rowCount) { + this.rowCount = rowCount; + return this; + } + + /** + * Get the createDate value. + * + * @return the createDate value + */ + public DateTime createDate() { + return this.createDate; + } + + /** + * Set the createDate value. + * + * @param createDate the createDate value to set + * @return the USqlTableFragment object itself. + */ + public USqlTableFragment withCreateDate(DateTime createDate) { + this.createDate = createDate; + return this; + } + +} diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTablePartition.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlTablePartition.java similarity index 98% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTablePartition.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlTablePartition.java index ce0b8a5f558..caebf03aafa 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTablePartition.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlTablePartition.java @@ -6,12 +6,11 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; - -import com.fasterxml.jackson.annotation.JsonProperty; -import org.joda.time.DateTime; +package com.microsoft.azure.datalake.analytics.models; import java.util.List; +import org.joda.time.DateTime; +import com.fasterxml.jackson.annotation.JsonProperty; /** * A Data Lake Analytics catalog U-SQL table partition item. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlTablePreview.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlTablePreview.java new file mode 100644 index 00000000000..34f16c04193 --- /dev/null +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlTablePreview.java @@ -0,0 +1,154 @@ +/** + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for + * license information. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + */ + +package com.microsoft.azure.datalake.analytics.models; + +import java.util.List; +import com.fasterxml.jackson.annotation.JsonProperty; + +/** + * A Data Lake Analytics catalog table or partition preview rows item. + */ +public class USqlTablePreview { + /** + * the total number of rows in the table or partition. + */ + @JsonProperty(value = "totalRowCount") + private Long totalRowCount; + + /** + * the total number of columns in the table or partition. + */ + @JsonProperty(value = "totalColumnCount") + private Long totalColumnCount; + + /** + * the rows of the table or partition preview, where each row is an array + * of string representations the row's values. Note: Byte arrays will + * appear as base-64 encoded values, SqlMap and SqlArray objects will + * appear as escaped JSON objects, and DateTime objects will appear as ISO + * formatted UTC date-times. + */ + @JsonProperty(value = "rows") + private List> rows; + + /** + * true if the amount of data in the response is less than expected due to + * the preview operation's size limitations. This can occur if the + * requested rows or row counts are too large. + */ + @JsonProperty(value = "truncated") + private Boolean truncated; + + /** + * the schema of the table or partition. + */ + @JsonProperty(value = "schema") + private List schema; + + /** + * Get the totalRowCount value. + * + * @return the totalRowCount value + */ + public Long totalRowCount() { + return this.totalRowCount; + } + + /** + * Set the totalRowCount value. + * + * @param totalRowCount the totalRowCount value to set + * @return the USqlTablePreview object itself. + */ + public USqlTablePreview withTotalRowCount(Long totalRowCount) { + this.totalRowCount = totalRowCount; + return this; + } + + /** + * Get the totalColumnCount value. + * + * @return the totalColumnCount value + */ + public Long totalColumnCount() { + return this.totalColumnCount; + } + + /** + * Set the totalColumnCount value. + * + * @param totalColumnCount the totalColumnCount value to set + * @return the USqlTablePreview object itself. + */ + public USqlTablePreview withTotalColumnCount(Long totalColumnCount) { + this.totalColumnCount = totalColumnCount; + return this; + } + + /** + * Get the rows value. + * + * @return the rows value + */ + public List> rows() { + return this.rows; + } + + /** + * Set the rows value. + * + * @param rows the rows value to set + * @return the USqlTablePreview object itself. + */ + public USqlTablePreview withRows(List> rows) { + this.rows = rows; + return this; + } + + /** + * Get the truncated value. + * + * @return the truncated value + */ + public Boolean truncated() { + return this.truncated; + } + + /** + * Set the truncated value. + * + * @param truncated the truncated value to set + * @return the USqlTablePreview object itself. + */ + public USqlTablePreview withTruncated(Boolean truncated) { + this.truncated = truncated; + return this; + } + + /** + * Get the schema value. + * + * @return the schema value + */ + public List schema() { + return this.schema; + } + + /** + * Set the schema value. + * + * @param schema the schema value to set + * @return the USqlTablePreview object itself. + */ + public USqlTablePreview withSchema(List schema) { + this.schema = schema; + return this; + } + +} diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableStatistics.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlTableStatistics.java similarity index 99% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableStatistics.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlTableStatistics.java index 8d9c0e019ac..9f316e6ce1a 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableStatistics.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlTableStatistics.java @@ -6,12 +6,11 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; -import com.fasterxml.jackson.annotation.JsonProperty; import org.joda.time.DateTime; - import java.util.List; +import com.fasterxml.jackson.annotation.JsonProperty; /** * A Data Lake Analytics catalog U-SQL table statistics item. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableType.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlTableType.java similarity index 92% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableType.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlTableType.java index 74dff1016b0..b318d34c229 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableType.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlTableType.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import java.util.List; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableValuedFunction.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlTableValuedFunction.java similarity index 97% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableValuedFunction.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlTableValuedFunction.java index 3f4fc2b611b..a16880030f1 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableValuedFunction.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlTableValuedFunction.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlType.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlType.java similarity index 99% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlType.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlType.java index 59821e80c06..21fbd31ff22 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlType.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlType.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlView.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlView.java similarity index 97% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlView.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlView.java index 0d7bceaff6f..044ae36937b 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlView.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/USqlView.java @@ -6,7 +6,7 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; +package com.microsoft.azure.datalake.analytics.models; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/UpdateJobParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/UpdateJobParameters.java similarity index 87% rename from azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/UpdateJobParameters.java rename to azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/UpdateJobParameters.java index 7f94e44a595..ae54ed11e86 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/UpdateJobParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/UpdateJobParameters.java @@ -6,11 +6,10 @@ * Code generated by Microsoft (R) AutoRest Code Generator. */ -package com.microsoft.azure.management.datalake.analytics.models; - -import com.fasterxml.jackson.annotation.JsonProperty; +package com.microsoft.azure.datalake.analytics.models; import java.util.Map; +import com.fasterxml.jackson.annotation.JsonProperty; /** * The parameters that can be used to update existing Data Lake Analytics job @@ -18,14 +17,14 @@ */ public class UpdateJobParameters { /** - * the degree of parallelism used for this job. This must be greater than + * The degree of parallelism used for this job. This must be greater than * 0, if set to less than 0 it will default to 1. */ @JsonProperty(value = "degreeOfParallelism") private Integer degreeOfParallelism; /** - * the priority value for the current job. Lower numbers have a higher + * The priority value for the current job. Lower numbers have a higher * priority. By default, a job has a priority of 1000. This must be greater * than 0. */ @@ -33,8 +32,8 @@ public class UpdateJobParameters { private Integer priority; /** - * the key-value pairs used to add additional metadata to the job - * information. (Only for use internally with Scope job type.). + * The key-value pairs used to add additional metadata to the job + * information. */ @JsonProperty(value = "tags") private Map tags; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/package-info.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/package-info.java new file mode 100644 index 00000000000..3cfd565f6ea --- /dev/null +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/models/package-info.java @@ -0,0 +1,11 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. + +/** + * This package contains the models classes for DataLakeAnalyticsCatalogManagementClient. + * Creates an Azure Data Lake Analytics catalog client. + */ +package com.microsoft.azure.datalake.analytics.models; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/package-info.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/package-info.java new file mode 100644 index 00000000000..4e17e437c53 --- /dev/null +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/datalake/analytics/package-info.java @@ -0,0 +1,11 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. + +/** + * This package contains the classes for DataLakeAnalyticsCatalogManagementClient. + * Creates an Azure Data Lake Analytics catalog client. + */ +package com.microsoft.azure.datalake.analytics; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Accounts.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Accounts.java index 1a1d6e7e70d..37333fbe7d4 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Accounts.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Accounts.java @@ -8,6 +8,8 @@ package com.microsoft.azure.management.datalake.analytics; +import java.util.List; + import com.microsoft.azure.CloudException; import com.microsoft.azure.ListOperationCallback; import com.microsoft.azure.Page; @@ -20,9 +22,8 @@ import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; -import rx.Observable; -import java.util.List; +import rx.Observable; /** * An instance of this class provides access to all the operations defined diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java index a091e314707..e39d5a2f9dd 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java @@ -8,6 +8,8 @@ package com.microsoft.azure.management.datalake.analytics; +import java.util.List; + import com.microsoft.azure.CloudException; import com.microsoft.azure.ListOperationCallback; import com.microsoft.azure.Page; @@ -18,9 +20,8 @@ import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; -import rx.Observable; -import java.util.List; +import rx.Observable; /** * An instance of this class provides access to all the operations defined diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/DataLakeStoreAccounts.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/DataLakeStoreAccounts.java index 5da588da13d..67b25730699 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/DataLakeStoreAccounts.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/DataLakeStoreAccounts.java @@ -8,6 +8,8 @@ package com.microsoft.azure.management.datalake.analytics; +import java.util.List; + import com.microsoft.azure.CloudException; import com.microsoft.azure.ListOperationCallback; import com.microsoft.azure.Page; @@ -16,9 +18,8 @@ import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; -import rx.Observable; -import java.util.List; +import rx.Observable; /** * An instance of this class provides access to all the operations defined diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/FirewallRules.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/FirewallRules.java index e8b046d9b7e..1699c0a39d5 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/FirewallRules.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/FirewallRules.java @@ -8,6 +8,8 @@ package com.microsoft.azure.management.datalake.analytics; +import java.util.List; + import com.microsoft.azure.CloudException; import com.microsoft.azure.ListOperationCallback; import com.microsoft.azure.Page; @@ -16,9 +18,8 @@ import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; -import rx.Observable; -import java.util.List; +import rx.Observable; /** * An instance of this class provides access to all the operations defined diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Locations.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Locations.java index 79f5dd26868..86703926c62 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Locations.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Locations.java @@ -13,6 +13,7 @@ import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; + import rx.Observable; /** diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Operations.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Operations.java index daee1522df8..bc683bd2c6e 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Operations.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Operations.java @@ -13,6 +13,7 @@ import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; + import rx.Observable; /** diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/StorageAccounts.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/StorageAccounts.java index fd5d03d3471..c6872c1d103 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/StorageAccounts.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/StorageAccounts.java @@ -8,6 +8,8 @@ package com.microsoft.azure.management.datalake.analytics; +import java.util.List; + import com.microsoft.azure.CloudException; import com.microsoft.azure.ListOperationCallback; import com.microsoft.azure.Page; @@ -18,9 +20,8 @@ import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; -import rx.Observable; -import java.util.List; +import rx.Observable; /** * An instance of this class provides access to all the operations defined diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/AccountsImpl.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/AccountsImpl.java index 7bebc983f4c..ddd1dd4dea8 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/AccountsImpl.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/AccountsImpl.java @@ -8,13 +8,12 @@ package com.microsoft.azure.management.datalake.analytics.implementation; +import retrofit2.Retrofit; +import com.microsoft.azure.management.datalake.analytics.Accounts; import com.google.common.reflect.TypeToken; import com.microsoft.azure.AzureServiceFuture; import com.microsoft.azure.CloudException; import com.microsoft.azure.ListOperationCallback; -import com.microsoft.azure.Page; -import com.microsoft.azure.PagedList; -import com.microsoft.azure.management.datalake.analytics.Accounts; import com.microsoft.azure.management.datalake.analytics.models.CheckNameAvailabilityParameters; import com.microsoft.azure.management.datalake.analytics.models.CreateDataLakeAnalyticsAccountParameters; import com.microsoft.azure.management.datalake.analytics.models.DataLakeAnalyticsAccount; @@ -22,29 +21,29 @@ import com.microsoft.azure.management.datalake.analytics.models.NameAvailabilityInformation; import com.microsoft.azure.management.datalake.analytics.models.PageImpl; import com.microsoft.azure.management.datalake.analytics.models.UpdateDataLakeAnalyticsAccountParameters; +import com.microsoft.azure.Page; +import com.microsoft.azure.PagedList; import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; import com.microsoft.rest.Validator; +import java.io.IOException; +import java.util.List; import okhttp3.ResponseBody; -import retrofit2.Response; -import retrofit2.Retrofit; import retrofit2.http.Body; import retrofit2.http.GET; -import retrofit2.http.HTTP; import retrofit2.http.Header; import retrofit2.http.Headers; +import retrofit2.http.HTTP; import retrofit2.http.PATCH; +import retrofit2.http.Path; import retrofit2.http.POST; import retrofit2.http.PUT; -import retrofit2.http.Path; import retrofit2.http.Query; import retrofit2.http.Url; -import rx.Observable; +import retrofit2.Response; import rx.functions.Func1; - -import java.io.IOException; -import java.util.List; +import rx.Observable; /** * An instance of this class provides access to all the operations defined diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/package-info.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/package-info.java index 7e8a41d7892..fbea606dc1a 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/package-info.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/package-info.java @@ -5,7 +5,7 @@ // Code generated by Microsoft (R) AutoRest Code Generator. /** - * This package contains the implementation classes for DataLakeAnalyticsCatalogManagementClient. - * Creates an Azure Data Lake Analytics catalog client. + * This package contains the implementation classes for DataLakeAnalyticsAccountManagementClient. + * Creates an Azure Data Lake Analytics account management client. */ -package com.microsoft.azure.datalake.analytics.implementation; +package com.microsoft.azure.management.datalake.analytics.implementation; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CapabilityInformation.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CapabilityInformation.java index 0a91b653215..7f1db306007 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CapabilityInformation.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CapabilityInformation.java @@ -8,9 +8,8 @@ package com.microsoft.azure.management.datalake.analytics.models; -import com.fasterxml.jackson.annotation.JsonProperty; - import java.util.UUID; +import com.fasterxml.jackson.annotation.JsonProperty; /** * Subscription-level properties and limits for Data Lake Analytics. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ComputePolicy.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ComputePolicy.java index c5cb2177617..5a704a4c3b1 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ComputePolicy.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ComputePolicy.java @@ -8,11 +8,10 @@ package com.microsoft.azure.management.datalake.analytics.models; +import java.util.UUID; import com.fasterxml.jackson.annotation.JsonProperty; import com.microsoft.rest.serializer.JsonFlatten; -import java.util.UUID; - /** * Data Lake Analytics compute policy information. */ @@ -44,6 +43,18 @@ public class ComputePolicy extends SubResource { @JsonProperty(value = "properties.minPriorityPerJob", access = JsonProperty.Access.WRITE_ONLY) private Integer minPriorityPerJob; + /** + * The resource name. + */ + @JsonProperty(value = "name", access = JsonProperty.Access.WRITE_ONLY) + private String name; + + /** + * The resource type. + */ + @JsonProperty(value = "type", access = JsonProperty.Access.WRITE_ONLY) + private String type; + /** * Get the objectId value. * @@ -80,4 +91,22 @@ public Integer minPriorityPerJob() { return this.minPriorityPerJob; } + /** + * Get the name value. + * + * @return the name value + */ + public String name() { + return this.name; + } + + /** + * Get the type value. + * + * @return the type value + */ + public String type() { + return this.type; + } + } diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsAccount.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsAccount.java index 7f1098ce48a..0df97ca8a04 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsAccount.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsAccount.java @@ -8,19 +8,20 @@ package com.microsoft.azure.management.datalake.analytics.models; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.microsoft.azure.Resource; -import com.microsoft.rest.serializer.JsonFlatten; +import java.util.UUID; import org.joda.time.DateTime; - import java.util.List; -import java.util.UUID; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.microsoft.rest.serializer.JsonFlatten; +import com.microsoft.rest.SkipParentValidation; +import com.microsoft.azure.Resource; /** * A Data Lake Analytics account object, containing all information associated * with the named Data Lake Analytics account. */ @JsonFlatten +@SkipParentValidation public class DataLakeAnalyticsAccount extends Resource { /** * The unique identifier associated with this Data Lake Analytics account. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsAccountBasic.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsAccountBasic.java index 4bad0a840f2..0ebb03f8436 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsAccountBasic.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsAccountBasic.java @@ -8,18 +8,19 @@ package com.microsoft.azure.management.datalake.analytics.models; +import java.util.UUID; +import org.joda.time.DateTime; import com.fasterxml.jackson.annotation.JsonProperty; -import com.microsoft.azure.Resource; import com.microsoft.rest.serializer.JsonFlatten; -import org.joda.time.DateTime; - -import java.util.UUID; +import com.microsoft.rest.SkipParentValidation; +import com.microsoft.azure.Resource; /** * A Data Lake Analytics account object, containing all information associated * with the named Data Lake Analytics account. */ @JsonFlatten +@SkipParentValidation public class DataLakeAnalyticsAccountBasic extends Resource { /** * The unique identifier associated with this Data Lake Analytics account. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeStoreAccountInformation.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeStoreAccountInformation.java index ab174cd4bc3..f7fba113be6 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeStoreAccountInformation.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeStoreAccountInformation.java @@ -22,6 +22,18 @@ public class DataLakeStoreAccountInformation extends SubResource { @JsonProperty(value = "properties.suffix", access = JsonProperty.Access.WRITE_ONLY) private String suffix; + /** + * The resource name. + */ + @JsonProperty(value = "name", access = JsonProperty.Access.WRITE_ONLY) + private String name; + + /** + * The resource type. + */ + @JsonProperty(value = "type", access = JsonProperty.Access.WRITE_ONLY) + private String type; + /** * Get the suffix value. * @@ -31,4 +43,22 @@ public String suffix() { return this.suffix; } + /** + * Get the name value. + * + * @return the name value + */ + public String name() { + return this.name; + } + + /** + * Get the type value. + * + * @return the type value + */ + public String type() { + return this.type; + } + } diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/FirewallRule.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/FirewallRule.java index ec24097c7ac..9bcd577bfbb 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/FirewallRule.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/FirewallRule.java @@ -30,6 +30,18 @@ public class FirewallRule extends SubResource { @JsonProperty(value = "properties.endIpAddress", access = JsonProperty.Access.WRITE_ONLY) private String endIpAddress; + /** + * The resource name. + */ + @JsonProperty(value = "name", access = JsonProperty.Access.WRITE_ONLY) + private String name; + + /** + * The resource type. + */ + @JsonProperty(value = "type", access = JsonProperty.Access.WRITE_ONLY) + private String type; + /** * Get the startIpAddress value. * @@ -48,4 +60,22 @@ public String endIpAddress() { return this.endIpAddress; } + /** + * Get the name value. + * + * @return the name value + */ + public String name() { + return this.name; + } + + /** + * Get the type value. + * + * @return the type value + */ + public String type() { + return this.type; + } + } diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/OperationListResult.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/OperationListResult.java index bd25fcb0548..cef63d6f5ba 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/OperationListResult.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/OperationListResult.java @@ -8,9 +8,8 @@ package com.microsoft.azure.management.datalake.analytics.models; -import com.fasterxml.jackson.annotation.JsonProperty; - import java.util.List; +import com.fasterxml.jackson.annotation.JsonProperty; /** * The list of available operations for Data Lake Analytics. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/StorageAccountInformation.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/StorageAccountInformation.java index 156a4c12ae0..43c0b3cca35 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/StorageAccountInformation.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/StorageAccountInformation.java @@ -22,6 +22,18 @@ public class StorageAccountInformation extends SubResource { @JsonProperty(value = "properties.suffix", access = JsonProperty.Access.WRITE_ONLY) private String suffix; + /** + * The resource name. + */ + @JsonProperty(value = "name", access = JsonProperty.Access.WRITE_ONLY) + private String name; + + /** + * The resource type. + */ + @JsonProperty(value = "type", access = JsonProperty.Access.WRITE_ONLY) + private String type; + /** * Get the suffix value. * @@ -31,4 +43,22 @@ public String suffix() { return this.suffix; } + /** + * Get the name value. + * + * @return the name value + */ + public String name() { + return this.name; + } + + /** + * Get the type value. + * + * @return the type value + */ + public String type() { + return this.type; + } + } diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/StorageContainer.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/StorageContainer.java index 577f26e814b..088f32dff0b 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/StorageContainer.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/StorageContainer.java @@ -23,6 +23,18 @@ public class StorageContainer extends SubResource { @JsonProperty(value = "properties.lastModifiedTime", access = JsonProperty.Access.WRITE_ONLY) private DateTime lastModifiedTime; + /** + * The resource name. + */ + @JsonProperty(value = "name", access = JsonProperty.Access.WRITE_ONLY) + private String name; + + /** + * The resource type. + */ + @JsonProperty(value = "type", access = JsonProperty.Access.WRITE_ONLY) + private String type; + /** * Get the lastModifiedTime value. * @@ -32,4 +44,22 @@ public DateTime lastModifiedTime() { return this.lastModifiedTime; } + /** + * Get the name value. + * + * @return the name value + */ + public String name() { + return this.name; + } + + /** + * Get the type value. + * + * @return the type value + */ + public String type() { + return this.type; + } + } diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/package-info.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/package-info.java index 3cfd565f6ea..9d9d6bda1e4 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/package-info.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/package-info.java @@ -5,7 +5,7 @@ // Code generated by Microsoft (R) AutoRest Code Generator. /** - * This package contains the models classes for DataLakeAnalyticsCatalogManagementClient. - * Creates an Azure Data Lake Analytics catalog client. + * This package contains the models classes for DataLakeAnalyticsAccountManagementClient. + * Creates an Azure Data Lake Analytics account management client. */ -package com.microsoft.azure.datalake.analytics.models; +package com.microsoft.azure.management.datalake.analytics.models; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/package-info.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/package-info.java index 4e17e437c53..5fa5a8ee51e 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/package-info.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/package-info.java @@ -5,7 +5,7 @@ // Code generated by Microsoft (R) AutoRest Code Generator. /** - * This package contains the classes for DataLakeAnalyticsCatalogManagementClient. - * Creates an Azure Data Lake Analytics catalog client. + * This package contains the classes for DataLakeAnalyticsAccountManagementClient. + * Creates an Azure Data Lake Analytics account management client. */ -package com.microsoft.azure.datalake.analytics; +package com.microsoft.azure.management.datalake.analytics; diff --git a/azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsCatalogOperationsTests.java b/azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/datalake/analytics/DataLakeAnalyticsCatalogOperationsTests.java similarity index 86% rename from azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsCatalogOperationsTests.java rename to azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/datalake/analytics/DataLakeAnalyticsCatalogOperationsTests.java index 407e3eb3445..0a4774ab1b4 100644 --- a/azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsCatalogOperationsTests.java +++ b/azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/datalake/analytics/DataLakeAnalyticsCatalogOperationsTests.java @@ -4,21 +4,24 @@ * license information. */ -package com.microsoft.azure.management.datalake.analytics; - -import com.microsoft.azure.management.datalake.analytics.models.Acl; -import com.microsoft.azure.management.datalake.analytics.models.AclCreateOrUpdateParameters; -import com.microsoft.azure.management.datalake.analytics.models.AclDeleteParameters; -import com.microsoft.azure.management.datalake.analytics.models.AclType; -import com.microsoft.azure.management.datalake.analytics.models.DataLakeAnalyticsCatalogCredentialCreateParameters; -import com.microsoft.azure.management.datalake.analytics.models.PermissionType; -import com.microsoft.azure.management.datalake.analytics.models.USqlCredential; -import com.microsoft.azure.management.datalake.analytics.models.USqlDatabase; -import com.microsoft.azure.management.datalake.analytics.models.USqlProcedure; -import com.microsoft.azure.management.datalake.analytics.models.USqlTable; -import com.microsoft.azure.management.datalake.analytics.models.USqlTableValuedFunction; -import com.microsoft.azure.management.datalake.analytics.models.USqlType; -import com.microsoft.azure.management.datalake.analytics.models.USqlView; +package com.microsoft.azure.datalake.analytics; + +import com.microsoft.azure.PagedList; +import com.microsoft.azure.datalake.analytics.models.Acl; +import com.microsoft.azure.datalake.analytics.models.AclCreateOrUpdateParameters; +import com.microsoft.azure.datalake.analytics.models.AclDeleteParameters; +import com.microsoft.azure.datalake.analytics.models.AclType; +import com.microsoft.azure.datalake.analytics.models.DataLakeAnalyticsCatalogCredentialCreateParameters; +import com.microsoft.azure.datalake.analytics.models.PermissionType; +import com.microsoft.azure.datalake.analytics.models.USqlCredential; +import com.microsoft.azure.datalake.analytics.models.USqlDatabase; +import com.microsoft.azure.datalake.analytics.models.USqlProcedure; +import com.microsoft.azure.datalake.analytics.models.USqlTable; +import com.microsoft.azure.datalake.analytics.models.USqlTableFragment; +import com.microsoft.azure.datalake.analytics.models.USqlTablePartition; +import com.microsoft.azure.datalake.analytics.models.USqlTableValuedFunction; +import com.microsoft.azure.datalake.analytics.models.USqlType; +import com.microsoft.azure.datalake.analytics.models.USqlView; import com.microsoft.azure.management.resources.fluentcore.utils.SdkContext; import com.microsoft.rest.RestClient; import org.junit.Assert; @@ -34,6 +37,7 @@ public class DataLakeAnalyticsCatalogOperationsTests extends DataLakeAnalyticsMa // Catalog names protected static String dbName; protected static String tableName; + protected static String schemaName; protected static String tvfName; protected static String procName; protected static String viewName; @@ -53,6 +57,7 @@ protected void initializeClients(RestClient restClient, String defaultSubscripti // Define catalog items dbName = generateRandomResourceName("testdb1", 15); tableName = generateRandomResourceName("testtable1", 15); + schemaName = "dbo"; tvfName = generateRandomResourceName("testtvf1", 15); procName = generateRandomResourceName("testproc1", 15); viewName = generateRandomResourceName("testview1", 15); @@ -81,6 +86,13 @@ protected void initializeClients(RestClient restClient, String defaultSubscripti "\r\n" + "ALTER TABLE {0}.dbo.{1} ADD IF NOT EXISTS PARTITION (1);\r\n" + "\r\n" + + "INSERT INTO {0}.dbo.{1}" + + "(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)" + + "ON INTEGRITY VIOLATION MOVE TO PARTITION (1)" + + "VALUES" + + "(1, new DateTime(2018, 04, 25), \"US\", @\"fake query\", 34, \"http://url1.fake.com\", \"http://clickedUrl1.fake.com\")," + + "(1, new DateTime(2018, 04, 26), \"EN\", @\"fake query\", 23, \"http://url2.fake.com\", \"http://clickedUrl2.fake.com\");" + + "\r\n" + "DROP FUNCTION IF EXISTS {0}.dbo.{2};\r\n" + "\r\n" + "//create table weblogs on space-delimited website log data\r\n" + @@ -229,7 +241,7 @@ public void canGetCatalogItems() throws Exception dataLakeAnalyticsCatalogManagementClient.catalogs().listTables( jobAndCatalogAdlaName, dbName, - "dbo" + schemaName ); Assert.assertTrue(tableListResponse.size() >= 1); @@ -252,7 +264,7 @@ public void canGetCatalogItems() throws Exception dataLakeAnalyticsCatalogManagementClient.catalogs().getTable( jobAndCatalogAdlaName, dbName, - "dbo", + schemaName, tableName ); @@ -263,7 +275,7 @@ public void canGetCatalogItems() throws Exception dataLakeAnalyticsCatalogManagementClient.catalogs().listTableValuedFunctions( jobAndCatalogAdlaName, dbName, - "dbo" + schemaName ); Assert.assertTrue(tvfListResponse.size() >= 1); @@ -286,7 +298,7 @@ public void canGetCatalogItems() throws Exception dataLakeAnalyticsCatalogManagementClient.catalogs().getTableValuedFunction( jobAndCatalogAdlaName, dbName, - "dbo", + schemaName, tvfName ); @@ -297,7 +309,7 @@ public void canGetCatalogItems() throws Exception dataLakeAnalyticsCatalogManagementClient.catalogs().listViews( jobAndCatalogAdlaName, dbName, - "dbo" + schemaName ); Assert.assertTrue(viewListResponse.size() >= 1); @@ -320,7 +332,7 @@ public void canGetCatalogItems() throws Exception dataLakeAnalyticsCatalogManagementClient.catalogs().getView( jobAndCatalogAdlaName, dbName, - "dbo", + schemaName, viewName ); @@ -331,7 +343,7 @@ public void canGetCatalogItems() throws Exception dataLakeAnalyticsCatalogManagementClient.catalogs().listProcedures( jobAndCatalogAdlaName, dbName, - "dbo" + schemaName ); Assert.assertTrue(procListResponse.size() >= 1); @@ -354,21 +366,56 @@ public void canGetCatalogItems() throws Exception dataLakeAnalyticsCatalogManagementClient.catalogs().getProcedure( jobAndCatalogAdlaName, dbName, - "dbo", + schemaName, procName ); Assert.assertEquals(procName, procGetResponse.name()); + + List partitionList = + dataLakeAnalyticsCatalogManagementClient.catalogs().listTablePartitions( + jobAndCatalogAdlaName, + dbName, + schemaName, + tableName + ); + + Assert.assertTrue(partitionList.size() >= 1); + + USqlTablePartition specificPartition = partitionList.get(0); + + // Get the specific partition as well + USqlTablePartition partitionGetResponse = + dataLakeAnalyticsCatalogManagementClient.catalogs().getTablePartition( + jobAndCatalogAdlaName, + dbName, + schemaName, + tableName, + specificPartition.name() + ); + + Assert.assertEquals(specificPartition.name(), partitionGetResponse.name()); + + // Get the fragment list + PagedList fragmentList = + dataLakeAnalyticsCatalogManagementClient.catalogs().listTableFragments( + jobAndCatalogAdlaName, + dbName, + schemaName, + tableName + ); + + Assert.assertNotNull(fragmentList); + Assert.assertTrue(fragmentList.size() > 0); // Get all the types List typeGetResponse = dataLakeAnalyticsCatalogManagementClient.catalogs().listTypes( jobAndCatalogAdlaName, dbName, - "dbo" + schemaName ); - Assert.assertNotNull(typeGetResponse); Assert.assertTrue(typeGetResponse.size() > 0); @@ -377,7 +424,7 @@ public void canGetCatalogItems() throws Exception dataLakeAnalyticsCatalogManagementClient.catalogs().listTypes( jobAndCatalogAdlaName, dbName, - "dbo", + schemaName, "isComplexType eq false", null, null, diff --git a/azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsJobOperationsTests.java b/azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/datalake/analytics/DataLakeAnalyticsJobOperationsTests.java similarity index 91% rename from azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsJobOperationsTests.java rename to azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/datalake/analytics/DataLakeAnalyticsJobOperationsTests.java index ad0fcd4b4e1..346def5d279 100644 --- a/azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsJobOperationsTests.java +++ b/azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/datalake/analytics/DataLakeAnalyticsJobOperationsTests.java @@ -4,22 +4,22 @@ * license information. */ -package com.microsoft.azure.management.datalake.analytics; +package com.microsoft.azure.datalake.analytics; import com.microsoft.azure.PagedList; -import com.microsoft.azure.management.datalake.analytics.models.BuildJobParameters; -import com.microsoft.azure.management.datalake.analytics.models.CreateJobParameters; -import com.microsoft.azure.management.datalake.analytics.models.CreateUSqlJobProperties; -import com.microsoft.azure.management.datalake.analytics.models.JobInformation; -import com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic; -import com.microsoft.azure.management.datalake.analytics.models.JobPipelineInformation; -import com.microsoft.azure.management.datalake.analytics.models.JobRecurrenceInformation; -import com.microsoft.azure.management.datalake.analytics.models.JobRelationshipProperties; -import com.microsoft.azure.management.datalake.analytics.models.JobResult; -import com.microsoft.azure.management.datalake.analytics.models.JobState; -import com.microsoft.azure.management.datalake.analytics.models.JobType; -import com.microsoft.azure.management.datalake.analytics.models.SeverityTypes; -import com.microsoft.azure.management.datalake.analytics.models.USqlJobProperties; +import com.microsoft.azure.datalake.analytics.models.BuildJobParameters; +import com.microsoft.azure.datalake.analytics.models.CreateJobParameters; +import com.microsoft.azure.datalake.analytics.models.CreateUSqlJobProperties; +import com.microsoft.azure.datalake.analytics.models.JobInformation; +import com.microsoft.azure.datalake.analytics.models.JobInformationBasic; +import com.microsoft.azure.datalake.analytics.models.JobPipelineInformation; +import com.microsoft.azure.datalake.analytics.models.JobRecurrenceInformation; +import com.microsoft.azure.datalake.analytics.models.JobRelationshipProperties; +import com.microsoft.azure.datalake.analytics.models.JobResult; +import com.microsoft.azure.datalake.analytics.models.JobState; +import com.microsoft.azure.datalake.analytics.models.JobType; +import com.microsoft.azure.datalake.analytics.models.SeverityTypes; +import com.microsoft.azure.datalake.analytics.models.USqlJobProperties; import com.microsoft.azure.management.resources.fluentcore.utils.SdkContext; import org.junit.Assert; import org.junit.Test; diff --git a/azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsManagementTestBase.java b/azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/datalake/analytics/DataLakeAnalyticsManagementTestBase.java similarity index 87% rename from azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsManagementTestBase.java rename to azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/datalake/analytics/DataLakeAnalyticsManagementTestBase.java index d0b80065529..0af3ff06ed7 100644 --- a/azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsManagementTestBase.java +++ b/azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/datalake/analytics/DataLakeAnalyticsManagementTestBase.java @@ -4,22 +4,22 @@ * license information. */ -package com.microsoft.azure.management.datalake.analytics; +package com.microsoft.azure.datalake.analytics; import com.microsoft.azure.AzureEnvironment; import com.microsoft.azure.AzureResponseBuilder; import com.microsoft.azure.credentials.ApplicationTokenCredentials; import com.microsoft.azure.management.datalake.analytics.implementation.DataLakeAnalyticsAccountManagementClientImpl; -import com.microsoft.azure.management.datalake.analytics.implementation.DataLakeAnalyticsCatalogManagementClientImpl; -import com.microsoft.azure.management.datalake.analytics.implementation.DataLakeAnalyticsJobManagementClientImpl; +import com.microsoft.azure.datalake.analytics.implementation.DataLakeAnalyticsCatalogManagementClientImpl; +import com.microsoft.azure.datalake.analytics.implementation.DataLakeAnalyticsJobManagementClientImpl; import com.microsoft.azure.management.datalake.analytics.models.AddDataLakeStoreWithAccountParameters; import com.microsoft.azure.management.datalake.analytics.models.CreateDataLakeAnalyticsAccountParameters; -import com.microsoft.azure.management.datalake.analytics.models.CreateJobParameters; -import com.microsoft.azure.management.datalake.analytics.models.CreateUSqlJobProperties; -import com.microsoft.azure.management.datalake.analytics.models.JobInformation; -import com.microsoft.azure.management.datalake.analytics.models.JobResult; -import com.microsoft.azure.management.datalake.analytics.models.JobState; -import com.microsoft.azure.management.datalake.analytics.models.JobType; +import com.microsoft.azure.datalake.analytics.models.CreateJobParameters; +import com.microsoft.azure.datalake.analytics.models.CreateUSqlJobProperties; +import com.microsoft.azure.datalake.analytics.models.JobInformation; +import com.microsoft.azure.datalake.analytics.models.JobResult; +import com.microsoft.azure.datalake.analytics.models.JobState; +import com.microsoft.azure.datalake.analytics.models.JobType; import com.microsoft.azure.management.datalake.store.implementation.DataLakeStoreAccountManagementClientImpl; import com.microsoft.azure.management.datalake.store.models.CreateDataLakeStoreAccountParameters; import com.microsoft.azure.management.resources.core.AzureTestCredentials; @@ -95,7 +95,7 @@ protected void initializeClients(RestClient restClient, String defaultSubscripti } RestClient.Builder builder = new RestClient.Builder() .withConnectionTimeout(5, TimeUnit.MINUTES) - .withBaseUrl("https://{accountName}.{adlaJobDnsSuffix}") + .withBaseUrl("https://{accountName}." + adlaSuffix) .withSerializerAdapter(new AzureJacksonAdapter()) .withResponseBuilderFactory(new AzureResponseBuilder.Factory()) .withCredentials(credentials) @@ -103,24 +103,12 @@ protected void initializeClients(RestClient restClient, String defaultSubscripti if (!interceptorManager.isNoneMode()) { builder.withNetworkInterceptor(interceptorManager.initInterceptor()); } - RestClient restClientWithTimeout = buildRestClient(builder, true); + RestClient restClientWithTimeout = buildRestClient(builder, false); dataLakeAnalyticsJobManagementClient = new DataLakeAnalyticsJobManagementClientImpl(restClientWithTimeout) .withAdlaJobDnsSuffix(adlaSuffix); - RestClient.Builder catalogRestClientBuilder = new RestClient.Builder() - .withBaseUrl("https://{accountName}.{adlaCatalogDnsSuffix}") - .withSerializerAdapter(new AzureJacksonAdapter()) - .withResponseBuilderFactory(new AzureResponseBuilder.Factory()) - .withCredentials(credentials) - .withLogLevel(LogLevel.BODY_AND_HEADERS); - if (!interceptorManager.isNoneMode()) { - builder.withNetworkInterceptor(interceptorManager.initInterceptor()); - } - - RestClient catalogRestClient = buildRestClient(builder,false); - - dataLakeAnalyticsCatalogManagementClient = new DataLakeAnalyticsCatalogManagementClientImpl(catalogRestClient) + dataLakeAnalyticsCatalogManagementClient = new DataLakeAnalyticsCatalogManagementClientImpl(restClientWithTimeout) .withAdlaCatalogDnsSuffix(adlaSuffix); } else diff --git a/azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsAccountOperationsTests.java b/azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsAccountOperationsTests.java index 991b3ee78ea..94f21490476 100644 --- a/azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsAccountOperationsTests.java +++ b/azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsAccountOperationsTests.java @@ -6,6 +6,7 @@ package com.microsoft.azure.management.datalake.analytics; +import com.microsoft.azure.datalake.analytics.DataLakeAnalyticsManagementTestBase; import com.microsoft.azure.management.datalake.analytics.models.AddDataLakeStoreWithAccountParameters; import com.microsoft.azure.management.datalake.analytics.models.CapabilityInformation; import com.microsoft.azure.management.datalake.analytics.models.CreateDataLakeAnalyticsAccountParameters; diff --git a/azure-mgmt-datalake-analytics/src/test/resources/session-records/canGetCatalogItems.json b/azure-mgmt-datalake-analytics/src/test/resources/session-records/canGetCatalogItems.json index 18679c44b66..7c2c508df96 100644 --- a/azure-mgmt-datalake-analytics/src/test/resources/session-records/canGetCatalogItems.json +++ b/azure-mgmt-datalake-analytics/src/test/resources/session-records/canGetCatalogItems.json @@ -1,1065 +1,1398 @@ -{ - "networkCallRecords" : [ { - "Method" : "PUT", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/adlarg40912468?api-version=2017-05-10", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (ResourceManagementClient, 2017-05-10)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:22:48 GMT", - "content-length" : "182", - "expires" : "-1", - "x-ms-ratelimit-remaining-subscription-writes" : "1199", - "retry-after" : "0", - "StatusCode" : "201", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "12bb24bf-15f5-404f-9a05-66690004d238", - "x-ms-routing-request-id" : "WESTUS2:20180221T032248Z:12bb24bf-15f5-404f-9a05-66690004d238", - "content-type" : "application/json; charset=utf-8", - "cache-control" : "no-cache", - "x-ms-request-id" : "12bb24bf-15f5-404f-9a05-66690004d238", - "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarg40912468\",\"name\":\"adlarg40912468\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}}" - } - }, { - "Method" : "PUT", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarg40912468/providers/Microsoft.DataLakeStore/accounts/adls1f8740110?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeStoreAccountManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:22:50 GMT", - "content-length" : "359", - "server" : "Microsoft-IIS/8.5", - "expires" : "-1", - "x-aspnet-version" : "4.0.30319", - "x-ms-ratelimit-remaining-subscription-writes" : "1198", - "retry-after" : "0", - "StatusCode" : "201", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "3e5aebeb-b074-4eac-900e-47040ae0184f", - "x-content-type-options" : "nosniff", - "x-ms-routing-request-id" : "WESTUS2:20180221T032250Z:3e5aebeb-b074-4eac-900e-47040ae0184f", - "x-powered-by" : "ASP.NET", - "connection" : "close", - "content-type" : "application/json", - "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/adlarg40912468/providers/Microsoft.DataLakeStore/accounts/adls1f8740110/operationresults/0?api-version=2016-11-01", - "cache-control" : "no-cache", - "x-ms-request-id" : "3153583a-1169-43e7-bec0-9eccfd7bc106", - "Body" : "{\"properties\":{\"provisioningState\":\"Creating\",\"state\":null,\"endpoint\":null,\"accountId\":\"03cf315b-9c98-4a9a-81b5-275c302733d6\"},\"location\":\"eastus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarg40912468/providers/Microsoft.DataLakeStore/accounts/adls1f8740110\",\"name\":\"adls1f8740110\",\"type\":\"Microsoft.DataLakeStore/accounts\"}", - "azure-asyncoperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataLakeStore/locations/eastus2/operationResults/03cf315b-9c98-4a9a-81b5-275c302733d60?api-version=2016-11-01&expanded=true" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataLakeStore/locations/eastus2/operationResults/03cf315b-9c98-4a9a-81b5-275c302733d60?api-version=2016-11-01&expanded=true", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeStoreAccountManagementClient, 2016-11-01)" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:22:51 GMT", - "server" : "Microsoft-IIS/8.5", - "content-length" : "23", - "expires" : "-1", - "vary" : "Accept-Encoding", - "x-aspnet-version" : "4.0.30319", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "14998", - "StatusCode" : "200", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "22792679-272e-4e49-9309-4286eec9970a", - "x-content-type-options" : "nosniff", - "x-ms-routing-request-id" : "WESTUS2:20180221T032251Z:22792679-272e-4e49-9309-4286eec9970a", - "x-powered-by" : "ASP.NET", - "connection" : "close", - "content-type" : "application/json", - "cache-control" : "no-cache", - "x-ms-request-id" : "5e548a00-73ee-4211-8ed8-e3ae133b5bca", - "Body" : "{\"status\":\"InProgress\"}" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataLakeStore/locations/eastus2/operationResults/03cf315b-9c98-4a9a-81b5-275c302733d60?api-version=2016-11-01&expanded=true", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeStoreAccountManagementClient, 2016-11-01)" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:23:21 GMT", - "server" : "Microsoft-IIS/8.5", - "content-length" : "22", - "expires" : "-1", - "vary" : "Accept-Encoding", - "x-aspnet-version" : "4.0.30319", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "14998", - "StatusCode" : "200", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "e6dfc8fc-6314-44e0-8a5e-912a0c029382", - "x-content-type-options" : "nosniff", - "x-ms-routing-request-id" : "WESTUS2:20180221T032322Z:e6dfc8fc-6314-44e0-8a5e-912a0c029382", - "x-powered-by" : "ASP.NET", - "connection" : "close", - "content-type" : "application/json", - "cache-control" : "no-cache", - "x-ms-request-id" : "cc6d6108-949a-40de-88bf-375a64533ff3", - "Body" : "{\"status\":\"Succeeded\"}" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarg40912468/providers/Microsoft.DataLakeStore/accounts/adls1f8740110?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeStoreAccountManagementClient, 2016-11-01)" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:23:22 GMT", - "server" : "Microsoft-IIS/8.5", - "content-length" : "829", - "expires" : "-1", - "vary" : "Accept-Encoding", - "x-aspnet-version" : "4.0.30319", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "14998", - "StatusCode" : "200", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "ad722953-55ed-4c8f-b8ff-0f42c06b348d", - "x-content-type-options" : "nosniff", - "x-ms-routing-request-id" : "WESTUS2:20180221T032323Z:ad722953-55ed-4c8f-b8ff-0f42c06b348d", - "x-powered-by" : "ASP.NET", - "connection" : "close", - "content-type" : "application/json", - "cache-control" : "no-cache", - "x-ms-request-id" : "10e3607f-362e-4db0-adbe-6cf318317161", - "Body" : "{\"properties\":{\"firewallState\":\"Disabled\",\"firewallAllowAzureIps\":\"Disabled\",\"firewallAllowDataLakeAnalytics\":\"Disabled\",\"firewallRules\":[],\"virtualNetworkRules\":[],\"trustedIdProviderState\":\"Disabled\",\"trustedIdProviders\":[],\"encryptionState\":\"Enabled\",\"encryptionConfig\":{\"type\":\"ServiceManaged\"},\"currentTier\":\"Consumption\",\"newTier\":\"Consumption\",\"provisioningState\":\"Succeeded\",\"state\":\"Active\",\"endpoint\":\"adls1f8740110.azuredatalakestore.net\",\"accountId\":\"03cf315b-9c98-4a9a-81b5-275c302733d6\",\"creationTime\":\"2018-02-21T03:22:53.1791691Z\",\"lastModifiedTime\":\"2018-02-21T03:22:53.1791691Z\"},\"location\":\"eastus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarg40912468/providers/Microsoft.DataLakeStore/accounts/adls1f8740110\",\"name\":\"adls1f8740110\",\"type\":\"Microsoft.DataLakeStore/accounts\"}" - } - }, { - "Method" : "PUT", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarg40912468/providers/Microsoft.DataLakeAnalytics/accounts/secondadla27198?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsAccountManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:23:24 GMT", - "content-length" : "517", - "server" : "Microsoft-IIS/8.5", - "expires" : "-1", - "x-aspnet-version" : "4.0.30319", - "x-ms-ratelimit-remaining-subscription-writes" : "1199", - "retry-after" : "0", - "StatusCode" : "201", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "fa4b24d0-f295-413a-9228-28e673992f77", - "x-content-type-options" : "nosniff", - "x-ms-routing-request-id" : "WESTUS2:20180221T032325Z:fa4b24d0-f295-413a-9228-28e673992f77", - "x-powered-by" : "ASP.NET", - "connection" : "close", - "content-type" : "application/json", - "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/adlarg40912468/providers/Microsoft.DataLakeAnalytics/accounts/secondadla27198/operationresults/0?api-version=2016-11-01", - "cache-control" : "no-cache", - "x-ms-request-id" : "9a9209c7-05d3-4b94-99a1-cee3f08b717d", - "Body" : "{\"properties\":{\"defaultDataLakeStoreAccount\":\"adls1f8740110\",\"dataLakeStoreAccounts\":[{\"properties\":{\"suffix\":\"azuredatalakestore.net\"},\"name\":\"adls1f8740110\"}],\"provisioningState\":\"Creating\",\"state\":null,\"endpoint\":null,\"accountId\":\"c4ed6fa7-ed90-4463-8dca-7c90a6797469\"},\"location\":\"eastus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarg40912468/providers/Microsoft.DataLakeAnalytics/accounts/secondadla27198\",\"name\":\"secondadla27198\",\"type\":\"Microsoft.DataLakeAnalytics/accounts\"}", - "azure-asyncoperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataLakeAnalytics/locations/eastus2/operationResults/c4ed6fa7-ed90-4463-8dca-7c90a67974690?api-version=2016-11-01&expanded=true" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataLakeAnalytics/locations/eastus2/operationResults/c4ed6fa7-ed90-4463-8dca-7c90a67974690?api-version=2016-11-01&expanded=true", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsAccountManagementClient, 2016-11-01)" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:23:25 GMT", - "server" : "Microsoft-IIS/8.5", - "content-length" : "23", - "expires" : "-1", - "vary" : "Accept-Encoding", - "x-aspnet-version" : "4.0.30319", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "14999", - "StatusCode" : "200", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "5c5ffe7b-c67c-4f3d-b175-4bf6cd4fdf71", - "x-content-type-options" : "nosniff", - "x-ms-routing-request-id" : "WESTUS2:20180221T032325Z:5c5ffe7b-c67c-4f3d-b175-4bf6cd4fdf71", - "x-powered-by" : "ASP.NET", - "connection" : "close", - "content-type" : "application/json", - "cache-control" : "no-cache", - "x-ms-request-id" : "a577646c-4838-4285-a1ce-2b3bd13c4ffb", - "Body" : "{\"status\":\"InProgress\"}" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataLakeAnalytics/locations/eastus2/operationResults/c4ed6fa7-ed90-4463-8dca-7c90a67974690?api-version=2016-11-01&expanded=true", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsAccountManagementClient, 2016-11-01)" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:23:56 GMT", - "server" : "Microsoft-IIS/8.5", - "content-length" : "22", - "expires" : "-1", - "vary" : "Accept-Encoding", - "x-aspnet-version" : "4.0.30319", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "14998", - "StatusCode" : "200", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "3edc916c-136b-49e4-a79a-c39025a50432", - "x-content-type-options" : "nosniff", - "x-ms-routing-request-id" : "WESTUS2:20180221T032356Z:3edc916c-136b-49e4-a79a-c39025a50432", - "x-powered-by" : "ASP.NET", - "connection" : "close", - "content-type" : "application/json", - "cache-control" : "no-cache", - "x-ms-request-id" : "07cc9452-d8aa-4d63-aca7-f3f1060ba75a", - "Body" : "{\"status\":\"Succeeded\"}" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarg40912468/providers/Microsoft.DataLakeAnalytics/accounts/secondadla27198?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsAccountManagementClient, 2016-11-01)" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:23:57 GMT", - "server" : "Microsoft-IIS/8.5", - "content-length" : "1247", - "expires" : "-1", - "vary" : "Accept-Encoding", - "x-aspnet-version" : "4.0.30319", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "14998", - "StatusCode" : "200", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "64d4d8be-fe05-4412-8cc1-a6dce697d33a", - "x-content-type-options" : "nosniff", - "x-ms-routing-request-id" : "WESTUS2:20180221T032357Z:64d4d8be-fe05-4412-8cc1-a6dce697d33a", - "x-powered-by" : "ASP.NET", - "connection" : "close", - "content-type" : "application/json", - "cache-control" : "no-cache", - "x-ms-request-id" : "bfbedca1-b2b7-4af1-927a-92d6d1bbedb7", - "Body" : "{\"properties\":{\"firewallState\":\"Disabled\",\"firewallAllowAzureIps\":\"Disabled\",\"debugDataAccessLevel\":\"All\",\"firewallRules\":[],\"defaultDataLakeStoreAccount\":\"adls1f8740110\",\"dataLakeStoreAccounts\":[{\"properties\":{\"suffix\":\"azuredatalakestore.net\"},\"name\":\"adls1f8740110\"}],\"publicDataLakeStoreAccounts\":[{\"properties\":{\"suffix\":\"azuredatalakestore.net\"},\"name\":\"adltrainingsampledata\"},{\"properties\":{\"suffix\":\"azuredatalakestore.net\"},\"name\":\"ghinsights\"}],\"storageAccounts\":[],\"maxDegreeOfParallelism\":100,\"maxJobCount\":20,\"systemMaxDegreeOfParallelism\":100,\"systemMaxJobCount\":20,\"maxDegreeOfParallelismPerJob\":100,\"minPriorityPerJob\":1,\"computePolicies\":[],\"queryStoreRetention\":30,\"hiveMetastores\":[],\"currentTier\":\"Consumption\",\"newTier\":\"Consumption\",\"provisioningState\":\"Succeeded\",\"state\":\"Active\",\"endpoint\":\"secondadla27198.azuredatalakeanalytics.net\",\"accountId\":\"c4ed6fa7-ed90-4463-8dca-7c90a6797469\",\"creationTime\":\"2018-02-21T03:23:27.1074Z\",\"lastModifiedTime\":\"2018-02-21T03:23:27.1074Z\"},\"location\":\"eastus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarg40912468/providers/Microsoft.DataLakeAnalytics/accounts/secondadla27198\",\"name\":\"secondadla27198\",\"type\":\"Microsoft.DataLakeAnalytics/accounts\"}" - } - }, { - "Method" : "PUT", - "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:28:58 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; charset=utf-8", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "d235b75e-d49c-4063-83e1-7568d53c4ce4", - "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-02-21T03:28:59.0206733+00:00\",\"state\":\"Compiling\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-02-21T03:28:59.0206733+00:00\",\"details\":\"userName:;submitMachine:N/A\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"runtimeVersion\":\"default\",\"rootProcessNodeId\":\"00000000-0000-0000-0000-000000000000\",\"algebraFilePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT0S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00Z\",\"type\":\"USql\"}}", - "strict-transport-security" : "max-age=15724800; includeSubDomains" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:28:59 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; charset=utf-8", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "4015676c-fca1-4d1c-845b-4736e7cb77b7", - "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-02-21T03:28:59.0206733+00:00\",\"state\":\"Compiling\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-02-21T03:28:59.0206733+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-02-21T03:28:59.4738242+00:00\",\"details\":\"Compilation:f3fe66e8-5749-458a-82b3-512fc711eeeb;Status:Dispatched\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"Profile\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"default\",\"rootProcessNodeId\":\"00000000-0000-0000-0000-000000000000\",\"script\":\"DROP DATABASE IF EXISTS testdb1966459; CREATE DATABASE testdb1966459; \\n//Create Table\\nCREATE TABLE testdb1966459.dbo.testtable108145\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1966459.dbo.testtable108145 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb1966459.dbo.testtvf129173f;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1966459.dbo.testtvf129173f()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1966459.dbo.testview153841 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1966459.dbo.testproc191944()\\nAS BEGIN\\n CREATE VIEW testdb1966459.dbo.testview153841 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT0.3710193S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", - "strict-transport-security" : "max-age=15724800; includeSubDomains" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:04 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; charset=utf-8", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "f2a88912-b8d2-461c-898d-dc8d28a397ed", - "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-02-21T03:28:59.0206733+00:00\",\"state\":\"Compiling\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-02-21T03:28:59.0206733+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-02-21T03:28:59.4738242+00:00\",\"details\":\"Compilation:f3fe66e8-5749-458a-82b3-512fc711eeeb;Status:Dispatched\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"Profile\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"default\",\"rootProcessNodeId\":\"00000000-0000-0000-0000-000000000000\",\"script\":\"DROP DATABASE IF EXISTS testdb1966459; CREATE DATABASE testdb1966459; \\n//Create Table\\nCREATE TABLE testdb1966459.dbo.testtable108145\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1966459.dbo.testtable108145 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb1966459.dbo.testtvf129173f;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1966459.dbo.testtvf129173f()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1966459.dbo.testview153841 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1966459.dbo.testproc191944()\\nAS BEGIN\\n CREATE VIEW testdb1966459.dbo.testview153841 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT5.7148664S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", - "strict-transport-security" : "max-age=15724800; includeSubDomains" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:09 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; charset=utf-8", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "5f733771-cd1d-4ad4-beee-4cfa382ac5fa", - "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-02-21T03:28:59.0206733+00:00\",\"state\":\"Compiling\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-02-21T03:28:59.0206733+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-02-21T03:28:59.4738242+00:00\",\"details\":\"Compilation:f3fe66e8-5749-458a-82b3-512fc711eeeb;Status:Dispatched\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"Profile\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"default\",\"rootProcessNodeId\":\"00000000-0000-0000-0000-000000000000\",\"script\":\"DROP DATABASE IF EXISTS testdb1966459; CREATE DATABASE testdb1966459; \\n//Create Table\\nCREATE TABLE testdb1966459.dbo.testtable108145\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1966459.dbo.testtable108145 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb1966459.dbo.testtvf129173f;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1966459.dbo.testtvf129173f()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1966459.dbo.testview153841 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1966459.dbo.testproc191944()\\nAS BEGIN\\n CREATE VIEW testdb1966459.dbo.testview153841 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT10.9024611S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", - "strict-transport-security" : "max-age=15724800; includeSubDomains" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:14 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; charset=utf-8", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "d77cf77d-2042-43a1-81e9-9c14a9c6ae38", - "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-02-21T03:28:59.0206733+00:00\",\"state\":\"Starting\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-02-21T03:28:59.0206733+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-02-21T03:28:59.4738242+00:00\",\"details\":\"Compilation:f3fe66e8-5749-458a-82b3-512fc711eeeb;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-02-21T03:29:13.4894921+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-02-21T03:29:13.5051608+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:9f42b738-7302-4b8d-8307-8f605c1173dd\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-02-21T03:29:13.5207871+00:00\",\"details\":\"runtimeVersion:adl_20171016_7f65684c\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"adl_20171016_7f65684c\",\"rootProcessNodeId\":\"9f42b738-7302-4b8d-8307-8f605c1173dd\",\"script\":\"DROP DATABASE IF EXISTS testdb1966459; CREATE DATABASE testdb1966459; \\n//Create Table\\nCREATE TABLE testdb1966459.dbo.testtable108145\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1966459.dbo.testtable108145 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb1966459.dbo.testtvf129173f;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1966459.dbo.testtvf129173f()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1966459.dbo.testview153841 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1966459.dbo.testproc191944()\\nAS BEGIN\\n CREATE VIEW testdb1966459.dbo.testview153841 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":1007469,\"yarnApplicationTimeStamp\":1518708536038,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT14.0156679S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0156687S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", - "strict-transport-security" : "max-age=15724800; includeSubDomains" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:20 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; charset=utf-8", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "c91298ae-7b6e-4b9a-ae43-4de24f2806b8", - "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-02-21T03:28:59.0206733+00:00\",\"state\":\"Starting\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-02-21T03:28:59.0206733+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-02-21T03:28:59.4738242+00:00\",\"details\":\"Compilation:f3fe66e8-5749-458a-82b3-512fc711eeeb;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-02-21T03:29:13.4894921+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-02-21T03:29:13.5051608+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:9f42b738-7302-4b8d-8307-8f605c1173dd\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-02-21T03:29:13.5207871+00:00\",\"details\":\"runtimeVersion:adl_20171016_7f65684c\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"adl_20171016_7f65684c\",\"rootProcessNodeId\":\"9f42b738-7302-4b8d-8307-8f605c1173dd\",\"script\":\"DROP DATABASE IF EXISTS testdb1966459; CREATE DATABASE testdb1966459; \\n//Create Table\\nCREATE TABLE testdb1966459.dbo.testtable108145\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1966459.dbo.testtable108145 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb1966459.dbo.testtvf129173f;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1966459.dbo.testtvf129173f()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1966459.dbo.testview153841 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1966459.dbo.testproc191944()\\nAS BEGIN\\n CREATE VIEW testdb1966459.dbo.testview153841 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":1007469,\"yarnApplicationTimeStamp\":1518708536038,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT14.0156679S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0156687S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", - "strict-transport-security" : "max-age=15724800; includeSubDomains" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:26 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; charset=utf-8", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "815aaba3-1a45-42b9-9821-4e179fa3344a", - "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-02-21T03:28:59.0206733+00:00\",\"state\":\"Starting\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-02-21T03:28:59.0206733+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-02-21T03:28:59.4738242+00:00\",\"details\":\"Compilation:f3fe66e8-5749-458a-82b3-512fc711eeeb;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-02-21T03:29:13.4894921+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-02-21T03:29:13.5051608+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:9f42b738-7302-4b8d-8307-8f605c1173dd\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-02-21T03:29:13.5207871+00:00\",\"details\":\"runtimeVersion:adl_20171016_7f65684c\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"adl_20171016_7f65684c\",\"rootProcessNodeId\":\"9f42b738-7302-4b8d-8307-8f605c1173dd\",\"script\":\"DROP DATABASE IF EXISTS testdb1966459; CREATE DATABASE testdb1966459; \\n//Create Table\\nCREATE TABLE testdb1966459.dbo.testtable108145\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1966459.dbo.testtable108145 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb1966459.dbo.testtvf129173f;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1966459.dbo.testtvf129173f()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1966459.dbo.testview153841 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1966459.dbo.testproc191944()\\nAS BEGIN\\n CREATE VIEW testdb1966459.dbo.testview153841 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":1007469,\"yarnApplicationTimeStamp\":1518708536038,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT14.0156679S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0156687S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", - "strict-transport-security" : "max-age=15724800; includeSubDomains" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:31 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; charset=utf-8", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "08c128e6-a919-4963-abe1-932bcdc9f17b", - "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-02-21T03:28:59.0206733+00:00\",\"startTime\":\"2018-02-21T03:29:29.5833396+00:00\",\"state\":\"Running\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-02-21T03:28:59.0206733+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-02-21T03:28:59.4738242+00:00\",\"details\":\"Compilation:f3fe66e8-5749-458a-82b3-512fc711eeeb;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-02-21T03:29:13.4894921+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-02-21T03:29:13.5051608+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:9f42b738-7302-4b8d-8307-8f605c1173dd\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-02-21T03:29:13.5207871+00:00\",\"details\":\"runtimeVersion:adl_20171016_7f65684c\"},{\"newState\":\"Running\",\"timeStamp\":\"2018-02-21T03:29:29.5833396+00:00\",\"details\":\"runAttempt:1\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"adl_20171016_7f65684c\",\"rootProcessNodeId\":\"9f42b738-7302-4b8d-8307-8f605c1173dd\",\"script\":\"DROP DATABASE IF EXISTS testdb1966459; CREATE DATABASE testdb1966459; \\n//Create Table\\nCREATE TABLE testdb1966459.dbo.testtable108145\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1966459.dbo.testtable108145 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb1966459.dbo.testtvf129173f;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1966459.dbo.testtvf129173f()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1966459.dbo.testview153841 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1966459.dbo.testproc191944()\\nAS BEGIN\\n CREATE VIEW testdb1966459.dbo.testview153841 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":1007469,\"yarnApplicationTimeStamp\":1518708536038,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT14.0156679S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0156687S\",\"totalRunningTime\":\"PT2.3245764S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", - "strict-transport-security" : "max-age=15724800; includeSubDomains" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:36 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; charset=utf-8", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "aefd7624-2649-400f-bc45-6a7cd58147b7", - "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-02-21T03:28:59.0206733+00:00\",\"startTime\":\"2018-02-21T03:29:29.5833396+00:00\",\"endTime\":\"2018-02-21T03:29:36.5521231+00:00\",\"state\":\"Ended\",\"result\":\"Succeeded\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-02-21T03:28:59.0206733+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-02-21T03:28:59.4738242+00:00\",\"details\":\"Compilation:f3fe66e8-5749-458a-82b3-512fc711eeeb;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-02-21T03:29:13.4894921+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-02-21T03:29:13.5051608+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:9f42b738-7302-4b8d-8307-8f605c1173dd\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-02-21T03:29:13.5207871+00:00\",\"details\":\"runtimeVersion:adl_20171016_7f65684c\"},{\"newState\":\"Running\",\"timeStamp\":\"2018-02-21T03:29:29.5833396+00:00\",\"details\":\"runAttempt:1\"},{\"newState\":\"Ended\",\"timeStamp\":\"2018-02-21T03:29:36.5521231+00:00\",\"details\":\"result:Succeeded\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"adl_20171016_7f65684c\",\"rootProcessNodeId\":\"9f42b738-7302-4b8d-8307-8f605c1173dd\",\"script\":\"DROP DATABASE IF EXISTS testdb1966459; CREATE DATABASE testdb1966459; \\n//Create Table\\nCREATE TABLE testdb1966459.dbo.testtable108145\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1966459.dbo.testtable108145 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb1966459.dbo.testtvf129173f;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1966459.dbo.testtvf129173f()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1966459.dbo.testview153841 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1966459.dbo.testproc191944()\\nAS BEGIN\\n CREATE VIEW testdb1966459.dbo.testview153841 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":1007469,\"yarnApplicationTimeStamp\":1518708536038,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT14.0156679S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0156687S\",\"totalRunningTime\":\"PT6.9687835S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", - "strict-transport-security" : "max-age=15724800; includeSubDomains" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:37 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "7e75ea81-85bb-4e40-9be4-37cef711f30a", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#databases\",\"value\":[\r\n {\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"version\":\"28b4c129-d592-4c39-bb7a-3c29b2c58cd2\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"testdb1966459\",\"version\":\"cb6ec328-3060-4020-84c8-57a41d388938\"\r\n }\r\n ]\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:37 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "835767a4-61d0-478a-b5c8-350eb795b453", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#databases/$entity\",\"computeAccountName\":\"secondadla27198\",\"databaseName\":\"testdb1966459\",\"version\":\"cb6ec328-3060-4020-84c8-57a41d388938\"\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/schemas/dbo/tables?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:38 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "193b9f29-d127-4d93-ad01-ad23012916e7", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#tables\",\"value\":[\r\n {\r\n \"tableName\":\"testtable108145\",\"columnList\":[\r\n {\r\n \"name\":\"UserId\",\"type\":\"System.Int32\"\r\n },{\r\n \"name\":\"Start\",\"type\":\"System.DateTime\"\r\n },{\r\n \"name\":\"Region\",\"type\":\"System.String\"\r\n },{\r\n \"name\":\"Query\",\"type\":\"System.String\"\r\n },{\r\n \"name\":\"Duration\",\"type\":\"System.Int32\"\r\n },{\r\n \"name\":\"Urls\",\"type\":\"System.String\"\r\n },{\r\n \"name\":\"ClickedUrls\",\"type\":\"System.String\"\r\n }\r\n ],\"indexList\":[\r\n {\r\n \"name\":\"idx1\",\"indexKeys\":[\r\n {\r\n \"name\":\"Region\",\"descending\":false\r\n }\r\n ],\"columns\":[\r\n \"Region\",\"UserId\"\r\n ],\"distributionInfo\":{\r\n \"type\":2,\"keys\":[\r\n {\r\n \"name\":\"Region\",\"descending\":false\r\n }\r\n ],\"count\":0,\"dynamicCount\":0\r\n },\"partitionFunction\":\"2f82fd72-3f67-4260-8f88-07f21568ec46\",\"partitionKeyList\":[\r\n \"UserId\"\r\n ],\"isColumnstore\":false,\"indexId\":1,\"isUnique\":false\r\n }\r\n ],\"partitionKeyList\":[\r\n \r\n ],\"externalTable\":null,\"distributionInfo\":null,\"computeAccountName\":\"secondadla27198\",\"databaseName\":\"testdb1966459\",\"schemaName\":\"dbo\",\"createTime\":\"2018-02-21T03:29:32.843-08:00\",\"updateTime\":\"2018-02-21T03:29:32.843-08:00\",\"version\":\"f5354b31-c175-410c-8549-a6aa55a353ac\"\r\n }\r\n ]\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/schemas/dbo/tables/testtable108145?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:38 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "bc40c090-d021-4286-a9b1-a9396bd05a09", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#tables/$entity\",\"tableName\":\"testtable108145\",\"columnList\":[\r\n {\r\n \"name\":\"UserId\",\"type\":\"System.Int32\"\r\n },{\r\n \"name\":\"Start\",\"type\":\"System.DateTime\"\r\n },{\r\n \"name\":\"Region\",\"type\":\"System.String\"\r\n },{\r\n \"name\":\"Query\",\"type\":\"System.String\"\r\n },{\r\n \"name\":\"Duration\",\"type\":\"System.Int32\"\r\n },{\r\n \"name\":\"Urls\",\"type\":\"System.String\"\r\n },{\r\n \"name\":\"ClickedUrls\",\"type\":\"System.String\"\r\n }\r\n ],\"indexList\":[\r\n {\r\n \"name\":\"idx1\",\"indexKeys\":[\r\n {\r\n \"name\":\"Region\",\"descending\":false\r\n }\r\n ],\"columns\":[\r\n \"Region\",\"UserId\"\r\n ],\"distributionInfo\":{\r\n \"type\":2,\"keys\":[\r\n {\r\n \"name\":\"Region\",\"descending\":false\r\n }\r\n ],\"count\":0,\"dynamicCount\":0\r\n },\"partitionFunction\":\"2f82fd72-3f67-4260-8f88-07f21568ec46\",\"partitionKeyList\":[\r\n \"UserId\"\r\n ],\"isColumnstore\":false,\"indexId\":1,\"isUnique\":false\r\n }\r\n ],\"partitionKeyList\":[\r\n \r\n ],\"externalTable\":null,\"distributionInfo\":null,\"computeAccountName\":\"secondadla27198\",\"databaseName\":\"testdb1966459\",\"schemaName\":\"dbo\",\"createTime\":\"2018-02-21T03:29:32.843-08:00\",\"updateTime\":\"2018-02-21T03:29:32.843-08:00\",\"version\":\"f5354b31-c175-410c-8549-a6aa55a353ac\"\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/schemas/dbo/tablevaluedfunctions?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:38 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "7f4daab2-6bf6-4150-8b1a-e50468793258", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#tablevaluedfunctions\",\"value\":[\r\n {\r\n \"tvfName\":\"testtvf129173f\",\"definition\":\"//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1966459.dbo.testtvf129173f()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\",\"computeAccountName\":\"secondadla27198\",\"databaseName\":\"testdb1966459\",\"schemaName\":\"dbo\",\"createTime\":\"2018-02-21T03:29:32.86-08:00\",\"updateTime\":\"2018-02-21T03:29:32.86-08:00\",\"version\":\"f3ec982e-c7ac-46fd-82d6-6ce01f377c86\"\r\n }\r\n ]\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/schemas/dbo/tablevaluedfunctions/testtvf129173f?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:38 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "9eecb2c5-435a-42e7-a3c8-85f6e877ca13", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#tablevaluedfunctions/$entity\",\"tvfName\":\"testtvf129173f\",\"definition\":\"//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1966459.dbo.testtvf129173f()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\",\"computeAccountName\":\"secondadla27198\",\"databaseName\":\"testdb1966459\",\"schemaName\":\"dbo\",\"createTime\":\"2018-02-21T03:29:32.86-08:00\",\"updateTime\":\"2018-02-21T03:29:32.86-08:00\",\"version\":\"f3ec982e-c7ac-46fd-82d6-6ce01f377c86\"\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/schemas/dbo/views?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:39 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "896559e2-4322-4565-a8fa-3f379256a854", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#views\",\"value\":[\r\n {\r\n \"viewName\":\"testview153841\",\"definition\":\"CREATE VIEW testdb1966459.dbo.testview153841 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\",\"computeAccountName\":\"secondadla27198\",\"databaseName\":\"testdb1966459\",\"schemaName\":\"dbo\",\"createTime\":\"2018-02-21T03:29:32.873-08:00\",\"updateTime\":\"2018-02-21T03:29:32.873-08:00\",\"version\":\"a8e23f7b-2d5a-43cd-8b1b-2d53440f9090\"\r\n }\r\n ]\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/schemas/dbo/views/testview153841?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:39 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "fd6366ac-1922-4f6d-ad72-517b2d912e2d", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#views/$entity\",\"viewName\":\"testview153841\",\"definition\":\"CREATE VIEW testdb1966459.dbo.testview153841 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\",\"computeAccountName\":\"secondadla27198\",\"databaseName\":\"testdb1966459\",\"schemaName\":\"dbo\",\"createTime\":\"2018-02-21T03:29:32.873-08:00\",\"updateTime\":\"2018-02-21T03:29:32.873-08:00\",\"version\":\"a8e23f7b-2d5a-43cd-8b1b-2d53440f9090\"\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/schemas/dbo/procedures?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:39 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "0ba40a8e-9751-4f61-a36e-85553f4b36bc", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#procedures\",\"value\":[\r\n {\r\n \"procName\":\"testproc191944\",\"definition\":\"CREATE PROCEDURE testdb1966459.dbo.testproc191944()\\nAS BEGIN\\n CREATE VIEW testdb1966459.dbo.testview153841 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"computeAccountName\":\"secondadla27198\",\"databaseName\":\"testdb1966459\",\"schemaName\":\"dbo\",\"createTime\":null,\"updateTime\":null,\"version\":\"5deac267-e583-47ef-83dc-624b2132960a\"\r\n }\r\n ]\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/schemas/dbo/procedures/testproc191944?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:39 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "e8c9ac58-e19e-4f1c-b1ef-1becaa004115", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#procedures/$entity\",\"procName\":\"testproc191944\",\"definition\":\"CREATE PROCEDURE testdb1966459.dbo.testproc191944()\\nAS BEGIN\\n CREATE VIEW testdb1966459.dbo.testview153841 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"computeAccountName\":\"secondadla27198\",\"databaseName\":\"testdb1966459\",\"schemaName\":\"dbo\",\"createTime\":null,\"updateTime\":null,\"version\":\"5deac267-e583-47ef-83dc-624b2132960a\"\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/schemas/dbo/types?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:39 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "1a99f075-c883-4711-afcf-d6477b05317d", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#types\",\"value\":[\r\n {\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlArray\",\"typeFamily\":\"SQL\",\"cSharpName\":\"Microsoft.Analytics.Types.Sql.SqlArray\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlArray\",\"systemTypeId\":243,\"userTypeId\":334,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":true,\"version\":\"1137ad93-d19b-4d4e-b726-011f76d4d833\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlBinary\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlBinary\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlBinary\",\"systemTypeId\":165,\"userTypeId\":165,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"b05e4357-12c7-461f-9559-4c39cfae1338\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlBit\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlBit\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlBit\",\"systemTypeId\":104,\"userTypeId\":104,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"caeb6f59-f027-4348-a3ff-f064531e0ee8\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlByte\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlByte\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlByte\",\"systemTypeId\":48,\"userTypeId\":48,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f2583736-1f0e-4072-8a04-d83db5e08241\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDate\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDate\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDate\",\"systemTypeId\":42,\"userTypeId\":42,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"29f9721a-315b-498f-a304-762e0511226d\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDateTime\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDateTime\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDateTime\",\"systemTypeId\":61,\"userTypeId\":61,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"6879225d-44ff-4404-a0bd-05ee379c39db\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDecimal\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDecimal\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDecimal\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"d6d8f781-23bf-48a6-a462-8946bab23c36\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDouble\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDouble\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDouble\",\"systemTypeId\":62,\"userTypeId\":62,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"db1bc9a7-f5da-4d64-9baa-399c9f72d6e2\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlGuid\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlGuid\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlGuid\",\"systemTypeId\":36,\"userTypeId\":36,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"ab6715ed-cfba-4b5a-92e9-f86520b8e711\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlInt16\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlInt16\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlInt16\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"4ee64682-cbd4-40cc-90e9-c5de1433bbed\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlInt32\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlInt32\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlInt32\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"9af787e7-9fc0-4819-80ac-0339ce031ab3\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlInt64\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlInt64\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlInt64\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"44d67b27-8bd8-4072-81ca-2d32adfdb17c\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlMap\",\"typeFamily\":\"SQL\",\"cSharpName\":\"Microsoft.Analytics.Types.Sql.SqlMap\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlMap\",\"systemTypeId\":243,\"userTypeId\":333,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":true,\"version\":\"18cf5d12-3651-44fe-ad16-cf5068f0b112\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlMoney\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlMoney\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlMoney\",\"systemTypeId\":60,\"userTypeId\":60,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"861e13ee-e110-4dd2-b0df-f2eb9a6b5bd2\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlSingle\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlSingle\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlSingle\",\"systemTypeId\":59,\"userTypeId\":59,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"7037d7f1-e3d4-416f-bf81-285b630a75e4\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlString\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlString\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlString\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"a15306f5-43f5-433b-b795-ce02ee911953\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlStruct\",\"typeFamily\":\"SQL\",\"cSharpName\":\"Microsoft.Analytics.Types.Sql.SqlStruct\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlStruct\",\"systemTypeId\":243,\"userTypeId\":332,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":true,\"version\":\"f89f413d-bd5f-440a-b069-8fc345643648\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Boolean\",\"typeFamily\":\"C#\",\"cSharpName\":\"bool\",\"fullCSharpName\":\"System.Boolean\",\"systemTypeId\":104,\"userTypeId\":104,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"c04b91b8-2b7e-45b3-ada9-db5ede901672\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Boolean?\",\"typeFamily\":\"C#\",\"cSharpName\":\"bool?\",\"fullCSharpName\":\"System.Boolean?\",\"systemTypeId\":104,\"userTypeId\":104,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"42f3147a-ed9b-47ae-a8ad-aa2fbc51e0ad\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Byte\",\"typeFamily\":\"C#\",\"cSharpName\":\"byte\",\"fullCSharpName\":\"System.Byte\",\"systemTypeId\":48,\"userTypeId\":48,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"6a048add-f003-4d73-8471-3b0be963d1ac\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Byte?\",\"typeFamily\":\"C#\",\"cSharpName\":\"byte?\",\"fullCSharpName\":\"System.Byte?\",\"systemTypeId\":48,\"userTypeId\":48,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"c2623267-2a86-444a-a773-89783eae5b30\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Byte[]\",\"typeFamily\":\"C#\",\"cSharpName\":\"byte[]\",\"fullCSharpName\":\"System.Byte[]\",\"systemTypeId\":165,\"userTypeId\":165,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"84506afa-d9ad-4bef-9e44-cd00f1f54ce3\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Char\",\"typeFamily\":\"C#\",\"cSharpName\":\"char\",\"fullCSharpName\":\"System.Char\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"bb4bb082-4d9c-4ce4-aa1b-bfaea278ac92\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Char?\",\"typeFamily\":\"C#\",\"cSharpName\":\"char?\",\"fullCSharpName\":\"System.Char?\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"748c6bfa-5a8e-43d4-823b-3b3be0d8b85a\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.DateTime\",\"typeFamily\":\"C#\",\"cSharpName\":\"DateTime\",\"fullCSharpName\":\"System.DateTime\",\"systemTypeId\":42,\"userTypeId\":42,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"4e348b46-7218-4c30-b879-ceee5a59e7bb\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.DateTime?\",\"typeFamily\":\"C#\",\"cSharpName\":\"DateTime?\",\"fullCSharpName\":\"System.DateTime?\",\"systemTypeId\":42,\"userTypeId\":42,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"eb486159-acfa-4499-9b1a-e0ecda5d52a2\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Decimal\",\"typeFamily\":\"C#\",\"cSharpName\":\"decimal\",\"fullCSharpName\":\"System.Decimal\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f29ebb5f-17e8-4448-8aec-1a6702380e75\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Decimal?\",\"typeFamily\":\"C#\",\"cSharpName\":\"decimal?\",\"fullCSharpName\":\"System.Decimal?\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"b78657ef-955b-4841-805e-bec1e9d11e37\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Double\",\"typeFamily\":\"C#\",\"cSharpName\":\"double\",\"fullCSharpName\":\"System.Double\",\"systemTypeId\":62,\"userTypeId\":62,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f3bbcc4e-d872-4bd1-8429-7082199016d3\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Double?\",\"typeFamily\":\"C#\",\"cSharpName\":\"double?\",\"fullCSharpName\":\"System.Double?\",\"systemTypeId\":62,\"userTypeId\":62,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"5832365f-70cb-47f9-92db-46cf7903dffc\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Guid\",\"typeFamily\":\"C#\",\"cSharpName\":\"Guid\",\"fullCSharpName\":\"System.Guid\",\"systemTypeId\":36,\"userTypeId\":36,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"ccccbe73-770a-4bc8-905f-2eec41e79736\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Guid?\",\"typeFamily\":\"C#\",\"cSharpName\":\"Guid?\",\"fullCSharpName\":\"System.Guid?\",\"systemTypeId\":36,\"userTypeId\":36,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"db4c6514-17fa-4de1-ab25-a22817844593\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int16\",\"typeFamily\":\"C#\",\"cSharpName\":\"short\",\"fullCSharpName\":\"System.Int16\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"2cca4ae1-4272-4ca4-832e-5bc22c486299\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int16?\",\"typeFamily\":\"C#\",\"cSharpName\":\"short?\",\"fullCSharpName\":\"System.Int16?\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"cef0bb72-9079-471b-855c-cfb87b1dc11f\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int32\",\"typeFamily\":\"C#\",\"cSharpName\":\"int\",\"fullCSharpName\":\"System.Int32\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"2a3f9560-1645-4e60-8ca5-9713f2ef8363\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int32?\",\"typeFamily\":\"C#\",\"cSharpName\":\"int?\",\"fullCSharpName\":\"System.Int32?\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"29fedecb-21d0-4fa8-bf6b-2539bee71bcc\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int64\",\"typeFamily\":\"C#\",\"cSharpName\":\"long\",\"fullCSharpName\":\"System.Int64\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"14c67089-ce4d-4770-8425-a0c41788c3cd\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int64?\",\"typeFamily\":\"C#\",\"cSharpName\":\"long?\",\"fullCSharpName\":\"System.Int64?\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"01b8cce9-d5e9-4f38-9f29-d5f3927d7407\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.SByte\",\"typeFamily\":\"C#\",\"cSharpName\":\"sbyte\",\"fullCSharpName\":\"System.SByte\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"899a07dd-662c-4cd2-8f98-6ec34d739355\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.SByte?\",\"typeFamily\":\"C#\",\"cSharpName\":\"sbyte?\",\"fullCSharpName\":\"System.SByte?\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f76f7f1a-64d9-4c50-a38c-a6b2578f66d3\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Single\",\"typeFamily\":\"C#\",\"cSharpName\":\"float\",\"fullCSharpName\":\"System.Single\",\"systemTypeId\":59,\"userTypeId\":59,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"04ae7374-f270-48ba-b429-c7e07bfcde61\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Single?\",\"typeFamily\":\"C#\",\"cSharpName\":\"float?\",\"fullCSharpName\":\"System.Single?\",\"systemTypeId\":59,\"userTypeId\":59,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f8f90902-84a6-449f-96fe-6710accc0f7a\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.String\",\"typeFamily\":\"C#\",\"cSharpName\":\"string\",\"fullCSharpName\":\"System.String\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"313664ea-0a0b-4016-8c25-a11052d885ad\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt16\",\"typeFamily\":\"C#\",\"cSharpName\":\"ushort\",\"fullCSharpName\":\"System.UInt16\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"1ee295be-df81-4f21-a17c-31205884958b\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt16?\",\"typeFamily\":\"C#\",\"cSharpName\":\"ushort?\",\"fullCSharpName\":\"System.UInt16?\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"a3228a28-dc3d-42f1-81d7-86899822af91\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt32\",\"typeFamily\":\"C#\",\"cSharpName\":\"uint\",\"fullCSharpName\":\"System.UInt32\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"133275dc-ec4b-4662-86ee-f6d13b0e8b7e\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt32?\",\"typeFamily\":\"C#\",\"cSharpName\":\"uint?\",\"fullCSharpName\":\"System.UInt32?\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"7292a0b6-ff2d-4c02-b256-63993c2b270a\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt64\",\"typeFamily\":\"C#\",\"cSharpName\":\"ulong\",\"fullCSharpName\":\"System.UInt64\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"e80c1a1c-99d9-418c-9f66-097c048095bb\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt64?\",\"typeFamily\":\"C#\",\"cSharpName\":\"ulong?\",\"fullCSharpName\":\"System.UInt64?\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"48cbabb8-03fc-4f00-bad6-0641a7f562c7\"\r\n }\r\n ]\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/schemas/dbo/types?$filter=isComplexType%20eq%20false&api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:40 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "d9ea96b0-f289-4180-a6f0-39a99ce55b7d", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#types\",\"value\":[\r\n {\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlBinary\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlBinary\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlBinary\",\"systemTypeId\":165,\"userTypeId\":165,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"b05e4357-12c7-461f-9559-4c39cfae1338\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlBit\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlBit\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlBit\",\"systemTypeId\":104,\"userTypeId\":104,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"caeb6f59-f027-4348-a3ff-f064531e0ee8\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlByte\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlByte\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlByte\",\"systemTypeId\":48,\"userTypeId\":48,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f2583736-1f0e-4072-8a04-d83db5e08241\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDate\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDate\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDate\",\"systemTypeId\":42,\"userTypeId\":42,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"29f9721a-315b-498f-a304-762e0511226d\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDateTime\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDateTime\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDateTime\",\"systemTypeId\":61,\"userTypeId\":61,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"6879225d-44ff-4404-a0bd-05ee379c39db\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDecimal\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDecimal\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDecimal\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"d6d8f781-23bf-48a6-a462-8946bab23c36\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDouble\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDouble\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDouble\",\"systemTypeId\":62,\"userTypeId\":62,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"db1bc9a7-f5da-4d64-9baa-399c9f72d6e2\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlGuid\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlGuid\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlGuid\",\"systemTypeId\":36,\"userTypeId\":36,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"ab6715ed-cfba-4b5a-92e9-f86520b8e711\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlInt16\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlInt16\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlInt16\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"4ee64682-cbd4-40cc-90e9-c5de1433bbed\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlInt32\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlInt32\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlInt32\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"9af787e7-9fc0-4819-80ac-0339ce031ab3\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlInt64\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlInt64\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlInt64\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"44d67b27-8bd8-4072-81ca-2d32adfdb17c\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlMoney\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlMoney\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlMoney\",\"systemTypeId\":60,\"userTypeId\":60,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"861e13ee-e110-4dd2-b0df-f2eb9a6b5bd2\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlSingle\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlSingle\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlSingle\",\"systemTypeId\":59,\"userTypeId\":59,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"7037d7f1-e3d4-416f-bf81-285b630a75e4\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlString\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlString\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlString\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"a15306f5-43f5-433b-b795-ce02ee911953\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Boolean\",\"typeFamily\":\"C#\",\"cSharpName\":\"bool\",\"fullCSharpName\":\"System.Boolean\",\"systemTypeId\":104,\"userTypeId\":104,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"c04b91b8-2b7e-45b3-ada9-db5ede901672\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Boolean?\",\"typeFamily\":\"C#\",\"cSharpName\":\"bool?\",\"fullCSharpName\":\"System.Boolean?\",\"systemTypeId\":104,\"userTypeId\":104,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"42f3147a-ed9b-47ae-a8ad-aa2fbc51e0ad\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Byte\",\"typeFamily\":\"C#\",\"cSharpName\":\"byte\",\"fullCSharpName\":\"System.Byte\",\"systemTypeId\":48,\"userTypeId\":48,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"6a048add-f003-4d73-8471-3b0be963d1ac\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Byte?\",\"typeFamily\":\"C#\",\"cSharpName\":\"byte?\",\"fullCSharpName\":\"System.Byte?\",\"systemTypeId\":48,\"userTypeId\":48,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"c2623267-2a86-444a-a773-89783eae5b30\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Byte[]\",\"typeFamily\":\"C#\",\"cSharpName\":\"byte[]\",\"fullCSharpName\":\"System.Byte[]\",\"systemTypeId\":165,\"userTypeId\":165,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"84506afa-d9ad-4bef-9e44-cd00f1f54ce3\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Char\",\"typeFamily\":\"C#\",\"cSharpName\":\"char\",\"fullCSharpName\":\"System.Char\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"bb4bb082-4d9c-4ce4-aa1b-bfaea278ac92\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Char?\",\"typeFamily\":\"C#\",\"cSharpName\":\"char?\",\"fullCSharpName\":\"System.Char?\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"748c6bfa-5a8e-43d4-823b-3b3be0d8b85a\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.DateTime\",\"typeFamily\":\"C#\",\"cSharpName\":\"DateTime\",\"fullCSharpName\":\"System.DateTime\",\"systemTypeId\":42,\"userTypeId\":42,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"4e348b46-7218-4c30-b879-ceee5a59e7bb\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.DateTime?\",\"typeFamily\":\"C#\",\"cSharpName\":\"DateTime?\",\"fullCSharpName\":\"System.DateTime?\",\"systemTypeId\":42,\"userTypeId\":42,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"eb486159-acfa-4499-9b1a-e0ecda5d52a2\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Decimal\",\"typeFamily\":\"C#\",\"cSharpName\":\"decimal\",\"fullCSharpName\":\"System.Decimal\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f29ebb5f-17e8-4448-8aec-1a6702380e75\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Decimal?\",\"typeFamily\":\"C#\",\"cSharpName\":\"decimal?\",\"fullCSharpName\":\"System.Decimal?\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"b78657ef-955b-4841-805e-bec1e9d11e37\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Double\",\"typeFamily\":\"C#\",\"cSharpName\":\"double\",\"fullCSharpName\":\"System.Double\",\"systemTypeId\":62,\"userTypeId\":62,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f3bbcc4e-d872-4bd1-8429-7082199016d3\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Double?\",\"typeFamily\":\"C#\",\"cSharpName\":\"double?\",\"fullCSharpName\":\"System.Double?\",\"systemTypeId\":62,\"userTypeId\":62,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"5832365f-70cb-47f9-92db-46cf7903dffc\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Guid\",\"typeFamily\":\"C#\",\"cSharpName\":\"Guid\",\"fullCSharpName\":\"System.Guid\",\"systemTypeId\":36,\"userTypeId\":36,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"ccccbe73-770a-4bc8-905f-2eec41e79736\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Guid?\",\"typeFamily\":\"C#\",\"cSharpName\":\"Guid?\",\"fullCSharpName\":\"System.Guid?\",\"systemTypeId\":36,\"userTypeId\":36,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"db4c6514-17fa-4de1-ab25-a22817844593\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int16\",\"typeFamily\":\"C#\",\"cSharpName\":\"short\",\"fullCSharpName\":\"System.Int16\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"2cca4ae1-4272-4ca4-832e-5bc22c486299\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int16?\",\"typeFamily\":\"C#\",\"cSharpName\":\"short?\",\"fullCSharpName\":\"System.Int16?\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"cef0bb72-9079-471b-855c-cfb87b1dc11f\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int32\",\"typeFamily\":\"C#\",\"cSharpName\":\"int\",\"fullCSharpName\":\"System.Int32\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"2a3f9560-1645-4e60-8ca5-9713f2ef8363\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int32?\",\"typeFamily\":\"C#\",\"cSharpName\":\"int?\",\"fullCSharpName\":\"System.Int32?\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"29fedecb-21d0-4fa8-bf6b-2539bee71bcc\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int64\",\"typeFamily\":\"C#\",\"cSharpName\":\"long\",\"fullCSharpName\":\"System.Int64\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"14c67089-ce4d-4770-8425-a0c41788c3cd\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int64?\",\"typeFamily\":\"C#\",\"cSharpName\":\"long?\",\"fullCSharpName\":\"System.Int64?\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"01b8cce9-d5e9-4f38-9f29-d5f3927d7407\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.SByte\",\"typeFamily\":\"C#\",\"cSharpName\":\"sbyte\",\"fullCSharpName\":\"System.SByte\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"899a07dd-662c-4cd2-8f98-6ec34d739355\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.SByte?\",\"typeFamily\":\"C#\",\"cSharpName\":\"sbyte?\",\"fullCSharpName\":\"System.SByte?\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f76f7f1a-64d9-4c50-a38c-a6b2578f66d3\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Single\",\"typeFamily\":\"C#\",\"cSharpName\":\"float\",\"fullCSharpName\":\"System.Single\",\"systemTypeId\":59,\"userTypeId\":59,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"04ae7374-f270-48ba-b429-c7e07bfcde61\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Single?\",\"typeFamily\":\"C#\",\"cSharpName\":\"float?\",\"fullCSharpName\":\"System.Single?\",\"systemTypeId\":59,\"userTypeId\":59,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f8f90902-84a6-449f-96fe-6710accc0f7a\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.String\",\"typeFamily\":\"C#\",\"cSharpName\":\"string\",\"fullCSharpName\":\"System.String\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"313664ea-0a0b-4016-8c25-a11052d885ad\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt16\",\"typeFamily\":\"C#\",\"cSharpName\":\"ushort\",\"fullCSharpName\":\"System.UInt16\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"1ee295be-df81-4f21-a17c-31205884958b\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt16?\",\"typeFamily\":\"C#\",\"cSharpName\":\"ushort?\",\"fullCSharpName\":\"System.UInt16?\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"a3228a28-dc3d-42f1-81d7-86899822af91\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt32\",\"typeFamily\":\"C#\",\"cSharpName\":\"uint\",\"fullCSharpName\":\"System.UInt32\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"133275dc-ec4b-4662-86ee-f6d13b0e8b7e\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt32?\",\"typeFamily\":\"C#\",\"cSharpName\":\"uint?\",\"fullCSharpName\":\"System.UInt32?\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"7292a0b6-ff2d-4c02-b256-63993c2b270a\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt64\",\"typeFamily\":\"C#\",\"cSharpName\":\"ulong\",\"fullCSharpName\":\"System.UInt64\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"e80c1a1c-99d9-418c-9f66-097c048095bb\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt64?\",\"typeFamily\":\"C#\",\"cSharpName\":\"ulong?\",\"fullCSharpName\":\"System.UInt64?\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"48cbabb8-03fc-4f00-bad6-0641a7f562c7\"\r\n }\r\n ]\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/acl?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:40 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "e2f66dad-cf36-4588-941d-3521cc1022f7", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#acl\",\"value\":[\r\n {\r\n \"aceType\":\"UserObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"GroupObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"Other\",\"principalId\":\"00000000-0000-0000-0000-000000000000\",\"permission\":\"None\"\r\n }\r\n ]\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/acl?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:40 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "62a3017a-c01e-4055-868e-3648f1539346", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#acl\",\"value\":[\r\n {\r\n \"aceType\":\"UserObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"GroupObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"Other\",\"principalId\":\"00000000-0000-0000-0000-000000000000\",\"permission\":\"None\"\r\n }\r\n ]\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "POST", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/acl?op=GRANTACE&api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:41 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "c3264b76-a334-429d-93f3-4eb2f2487be1", - "Body" : "", - "strict-transport-security" : "max-age=15724800; includeSubDomains" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/acl?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:41 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "e2947bda-ab9c-4c06-a2e6-52c72429a9f7", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#acl\",\"value\":[\r\n {\r\n \"aceType\":\"UserObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"GroupObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"Other\",\"principalId\":\"00000000-0000-0000-0000-000000000000\",\"permission\":\"None\"\r\n },{\r\n \"aceType\":\"User\",\"principalId\":\"7eafadbc-53f2-435c-83dc-d4794e017f87\",\"permission\":\"Use\"\r\n }\r\n ]\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "POST", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/acl?op=REVOKEACE&api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:42 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "9405b6cd-9d36-4b01-8a6d-0d50157124ac", - "Body" : "", - "strict-transport-security" : "max-age=15724800; includeSubDomains" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/acl?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:42 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "f03a55ad-22ba-42c4-87ff-dcaff7f0945e", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#acl\",\"value\":[\r\n {\r\n \"aceType\":\"UserObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"GroupObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"Other\",\"principalId\":\"00000000-0000-0000-0000-000000000000\",\"permission\":\"None\"\r\n }\r\n ]\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "POST", - "Uri" : "http://localhost:1234/catalog/usql/acl?op=GRANTACE&api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:43 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "90a748aa-f349-496f-b476-0d4e2c05850c", - "Body" : "", - "strict-transport-security" : "max-age=15724800; includeSubDomains" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/acl?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:43 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "425d6592-9b5e-480b-be90-c8dc9f2c2f5e", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#acl\",\"value\":[\r\n {\r\n \"aceType\":\"UserObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"GroupObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"Other\",\"principalId\":\"00000000-0000-0000-0000-000000000000\",\"permission\":\"None\"\r\n },{\r\n \"aceType\":\"User\",\"principalId\":\"7eafadbc-53f2-435c-83dc-d4794e017f87\",\"permission\":\"Use\"\r\n }\r\n ]\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "POST", - "Uri" : "http://localhost:1234/catalog/usql/acl?op=REVOKEACE&api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:43 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "cf4f63eb-ac0b-4ef8-a386-f93f214b2b7b", - "Body" : "", - "strict-transport-security" : "max-age=15724800; includeSubDomains" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/acl?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:43 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "40a8378f-bfab-45e9-ba18-c97c21b1e902", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#acl\",\"value\":[\r\n {\r\n \"aceType\":\"UserObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"GroupObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"Other\",\"principalId\":\"00000000-0000-0000-0000-000000000000\",\"permission\":\"None\"\r\n }\r\n ]\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "DELETE", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/adlarg40912468?api-version=2017-05-10", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (ResourceManagementClient, 2017-05-10)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:43 GMT", - "content-length" : "0", - "expires" : "-1", - "x-ms-ratelimit-remaining-subscription-writes" : "1199", - "retry-after" : "0", - "StatusCode" : "202", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "ed3524d6-becd-4bf9-b95a-e30cfe99ef90", - "x-ms-routing-request-id" : "WESTUS2:20180221T032943Z:ed3524d6-becd-4bf9-b95a-e30cfe99ef90", - "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "cache-control" : "no-cache", - "x-ms-request-id" : "ed3524d6-becd-4bf9-b95a-e30cfe99ef90", - "Body" : "" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (ResourceManagementClient, 2017-05-10)" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:43 GMT", - "content-length" : "0", - "expires" : "-1", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "14999", - "StatusCode" : "202", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "aaa8a1fb-0f68-46c5-9589-188368f1cef2", - "x-ms-routing-request-id" : "WESTUS2:20180221T032944Z:aaa8a1fb-0f68-46c5-9589-188368f1cef2", - "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "cache-control" : "no-cache", - "x-ms-request-id" : "aaa8a1fb-0f68-46c5-9589-188368f1cef2", - "Body" : "" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (ResourceManagementClient, 2017-05-10)" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:58 GMT", - "content-length" : "0", - "expires" : "-1", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "14998", - "StatusCode" : "202", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "bb3346c8-b221-4b92-948e-c3d187bbc006", - "x-ms-routing-request-id" : "WESTUS2:20180221T032959Z:bb3346c8-b221-4b92-948e-c3d187bbc006", - "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "cache-control" : "no-cache", - "x-ms-request-id" : "bb3346c8-b221-4b92-948e-c3d187bbc006", - "Body" : "" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (ResourceManagementClient, 2017-05-10)" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:30:13 GMT", - "content-length" : "0", - "expires" : "-1", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "14997", - "StatusCode" : "202", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "69f1db28-4da7-4c64-8cc7-2a537a9756c3", - "x-ms-routing-request-id" : "WESTUS2:20180221T033014Z:69f1db28-4da7-4c64-8cc7-2a537a9756c3", - "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "cache-control" : "no-cache", - "x-ms-request-id" : "69f1db28-4da7-4c64-8cc7-2a537a9756c3", - "Body" : "" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (ResourceManagementClient, 2017-05-10)" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:30:28 GMT", - "content-length" : "0", - "expires" : "-1", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "14996", - "StatusCode" : "202", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "b0a3d74b-0bc9-495b-a038-f233da17aea7", - "x-ms-routing-request-id" : "WESTUS2:20180221T033029Z:b0a3d74b-0bc9-495b-a038-f233da17aea7", - "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "cache-control" : "no-cache", - "x-ms-request-id" : "b0a3d74b-0bc9-495b-a038-f233da17aea7", - "Body" : "" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (ResourceManagementClient, 2017-05-10)" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:30:44 GMT", - "content-length" : "0", - "expires" : "-1", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "14995", - "StatusCode" : "202", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "53cce547-80dc-4ff2-a8c2-5a927b991cd7", - "x-ms-routing-request-id" : "WESTUS2:20180221T033044Z:53cce547-80dc-4ff2-a8c2-5a927b991cd7", - "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "cache-control" : "no-cache", - "x-ms-request-id" : "53cce547-80dc-4ff2-a8c2-5a927b991cd7", - "Body" : "" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (ResourceManagementClient, 2017-05-10)" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:30:59 GMT", - "content-length" : "0", - "expires" : "-1", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "14994", - "StatusCode" : "202", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "6b0436fc-6aee-4f5f-8f0a-dbcb805b40bd", - "x-ms-routing-request-id" : "WESTUS2:20180221T033059Z:6b0436fc-6aee-4f5f-8f0a-dbcb805b40bd", - "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "cache-control" : "no-cache", - "x-ms-request-id" : "6b0436fc-6aee-4f5f-8f0a-dbcb805b40bd", - "Body" : "" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (ResourceManagementClient, 2017-05-10)" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:31:14 GMT", - "content-length" : "0", - "expires" : "-1", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "14993", - "StatusCode" : "200", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "f399f176-a6d1-43e3-834a-fcac9af87310", - "x-ms-routing-request-id" : "WESTUS2:20180221T033115Z:f399f176-a6d1-43e3-834a-fcac9af87310", - "cache-control" : "no-cache", - "x-ms-request-id" : "f399f176-a6d1-43e3-834a-fcac9af87310", - "Body" : "" - } - } ], - "variables" : [ "adlarg40912468", "adls1f8740110", "secondadla27198", "eaece89a-82e2-4a48-ad45-8496609a84df", "testdb1966459", "testtable108145", "testtvf129173f", "testproc191944", "testview153841", "testcred132850", "testcred258700", "5ed6ba9691464dd", "4ee073cf32464de", "56b753937a98410", "40b7492c4c0940f", "7d1531c2-19e2-4410-94a4-262252794dbf" ] +{ + "networkCallRecords" : [ { + "Method" : "PUT", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/adlarga0c89743?api-version=2017-05-10", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (ResourceManagementClient, 2017-05-10)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "StatusCode" : "201", + "content-type" : "application/json; charset=utf-8", + "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarga0c89743\",\"name\":\"adlarga0c89743\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}}", + "x-ms-ratelimit-remaining-subscription-writes" : "1199", + "x-ms-routing-request-id" : "WESTUS2:20180519T080443Z:0efde0f2-d8ef-4b97-9124-5e972fc03fc1", + "date" : "Sat, 19 May 2018 08:04:42 GMT", + "pragma" : "no-cache", + "retry-after" : "0", + "cache-control" : "no-cache", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "0efde0f2-d8ef-4b97-9124-5e972fc03fc1", + "content-length" : "182", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "0efde0f2-d8ef-4b97-9124-5e972fc03fc1" + } + }, { + "Method" : "PUT", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarga0c89743/providers/Microsoft.DataLakeStore/accounts/adls7e6741951?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeStoreAccountManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "StatusCode" : "201", + "content-type" : "application/json", + "Body" : "{\"properties\":{\"provisioningState\":\"Creating\",\"state\":null,\"endpoint\":null,\"accountId\":\"bcedf004-071a-407b-8f5a-2e801c8845ae\"},\"location\":\"eastus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarga0c89743/providers/Microsoft.DataLakeStore/accounts/adls7e6741951\",\"name\":\"adls7e6741951\",\"type\":\"Microsoft.DataLakeStore/accounts\"}", + "x-ms-ratelimit-remaining-subscription-writes" : "1198", + "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/adlarga0c89743/providers/Microsoft.DataLakeStore/accounts/adls7e6741951/operationresults/0?api-version=2016-11-01", + "azure-asyncoperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataLakeStore/locations/eastus2/operationResults/bcedf004-071a-407b-8f5a-2e801c8845ae0?api-version=2016-11-01&expanded=true", + "x-ms-routing-request-id" : "WESTUS2:20180519T080445Z:5543d589-7da8-448a-b918-959738045268", + "date" : "Sat, 19 May 2018 08:04:44 GMT", + "pragma" : "no-cache", + "cache-control" : "no-cache", + "retry-after" : "0", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-powered-by" : "ASP.NET", + "x-ms-request-id" : "6d56c5f7-b597-41c4-9163-e518c961fc18", + "x-aspnet-version" : "4.0.30319", + "content-length" : "359", + "server" : "Microsoft-IIS/8.5", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "5543d589-7da8-448a-b918-959738045268" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataLakeStore/locations/eastus2/operationResults/bcedf004-071a-407b-8f5a-2e801c8845ae0?api-version=2016-11-01&expanded=true", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeStoreAccountManagementClient, 2016-11-01)" + }, + "Response" : { + "StatusCode" : "200", + "content-type" : "application/json", + "Body" : "{\"status\":\"InProgress\"}", + "transfer-encoding" : "chunked", + "x-ms-routing-request-id" : "WESTUS2:20180519T080446Z:7942b289-a4cf-444b-ac14-45704f8289b6", + "x-ms-ratelimit-remaining-subscription-reads" : "14999", + "date" : "Sat, 19 May 2018 08:04:46 GMT", + "vary" : "Accept-Encoding", + "pragma" : "no-cache", + "retry-after" : "0", + "cache-control" : "no-cache", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-powered-by" : "ASP.NET", + "x-ms-request-id" : "d6b0412a-c158-4f01-afee-100d9f63bbfd", + "x-aspnet-version" : "4.0.30319", + "content-length" : "23", + "server" : "Microsoft-IIS/8.5", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "7942b289-a4cf-444b-ac14-45704f8289b6" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataLakeStore/locations/eastus2/operationResults/bcedf004-071a-407b-8f5a-2e801c8845ae0?api-version=2016-11-01&expanded=true", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeStoreAccountManagementClient, 2016-11-01)" + }, + "Response" : { + "StatusCode" : "200", + "content-type" : "application/json", + "Body" : "{\"status\":\"Succeeded\"}", + "transfer-encoding" : "chunked", + "x-ms-routing-request-id" : "WESTUS2:20180519T080516Z:eebe5ef5-33f9-48ed-beaa-d430ad41b9e8", + "x-ms-ratelimit-remaining-subscription-reads" : "14998", + "date" : "Sat, 19 May 2018 08:05:16 GMT", + "vary" : "Accept-Encoding", + "pragma" : "no-cache", + "retry-after" : "0", + "cache-control" : "no-cache", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-powered-by" : "ASP.NET", + "x-ms-request-id" : "3b041bb5-a3cd-4d96-8fd9-f1b430b4c055", + "x-aspnet-version" : "4.0.30319", + "content-length" : "22", + "server" : "Microsoft-IIS/8.5", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "eebe5ef5-33f9-48ed-beaa-d430ad41b9e8" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarga0c89743/providers/Microsoft.DataLakeStore/accounts/adls7e6741951?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeStoreAccountManagementClient, 2016-11-01)" + }, + "Response" : { + "StatusCode" : "200", + "content-type" : "application/json", + "Body" : "{\"properties\":{\"firewallState\":\"Disabled\",\"firewallAllowAzureIps\":\"Disabled\",\"firewallAllowDataLakeAnalytics\":\"Disabled\",\"firewallRules\":[],\"virtualNetworkRules\":[],\"trustedIdProviderState\":\"Disabled\",\"trustedIdProviders\":[],\"encryptionState\":\"Enabled\",\"encryptionConfig\":{\"type\":\"ServiceManaged\"},\"currentTier\":\"Consumption\",\"newTier\":\"Consumption\",\"provisioningState\":\"Succeeded\",\"state\":\"Active\",\"endpoint\":\"adls7e6741951.azuredatalakestore.net\",\"accountId\":\"bcedf004-071a-407b-8f5a-2e801c8845ae\",\"creationTime\":\"2018-05-19T08:04:46.8631957Z\",\"lastModifiedTime\":\"2018-05-19T08:04:46.8631957Z\"},\"location\":\"eastus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarga0c89743/providers/Microsoft.DataLakeStore/accounts/adls7e6741951\",\"name\":\"adls7e6741951\",\"type\":\"Microsoft.DataLakeStore/accounts\"}", + "transfer-encoding" : "chunked", + "x-ms-routing-request-id" : "WESTUS2:20180519T080518Z:d52b5372-9e8c-4067-8b69-5084b4416f23", + "x-ms-ratelimit-remaining-subscription-reads" : "14997", + "date" : "Sat, 19 May 2018 08:05:18 GMT", + "vary" : "Accept-Encoding", + "pragma" : "no-cache", + "retry-after" : "0", + "cache-control" : "no-cache", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-powered-by" : "ASP.NET", + "x-ms-request-id" : "a2912e88-1ea2-4d13-b6b6-5d192cd7e6a7", + "x-aspnet-version" : "4.0.30319", + "content-length" : "829", + "server" : "Microsoft-IIS/8.5", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "d52b5372-9e8c-4067-8b69-5084b4416f23" + } + }, { + "Method" : "PUT", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarga0c89743/providers/Microsoft.DataLakeAnalytics/accounts/secondadla46152?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsAccountManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "StatusCode" : "201", + "content-type" : "application/json", + "Body" : "{\"properties\":{\"defaultDataLakeStoreAccount\":\"adls7e6741951\",\"dataLakeStoreAccounts\":[{\"properties\":{\"suffix\":\"azuredatalakestore.net\"},\"name\":\"adls7e6741951\"}],\"provisioningState\":\"Creating\",\"state\":null,\"endpoint\":null,\"accountId\":\"16de09bb-342d-4d66-98f1-8dce2fa123c3\"},\"location\":\"eastus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarga0c89743/providers/Microsoft.DataLakeAnalytics/accounts/secondadla46152\",\"name\":\"secondadla46152\",\"type\":\"Microsoft.DataLakeAnalytics/accounts\"}", + "x-ms-ratelimit-remaining-subscription-writes" : "1197", + "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/adlarga0c89743/providers/Microsoft.DataLakeAnalytics/accounts/secondadla46152/operationresults/0?api-version=2016-11-01", + "azure-asyncoperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataLakeAnalytics/locations/eastus2/operationResults/16de09bb-342d-4d66-98f1-8dce2fa123c30?api-version=2016-11-01&expanded=true", + "x-ms-routing-request-id" : "WESTUS2:20180519T080520Z:d1cb9b5d-ad01-4001-848a-a8798db0ae00", + "date" : "Sat, 19 May 2018 08:05:20 GMT", + "pragma" : "no-cache", + "cache-control" : "no-cache", + "retry-after" : "0", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-powered-by" : "ASP.NET", + "x-ms-request-id" : "0e720179-b430-431b-a81a-2a4354e82dbf", + "x-aspnet-version" : "4.0.30319", + "content-length" : "517", + "server" : "Microsoft-IIS/8.5", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "d1cb9b5d-ad01-4001-848a-a8798db0ae00" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataLakeAnalytics/locations/eastus2/operationResults/16de09bb-342d-4d66-98f1-8dce2fa123c30?api-version=2016-11-01&expanded=true", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsAccountManagementClient, 2016-11-01)" + }, + "Response" : { + "StatusCode" : "200", + "content-type" : "application/json", + "Body" : "{\"status\":\"InProgress\"}", + "transfer-encoding" : "chunked", + "x-ms-routing-request-id" : "WESTUS2:20180519T080520Z:ad4c2895-ec70-4046-b351-02e0c474b2d7", + "x-ms-ratelimit-remaining-subscription-reads" : "14996", + "date" : "Sat, 19 May 2018 08:05:20 GMT", + "vary" : "Accept-Encoding", + "pragma" : "no-cache", + "retry-after" : "0", + "cache-control" : "no-cache", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-powered-by" : "ASP.NET", + "x-ms-request-id" : "8eeba052-9812-49d9-bc91-0287e0856ade", + "x-aspnet-version" : "4.0.30319", + "content-length" : "23", + "server" : "Microsoft-IIS/8.5", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "ad4c2895-ec70-4046-b351-02e0c474b2d7" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataLakeAnalytics/locations/eastus2/operationResults/16de09bb-342d-4d66-98f1-8dce2fa123c30?api-version=2016-11-01&expanded=true", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsAccountManagementClient, 2016-11-01)" + }, + "Response" : { + "StatusCode" : "200", + "content-type" : "application/json", + "Body" : "{\"status\":\"Succeeded\"}", + "transfer-encoding" : "chunked", + "x-ms-routing-request-id" : "WESTUS2:20180519T080551Z:f2c29693-9259-474a-9bc9-7ea5204a251c", + "x-ms-ratelimit-remaining-subscription-reads" : "14995", + "date" : "Sat, 19 May 2018 08:05:51 GMT", + "vary" : "Accept-Encoding", + "pragma" : "no-cache", + "retry-after" : "0", + "cache-control" : "no-cache", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-powered-by" : "ASP.NET", + "x-ms-request-id" : "1bc8568d-7b2d-453d-851f-0bf455706029", + "x-aspnet-version" : "4.0.30319", + "content-length" : "22", + "server" : "Microsoft-IIS/8.5", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "f2c29693-9259-474a-9bc9-7ea5204a251c" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarga0c89743/providers/Microsoft.DataLakeAnalytics/accounts/secondadla46152?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsAccountManagementClient, 2016-11-01)" + }, + "Response" : { + "StatusCode" : "200", + "content-type" : "application/json", + "Body" : "{\"properties\":{\"firewallState\":\"Disabled\",\"firewallAllowAzureIps\":\"Disabled\",\"debugDataAccessLevel\":\"All\",\"firewallRules\":[],\"defaultDataLakeStoreAccount\":\"adls7e6741951\",\"dataLakeStoreAccounts\":[{\"properties\":{\"suffix\":\"azuredatalakestore.net\"},\"name\":\"adls7e6741951\"}],\"publicDataLakeStoreAccounts\":[{\"properties\":{\"suffix\":\"azuredatalakestore.net\"},\"name\":\"adltrainingsampledata\"},{\"properties\":{\"suffix\":\"azuredatalakestore.net\"},\"name\":\"ghinsights\"}],\"storageAccounts\":[],\"maxDegreeOfParallelism\":32,\"maxJobCount\":20,\"systemMaxDegreeOfParallelism\":100,\"systemMaxJobCount\":20,\"maxDegreeOfParallelismPerJob\":32,\"minPriorityPerJob\":1,\"computePolicies\":[],\"queryStoreRetention\":30,\"hiveMetastores\":[],\"currentTier\":\"Consumption\",\"newTier\":\"Consumption\",\"provisioningState\":\"Succeeded\",\"state\":\"Active\",\"endpoint\":\"secondadla46152.azuredatalakeanalytics.net\",\"accountId\":\"16de09bb-342d-4d66-98f1-8dce2fa123c3\",\"creationTime\":\"2018-05-19T08:05:23.1951326Z\",\"lastModifiedTime\":\"2018-05-19T08:05:23.1951326Z\"},\"location\":\"eastus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarga0c89743/providers/Microsoft.DataLakeAnalytics/accounts/secondadla46152\",\"name\":\"secondadla46152\",\"type\":\"Microsoft.DataLakeAnalytics/accounts\"}", + "transfer-encoding" : "chunked", + "x-ms-routing-request-id" : "WESTUS2:20180519T080551Z:12228fb4-84bc-4b5e-95c2-a3a34ea84333", + "x-ms-ratelimit-remaining-subscription-reads" : "14994", + "date" : "Sat, 19 May 2018 08:05:51 GMT", + "vary" : "Accept-Encoding", + "pragma" : "no-cache", + "retry-after" : "0", + "cache-control" : "no-cache", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-powered-by" : "ASP.NET", + "x-ms-request-id" : "b53d089f-e262-4533-bbd1-b2c6901295bf", + "x-aspnet-version" : "4.0.30319", + "content-length" : "1251", + "server" : "Microsoft-IIS/8.5", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "12228fb4-84bc-4b5e-95c2-a3a34ea84333" + } + }, { + "Method" : "PUT", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-05-19T08:08:53.8232097+00:00\",\"state\":\"Compiling\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-05-19T08:08:53.8232097+00:00\",\"details\":\"userName:;submitMachine:N/A\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"runtimeVersion\":\"default\",\"rootProcessNodeId\":\"00000000-0000-0000-0000-000000000000\",\"algebraFilePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT0S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00Z\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "b17673af-5ab8-4731-9636-ebe9f6ad72dc", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Sat, 19 May 2018 08:08:53 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-05-19T08:08:53.8232097+00:00\",\"state\":\"Compiling\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-05-19T08:08:53.8232097+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-05-19T08:08:54.2763495+00:00\",\"details\":\"Compilation:75f2d7e3-87ee-43b8-98d7-f2296ea15597;Status:Dispatched\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"Profile\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"default\",\"rootProcessNodeId\":\"00000000-0000-0000-0000-000000000000\",\"script\":\"DROP DATABASE IF EXISTS testdb1906414; CREATE DATABASE testdb1906414; \\n//Create Table\\nCREATE TABLE testdb1906414.dbo.testtable113170\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1906414.dbo.testtable113170 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1906414.dbo.testtable113170(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1906414.dbo.testtvf1162516;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1906414.dbo.testtvf1162516()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1906414.dbo.testview136264 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1906414.dbo.testproc154192()\\nAS BEGIN\\n CREATE VIEW testdb1906414.dbo.testview136264 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT0.4803342S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "22b57766-fa26-4e14-9ce4-3c80ef15f154", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Sat, 19 May 2018 08:08:54 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-05-19T08:08:53.8232097+00:00\",\"state\":\"Compiling\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-05-19T08:08:53.8232097+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-05-19T08:08:54.2763495+00:00\",\"details\":\"Compilation:75f2d7e3-87ee-43b8-98d7-f2296ea15597;Status:Dispatched\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"Profile\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"default\",\"rootProcessNodeId\":\"00000000-0000-0000-0000-000000000000\",\"script\":\"DROP DATABASE IF EXISTS testdb1906414; CREATE DATABASE testdb1906414; \\n//Create Table\\nCREATE TABLE testdb1906414.dbo.testtable113170\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1906414.dbo.testtable113170 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1906414.dbo.testtable113170(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1906414.dbo.testtvf1162516;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1906414.dbo.testtvf1162516()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1906414.dbo.testview136264 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1906414.dbo.testproc154192()\\nAS BEGIN\\n CREATE VIEW testdb1906414.dbo.testview136264 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT6.0273349S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "5c6a857b-e1c5-4125-974a-2024ce9034e7", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Sat, 19 May 2018 08:08:59 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-05-19T08:08:53.8232097+00:00\",\"state\":\"Compiling\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-05-19T08:08:53.8232097+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-05-19T08:08:54.2763495+00:00\",\"details\":\"Compilation:75f2d7e3-87ee-43b8-98d7-f2296ea15597;Status:Dispatched\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"Profile\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"default\",\"rootProcessNodeId\":\"00000000-0000-0000-0000-000000000000\",\"script\":\"DROP DATABASE IF EXISTS testdb1906414; CREATE DATABASE testdb1906414; \\n//Create Table\\nCREATE TABLE testdb1906414.dbo.testtable113170\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1906414.dbo.testtable113170 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1906414.dbo.testtable113170(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1906414.dbo.testtvf1162516;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1906414.dbo.testtvf1162516()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1906414.dbo.testview136264 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1906414.dbo.testproc154192()\\nAS BEGIN\\n CREATE VIEW testdb1906414.dbo.testview136264 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT11.373932S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "d61fd8a2-2238-4b67-9d6a-c2843d45a1f2", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Sat, 19 May 2018 08:09:04 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-05-19T08:08:53.8232097+00:00\",\"state\":\"Compiling\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-05-19T08:08:53.8232097+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-05-19T08:08:54.2763495+00:00\",\"details\":\"Compilation:75f2d7e3-87ee-43b8-98d7-f2296ea15597;Status:Dispatched\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"Profile\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"default\",\"rootProcessNodeId\":\"00000000-0000-0000-0000-000000000000\",\"script\":\"DROP DATABASE IF EXISTS testdb1906414; CREATE DATABASE testdb1906414; \\n//Create Table\\nCREATE TABLE testdb1906414.dbo.testtable113170\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1906414.dbo.testtable113170 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1906414.dbo.testtable113170(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1906414.dbo.testtvf1162516;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1906414.dbo.testtvf1162516()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1906414.dbo.testview136264 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1906414.dbo.testproc154192()\\nAS BEGIN\\n CREATE VIEW testdb1906414.dbo.testview136264 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT16.71726S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "3bb1b809-b8db-45d6-9581-68e12590ae57", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Sat, 19 May 2018 08:09:10 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-05-19T08:08:53.8232097+00:00\",\"state\":\"Compiling\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-05-19T08:08:53.8232097+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-05-19T08:08:54.2763495+00:00\",\"details\":\"Compilation:75f2d7e3-87ee-43b8-98d7-f2296ea15597;Status:Dispatched\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"Profile\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"default\",\"rootProcessNodeId\":\"00000000-0000-0000-0000-000000000000\",\"script\":\"DROP DATABASE IF EXISTS testdb1906414; CREATE DATABASE testdb1906414; \\n//Create Table\\nCREATE TABLE testdb1906414.dbo.testtable113170\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1906414.dbo.testtable113170 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1906414.dbo.testtable113170(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1906414.dbo.testtvf1162516;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1906414.dbo.testtvf1162516()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1906414.dbo.testview136264 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1906414.dbo.testproc154192()\\nAS BEGIN\\n CREATE VIEW testdb1906414.dbo.testview136264 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT22.0772708S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "be30a82e-7e1a-4240-bdb1-86dd31b3bfb7", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Sat, 19 May 2018 08:09:16 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-05-19T08:08:53.8232097+00:00\",\"state\":\"Starting\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-05-19T08:08:53.8232097+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-05-19T08:08:54.2763495+00:00\",\"details\":\"Compilation:75f2d7e3-87ee-43b8-98d7-f2296ea15597;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-05-19T08:09:18.6360007+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-05-19T08:09:18.7141276+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:a28ed156-186c-4a3d-90ae-82f9e191bfe5\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-05-19T08:09:18.7297566+00:00\",\"details\":\"runtimeVersion:release_20180117_adl_778615\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"diagnosticsjson\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/diagnosticsjson\",\"type\":\"StatisticsResource\"},{\"name\":\"__SStreamInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SStreamInfo__.xml\",\"type\":\"JobManagerResource\"},{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"release_20180117_adl_778615\",\"rootProcessNodeId\":\"a28ed156-186c-4a3d-90ae-82f9e191bfe5\",\"script\":\"DROP DATABASE IF EXISTS testdb1906414; CREATE DATABASE testdb1906414; \\n//Create Table\\nCREATE TABLE testdb1906414.dbo.testtable113170\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1906414.dbo.testtable113170 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1906414.dbo.testtable113170(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1906414.dbo.testtvf1162516;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1906414.dbo.testtvf1162516()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1906414.dbo.testview136264 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1906414.dbo.testproc154192()\\nAS BEGIN\\n CREATE VIEW testdb1906414.dbo.testview136264 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":1417676,\"yarnApplicationTimeStamp\":1526319466029,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT24.3596512S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0781269S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "e5f8ebbc-96ee-4f1a-91c0-bdcd2a83a95a", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Sat, 19 May 2018 08:09:21 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-05-19T08:08:53.8232097+00:00\",\"state\":\"Starting\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-05-19T08:08:53.8232097+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-05-19T08:08:54.2763495+00:00\",\"details\":\"Compilation:75f2d7e3-87ee-43b8-98d7-f2296ea15597;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-05-19T08:09:18.6360007+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-05-19T08:09:18.7141276+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:a28ed156-186c-4a3d-90ae-82f9e191bfe5\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-05-19T08:09:18.7297566+00:00\",\"details\":\"runtimeVersion:release_20180117_adl_778615\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"diagnosticsjson\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/diagnosticsjson\",\"type\":\"StatisticsResource\"},{\"name\":\"__SStreamInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SStreamInfo__.xml\",\"type\":\"JobManagerResource\"},{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"release_20180117_adl_778615\",\"rootProcessNodeId\":\"a28ed156-186c-4a3d-90ae-82f9e191bfe5\",\"script\":\"DROP DATABASE IF EXISTS testdb1906414; CREATE DATABASE testdb1906414; \\n//Create Table\\nCREATE TABLE testdb1906414.dbo.testtable113170\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1906414.dbo.testtable113170 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1906414.dbo.testtable113170(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1906414.dbo.testtvf1162516;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1906414.dbo.testtvf1162516()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1906414.dbo.testview136264 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1906414.dbo.testproc154192()\\nAS BEGIN\\n CREATE VIEW testdb1906414.dbo.testview136264 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":1417676,\"yarnApplicationTimeStamp\":1526319466029,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT24.3596512S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0781269S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "9f09b692-de74-45ff-932f-5c5864e116f4", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Sat, 19 May 2018 08:09:26 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-05-19T08:08:53.8232097+00:00\",\"state\":\"Starting\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-05-19T08:08:53.8232097+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-05-19T08:08:54.2763495+00:00\",\"details\":\"Compilation:75f2d7e3-87ee-43b8-98d7-f2296ea15597;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-05-19T08:09:18.6360007+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-05-19T08:09:18.7141276+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:a28ed156-186c-4a3d-90ae-82f9e191bfe5\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-05-19T08:09:18.7297566+00:00\",\"details\":\"runtimeVersion:release_20180117_adl_778615\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"diagnosticsjson\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/diagnosticsjson\",\"type\":\"StatisticsResource\"},{\"name\":\"__SStreamInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SStreamInfo__.xml\",\"type\":\"JobManagerResource\"},{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"release_20180117_adl_778615\",\"rootProcessNodeId\":\"a28ed156-186c-4a3d-90ae-82f9e191bfe5\",\"script\":\"DROP DATABASE IF EXISTS testdb1906414; CREATE DATABASE testdb1906414; \\n//Create Table\\nCREATE TABLE testdb1906414.dbo.testtable113170\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1906414.dbo.testtable113170 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1906414.dbo.testtable113170(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1906414.dbo.testtvf1162516;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1906414.dbo.testtvf1162516()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1906414.dbo.testview136264 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1906414.dbo.testproc154192()\\nAS BEGIN\\n CREATE VIEW testdb1906414.dbo.testview136264 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":1417676,\"yarnApplicationTimeStamp\":1526319466029,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT24.3596512S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0781269S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "8e99382d-b3b5-4678-b2d9-e7d151cbfc93", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Sat, 19 May 2018 08:09:32 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-05-19T08:08:53.8232097+00:00\",\"state\":\"Starting\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-05-19T08:08:53.8232097+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-05-19T08:08:54.2763495+00:00\",\"details\":\"Compilation:75f2d7e3-87ee-43b8-98d7-f2296ea15597;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-05-19T08:09:18.6360007+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-05-19T08:09:18.7141276+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:a28ed156-186c-4a3d-90ae-82f9e191bfe5\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-05-19T08:09:18.7297566+00:00\",\"details\":\"runtimeVersion:release_20180117_adl_778615\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"diagnosticsjson\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/diagnosticsjson\",\"type\":\"StatisticsResource\"},{\"name\":\"__SStreamInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SStreamInfo__.xml\",\"type\":\"JobManagerResource\"},{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"release_20180117_adl_778615\",\"rootProcessNodeId\":\"a28ed156-186c-4a3d-90ae-82f9e191bfe5\",\"script\":\"DROP DATABASE IF EXISTS testdb1906414; CREATE DATABASE testdb1906414; \\n//Create Table\\nCREATE TABLE testdb1906414.dbo.testtable113170\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1906414.dbo.testtable113170 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1906414.dbo.testtable113170(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1906414.dbo.testtvf1162516;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1906414.dbo.testtvf1162516()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1906414.dbo.testview136264 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1906414.dbo.testproc154192()\\nAS BEGIN\\n CREATE VIEW testdb1906414.dbo.testview136264 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":1417676,\"yarnApplicationTimeStamp\":1526319466029,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT24.3596512S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0781269S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "66f2d35d-9af7-4b17-904e-5ea076930cff", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Sat, 19 May 2018 08:09:37 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-05-19T08:08:53.8232097+00:00\",\"state\":\"Starting\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-05-19T08:08:53.8232097+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-05-19T08:08:54.2763495+00:00\",\"details\":\"Compilation:75f2d7e3-87ee-43b8-98d7-f2296ea15597;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-05-19T08:09:18.6360007+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-05-19T08:09:18.7141276+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:a28ed156-186c-4a3d-90ae-82f9e191bfe5\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-05-19T08:09:18.7297566+00:00\",\"details\":\"runtimeVersion:release_20180117_adl_778615\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"diagnosticsjson\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/diagnosticsjson\",\"type\":\"StatisticsResource\"},{\"name\":\"__SStreamInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SStreamInfo__.xml\",\"type\":\"JobManagerResource\"},{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"release_20180117_adl_778615\",\"rootProcessNodeId\":\"a28ed156-186c-4a3d-90ae-82f9e191bfe5\",\"script\":\"DROP DATABASE IF EXISTS testdb1906414; CREATE DATABASE testdb1906414; \\n//Create Table\\nCREATE TABLE testdb1906414.dbo.testtable113170\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1906414.dbo.testtable113170 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1906414.dbo.testtable113170(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1906414.dbo.testtvf1162516;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1906414.dbo.testtvf1162516()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1906414.dbo.testview136264 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1906414.dbo.testproc154192()\\nAS BEGIN\\n CREATE VIEW testdb1906414.dbo.testview136264 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":1417676,\"yarnApplicationTimeStamp\":1526319466029,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT24.3596512S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0781269S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "fea06654-15a6-470f-a21b-65489f847db5", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Sat, 19 May 2018 08:09:42 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-05-19T08:08:53.8232097+00:00\",\"state\":\"Starting\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-05-19T08:08:53.8232097+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-05-19T08:08:54.2763495+00:00\",\"details\":\"Compilation:75f2d7e3-87ee-43b8-98d7-f2296ea15597;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-05-19T08:09:18.6360007+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-05-19T08:09:18.7141276+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:a28ed156-186c-4a3d-90ae-82f9e191bfe5\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-05-19T08:09:18.7297566+00:00\",\"details\":\"runtimeVersion:release_20180117_adl_778615\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"diagnosticsjson\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/diagnosticsjson\",\"type\":\"StatisticsResource\"},{\"name\":\"__SStreamInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SStreamInfo__.xml\",\"type\":\"JobManagerResource\"},{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"release_20180117_adl_778615\",\"rootProcessNodeId\":\"a28ed156-186c-4a3d-90ae-82f9e191bfe5\",\"script\":\"DROP DATABASE IF EXISTS testdb1906414; CREATE DATABASE testdb1906414; \\n//Create Table\\nCREATE TABLE testdb1906414.dbo.testtable113170\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1906414.dbo.testtable113170 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1906414.dbo.testtable113170(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1906414.dbo.testtvf1162516;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1906414.dbo.testtvf1162516()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1906414.dbo.testview136264 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1906414.dbo.testproc154192()\\nAS BEGIN\\n CREATE VIEW testdb1906414.dbo.testview136264 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":1417676,\"yarnApplicationTimeStamp\":1526319466029,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT24.3596512S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0781269S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "b23ae3b0-b424-4b88-b6f9-c3102ec7ea37", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Sat, 19 May 2018 08:09:48 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-05-19T08:08:53.8232097+00:00\",\"startTime\":\"2018-05-19T08:09:49.7613884+00:00\",\"state\":\"Running\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-05-19T08:08:53.8232097+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-05-19T08:08:54.2763495+00:00\",\"details\":\"Compilation:75f2d7e3-87ee-43b8-98d7-f2296ea15597;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-05-19T08:09:18.6360007+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-05-19T08:09:18.7141276+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:a28ed156-186c-4a3d-90ae-82f9e191bfe5\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-05-19T08:09:18.7297566+00:00\",\"details\":\"runtimeVersion:release_20180117_adl_778615\"},{\"newState\":\"Running\",\"timeStamp\":\"2018-05-19T08:09:49.7613884+00:00\",\"details\":\"runAttempt:1\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"diagnosticsjson\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/diagnosticsjson\",\"type\":\"StatisticsResource\"},{\"name\":\"__SStreamInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SStreamInfo__.xml\",\"type\":\"JobManagerResource\"},{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"release_20180117_adl_778615\",\"rootProcessNodeId\":\"a28ed156-186c-4a3d-90ae-82f9e191bfe5\",\"script\":\"DROP DATABASE IF EXISTS testdb1906414; CREATE DATABASE testdb1906414; \\n//Create Table\\nCREATE TABLE testdb1906414.dbo.testtable113170\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1906414.dbo.testtable113170 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1906414.dbo.testtable113170(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1906414.dbo.testtvf1162516;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1906414.dbo.testtvf1162516()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1906414.dbo.testview136264 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1906414.dbo.testproc154192()\\nAS BEGIN\\n CREATE VIEW testdb1906414.dbo.testview136264 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":1417676,\"yarnApplicationTimeStamp\":1526319466029,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT24.3596512S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0781269S\",\"totalRunningTime\":\"PT4.0304996S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "fd2c1c25-cd70-4447-aa6a-4224f4f745b5", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Sat, 19 May 2018 08:09:53 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-05-19T08:08:53.8232097+00:00\",\"startTime\":\"2018-05-19T08:09:49.7613884+00:00\",\"state\":\"Running\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-05-19T08:08:53.8232097+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-05-19T08:08:54.2763495+00:00\",\"details\":\"Compilation:75f2d7e3-87ee-43b8-98d7-f2296ea15597;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-05-19T08:09:18.6360007+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-05-19T08:09:18.7141276+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:a28ed156-186c-4a3d-90ae-82f9e191bfe5\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-05-19T08:09:18.7297566+00:00\",\"details\":\"runtimeVersion:release_20180117_adl_778615\"},{\"newState\":\"Running\",\"timeStamp\":\"2018-05-19T08:09:49.7613884+00:00\",\"details\":\"runAttempt:1\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"diagnosticsjson\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/diagnosticsjson\",\"type\":\"StatisticsResource\"},{\"name\":\"__SStreamInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SStreamInfo__.xml\",\"type\":\"JobManagerResource\"},{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"release_20180117_adl_778615\",\"rootProcessNodeId\":\"a28ed156-186c-4a3d-90ae-82f9e191bfe5\",\"script\":\"DROP DATABASE IF EXISTS testdb1906414; CREATE DATABASE testdb1906414; \\n//Create Table\\nCREATE TABLE testdb1906414.dbo.testtable113170\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1906414.dbo.testtable113170 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1906414.dbo.testtable113170(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1906414.dbo.testtvf1162516;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1906414.dbo.testtvf1162516()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1906414.dbo.testview136264 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1906414.dbo.testproc154192()\\nAS BEGIN\\n CREATE VIEW testdb1906414.dbo.testview136264 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":1417676,\"yarnApplicationTimeStamp\":1526319466029,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT24.3596512S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0781269S\",\"totalRunningTime\":\"PT9.2806061S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "ef986b52-8cc1-4544-b20f-3bbf7cb8fc58", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Sat, 19 May 2018 08:09:58 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-05-19T08:08:53.8232097+00:00\",\"startTime\":\"2018-05-19T08:09:49.7613884+00:00\",\"state\":\"Running\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-05-19T08:08:53.8232097+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-05-19T08:08:54.2763495+00:00\",\"details\":\"Compilation:75f2d7e3-87ee-43b8-98d7-f2296ea15597;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-05-19T08:09:18.6360007+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-05-19T08:09:18.7141276+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:a28ed156-186c-4a3d-90ae-82f9e191bfe5\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-05-19T08:09:18.7297566+00:00\",\"details\":\"runtimeVersion:release_20180117_adl_778615\"},{\"newState\":\"Running\",\"timeStamp\":\"2018-05-19T08:09:49.7613884+00:00\",\"details\":\"runAttempt:1\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"diagnosticsjson\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/diagnosticsjson\",\"type\":\"StatisticsResource\"},{\"name\":\"__SStreamInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SStreamInfo__.xml\",\"type\":\"JobManagerResource\"},{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"release_20180117_adl_778615\",\"rootProcessNodeId\":\"a28ed156-186c-4a3d-90ae-82f9e191bfe5\",\"script\":\"DROP DATABASE IF EXISTS testdb1906414; CREATE DATABASE testdb1906414; \\n//Create Table\\nCREATE TABLE testdb1906414.dbo.testtable113170\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1906414.dbo.testtable113170 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1906414.dbo.testtable113170(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1906414.dbo.testtvf1162516;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1906414.dbo.testtvf1162516()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1906414.dbo.testview136264 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1906414.dbo.testproc154192()\\nAS BEGIN\\n CREATE VIEW testdb1906414.dbo.testview136264 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":1417676,\"yarnApplicationTimeStamp\":1526319466029,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT24.3596512S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0781269S\",\"totalRunningTime\":\"PT14.4656134S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "b7e2c87c-18a6-4622-a983-383d63c97221", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Sat, 19 May 2018 08:10:03 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-05-19T08:08:53.8232097+00:00\",\"startTime\":\"2018-05-19T08:09:49.7613884+00:00\",\"state\":\"Running\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-05-19T08:08:53.8232097+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-05-19T08:08:54.2763495+00:00\",\"details\":\"Compilation:75f2d7e3-87ee-43b8-98d7-f2296ea15597;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-05-19T08:09:18.6360007+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-05-19T08:09:18.7141276+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:a28ed156-186c-4a3d-90ae-82f9e191bfe5\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-05-19T08:09:18.7297566+00:00\",\"details\":\"runtimeVersion:release_20180117_adl_778615\"},{\"newState\":\"Running\",\"timeStamp\":\"2018-05-19T08:09:49.7613884+00:00\",\"details\":\"runAttempt:1\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"diagnosticsjson\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/diagnosticsjson\",\"type\":\"StatisticsResource\"},{\"name\":\"__SStreamInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SStreamInfo__.xml\",\"type\":\"JobManagerResource\"},{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"release_20180117_adl_778615\",\"rootProcessNodeId\":\"a28ed156-186c-4a3d-90ae-82f9e191bfe5\",\"script\":\"DROP DATABASE IF EXISTS testdb1906414; CREATE DATABASE testdb1906414; \\n//Create Table\\nCREATE TABLE testdb1906414.dbo.testtable113170\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1906414.dbo.testtable113170 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1906414.dbo.testtable113170(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1906414.dbo.testtvf1162516;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1906414.dbo.testtvf1162516()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1906414.dbo.testview136264 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1906414.dbo.testproc154192()\\nAS BEGIN\\n CREATE VIEW testdb1906414.dbo.testview136264 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":1417676,\"yarnApplicationTimeStamp\":1526319466029,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT24.3596512S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0781269S\",\"totalRunningTime\":\"PT19.6714638S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "e907701b-802c-472c-999a-e9ad6c791503", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Sat, 19 May 2018 08:10:08 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-05-19T08:08:53.8232097+00:00\",\"startTime\":\"2018-05-19T08:09:49.7613884+00:00\",\"state\":\"Running\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-05-19T08:08:53.8232097+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-05-19T08:08:54.2763495+00:00\",\"details\":\"Compilation:75f2d7e3-87ee-43b8-98d7-f2296ea15597;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-05-19T08:09:18.6360007+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-05-19T08:09:18.7141276+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:a28ed156-186c-4a3d-90ae-82f9e191bfe5\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-05-19T08:09:18.7297566+00:00\",\"details\":\"runtimeVersion:release_20180117_adl_778615\"},{\"newState\":\"Running\",\"timeStamp\":\"2018-05-19T08:09:49.7613884+00:00\",\"details\":\"runAttempt:1\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"diagnosticsjson\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/diagnosticsjson\",\"type\":\"StatisticsResource\"},{\"name\":\"__SStreamInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SStreamInfo__.xml\",\"type\":\"JobManagerResource\"},{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"release_20180117_adl_778615\",\"rootProcessNodeId\":\"a28ed156-186c-4a3d-90ae-82f9e191bfe5\",\"script\":\"DROP DATABASE IF EXISTS testdb1906414; CREATE DATABASE testdb1906414; \\n//Create Table\\nCREATE TABLE testdb1906414.dbo.testtable113170\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1906414.dbo.testtable113170 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1906414.dbo.testtable113170(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1906414.dbo.testtvf1162516;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1906414.dbo.testtvf1162516()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1906414.dbo.testview136264 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1906414.dbo.testproc154192()\\nAS BEGIN\\n CREATE VIEW testdb1906414.dbo.testview136264 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":1417676,\"yarnApplicationTimeStamp\":1526319466029,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT24.3596512S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0781269S\",\"totalRunningTime\":\"PT24.9658514S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "66b3af12-ab72-4fdb-86d3-e733dea6a233", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Sat, 19 May 2018 08:10:14 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-05-19T08:08:53.8232097+00:00\",\"startTime\":\"2018-05-19T08:09:49.7613884+00:00\",\"state\":\"Running\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-05-19T08:08:53.8232097+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-05-19T08:08:54.2763495+00:00\",\"details\":\"Compilation:75f2d7e3-87ee-43b8-98d7-f2296ea15597;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-05-19T08:09:18.6360007+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-05-19T08:09:18.7141276+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:a28ed156-186c-4a3d-90ae-82f9e191bfe5\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-05-19T08:09:18.7297566+00:00\",\"details\":\"runtimeVersion:release_20180117_adl_778615\"},{\"newState\":\"Running\",\"timeStamp\":\"2018-05-19T08:09:49.7613884+00:00\",\"details\":\"runAttempt:1\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"diagnosticsjson\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/diagnosticsjson\",\"type\":\"StatisticsResource\"},{\"name\":\"__SStreamInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SStreamInfo__.xml\",\"type\":\"JobManagerResource\"},{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"release_20180117_adl_778615\",\"rootProcessNodeId\":\"a28ed156-186c-4a3d-90ae-82f9e191bfe5\",\"script\":\"DROP DATABASE IF EXISTS testdb1906414; CREATE DATABASE testdb1906414; \\n//Create Table\\nCREATE TABLE testdb1906414.dbo.testtable113170\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1906414.dbo.testtable113170 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1906414.dbo.testtable113170(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1906414.dbo.testtvf1162516;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1906414.dbo.testtvf1162516()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1906414.dbo.testview136264 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1906414.dbo.testproc154192()\\nAS BEGIN\\n CREATE VIEW testdb1906414.dbo.testview136264 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":1417676,\"yarnApplicationTimeStamp\":1526319466029,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT24.3596512S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0781269S\",\"totalRunningTime\":\"PT30.1873021S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "3b1f4bec-d6cb-40a8-a715-95bf352e6394", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Sat, 19 May 2018 08:10:19 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-05-19T08:08:53.8232097+00:00\",\"startTime\":\"2018-05-19T08:09:49.7613884+00:00\",\"state\":\"Running\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-05-19T08:08:53.8232097+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-05-19T08:08:54.2763495+00:00\",\"details\":\"Compilation:75f2d7e3-87ee-43b8-98d7-f2296ea15597;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-05-19T08:09:18.6360007+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-05-19T08:09:18.7141276+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:a28ed156-186c-4a3d-90ae-82f9e191bfe5\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-05-19T08:09:18.7297566+00:00\",\"details\":\"runtimeVersion:release_20180117_adl_778615\"},{\"newState\":\"Running\",\"timeStamp\":\"2018-05-19T08:09:49.7613884+00:00\",\"details\":\"runAttempt:1\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"diagnosticsjson\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/diagnosticsjson\",\"type\":\"StatisticsResource\"},{\"name\":\"__SStreamInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SStreamInfo__.xml\",\"type\":\"JobManagerResource\"},{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"release_20180117_adl_778615\",\"rootProcessNodeId\":\"a28ed156-186c-4a3d-90ae-82f9e191bfe5\",\"script\":\"DROP DATABASE IF EXISTS testdb1906414; CREATE DATABASE testdb1906414; \\n//Create Table\\nCREATE TABLE testdb1906414.dbo.testtable113170\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1906414.dbo.testtable113170 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1906414.dbo.testtable113170(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1906414.dbo.testtvf1162516;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1906414.dbo.testtvf1162516()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1906414.dbo.testview136264 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1906414.dbo.testproc154192()\\nAS BEGIN\\n CREATE VIEW testdb1906414.dbo.testview136264 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":1417676,\"yarnApplicationTimeStamp\":1526319466029,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT24.3596512S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0781269S\",\"totalRunningTime\":\"PT35.4061601S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "2bbb804d-9d7e-4921-8d07-697703787991", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Sat, 19 May 2018 08:10:24 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-05-19T08:08:53.8232097+00:00\",\"startTime\":\"2018-05-19T08:09:49.7613884+00:00\",\"state\":\"Running\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-05-19T08:08:53.8232097+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-05-19T08:08:54.2763495+00:00\",\"details\":\"Compilation:75f2d7e3-87ee-43b8-98d7-f2296ea15597;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-05-19T08:09:18.6360007+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-05-19T08:09:18.7141276+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:a28ed156-186c-4a3d-90ae-82f9e191bfe5\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-05-19T08:09:18.7297566+00:00\",\"details\":\"runtimeVersion:release_20180117_adl_778615\"},{\"newState\":\"Running\",\"timeStamp\":\"2018-05-19T08:09:49.7613884+00:00\",\"details\":\"runAttempt:1\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"diagnosticsjson\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/diagnosticsjson\",\"type\":\"StatisticsResource\"},{\"name\":\"__SStreamInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SStreamInfo__.xml\",\"type\":\"JobManagerResource\"},{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"release_20180117_adl_778615\",\"rootProcessNodeId\":\"a28ed156-186c-4a3d-90ae-82f9e191bfe5\",\"script\":\"DROP DATABASE IF EXISTS testdb1906414; CREATE DATABASE testdb1906414; \\n//Create Table\\nCREATE TABLE testdb1906414.dbo.testtable113170\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1906414.dbo.testtable113170 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1906414.dbo.testtable113170(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1906414.dbo.testtvf1162516;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1906414.dbo.testtvf1162516()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1906414.dbo.testview136264 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1906414.dbo.testproc154192()\\nAS BEGIN\\n CREATE VIEW testdb1906414.dbo.testview136264 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":1417676,\"yarnApplicationTimeStamp\":1526319466029,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT24.3596512S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0781269S\",\"totalRunningTime\":\"PT40.6068305S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "14b5f6fe-6c22-4c1c-807a-153e2488c03d", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Sat, 19 May 2018 08:10:29 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-05-19T08:08:53.8232097+00:00\",\"startTime\":\"2018-05-19T08:09:49.7613884+00:00\",\"endTime\":\"2018-05-19T08:10:32.7462713+00:00\",\"state\":\"Ended\",\"result\":\"Succeeded\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-05-19T08:08:53.8232097+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-05-19T08:08:54.2763495+00:00\",\"details\":\"Compilation:75f2d7e3-87ee-43b8-98d7-f2296ea15597;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-05-19T08:09:18.6360007+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-05-19T08:09:18.7141276+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:a28ed156-186c-4a3d-90ae-82f9e191bfe5\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-05-19T08:09:18.7297566+00:00\",\"details\":\"runtimeVersion:release_20180117_adl_778615\"},{\"newState\":\"Running\",\"timeStamp\":\"2018-05-19T08:09:49.7613884+00:00\",\"details\":\"runAttempt:1\"},{\"newState\":\"Ended\",\"timeStamp\":\"2018-05-19T08:10:32.7462713+00:00\",\"details\":\"result:Succeeded\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"diagnosticsjson\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/diagnosticsjson\",\"type\":\"StatisticsResource\"},{\"name\":\"__SStreamInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SStreamInfo__.xml\",\"type\":\"JobManagerResource\"},{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"release_20180117_adl_778615\",\"rootProcessNodeId\":\"a28ed156-186c-4a3d-90ae-82f9e191bfe5\",\"script\":\"DROP DATABASE IF EXISTS testdb1906414; CREATE DATABASE testdb1906414; \\n//Create Table\\nCREATE TABLE testdb1906414.dbo.testtable113170\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1906414.dbo.testtable113170 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1906414.dbo.testtable113170(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1906414.dbo.testtvf1162516;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1906414.dbo.testtvf1162516()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1906414.dbo.testview136264 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1906414.dbo.testproc154192()\\nAS BEGIN\\n CREATE VIEW testdb1906414.dbo.testview136264 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls7e6741951.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/05/19/08/08/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":1417676,\"yarnApplicationTimeStamp\":1526319466029,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT24.3596512S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0781269S\",\"totalRunningTime\":\"PT42.9848829S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "e3d6b1aa-9e8d-41bc-8745-7a156e8b1dc0", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Sat, 19 May 2018 08:10:35 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#databases\",\"value\":[\r\n {\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"version\":\"4acd606b-290d-4e5a-bd33-6ef8dcba565a\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"testdb1906414\",\"version\":\"aeb9d179-9881-486b-9004-f378736bafad\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "28e10bda-8489-45a3-be5f-ebace6b007e8", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Sat, 19 May 2018 08:10:35 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1906414?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#databases/$entity\",\"computeAccountName\":\"secondadla46152\",\"databaseName\":\"testdb1906414\",\"version\":\"aeb9d179-9881-486b-9004-f378736bafad\"\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "2f26bdaa-cdbc-4180-9cd3-8f0442977b28", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Sat, 19 May 2018 08:10:35 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1906414/schemas/dbo/tables?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#tables\",\"value\":[\r\n {\r\n \"tableName\":\"testtable113170\",\"columnList\":[\r\n {\r\n \"name\":\"UserId\",\"type\":\"System.Int32\"\r\n },{\r\n \"name\":\"Start\",\"type\":\"System.DateTime\"\r\n },{\r\n \"name\":\"Region\",\"type\":\"System.String\"\r\n },{\r\n \"name\":\"Query\",\"type\":\"System.String\"\r\n },{\r\n \"name\":\"Duration\",\"type\":\"System.Int32\"\r\n },{\r\n \"name\":\"Urls\",\"type\":\"System.String\"\r\n },{\r\n \"name\":\"ClickedUrls\",\"type\":\"System.String\"\r\n }\r\n ],\"indexList\":[\r\n {\r\n \"name\":\"idx1\",\"indexKeys\":[\r\n {\r\n \"name\":\"Region\",\"descending\":false\r\n }\r\n ],\"columns\":[\r\n \"Region\",\"UserId\"\r\n ],\"distributionInfo\":{\r\n \"type\":2,\"keys\":[\r\n {\r\n \"name\":\"Region\",\"descending\":false\r\n }\r\n ],\"count\":0,\"dynamicCount\":0\r\n },\"partitionFunction\":\"c4f2ff3c-c5ad-4236-8f31-e9d7e8d22cd5\",\"partitionKeyList\":[\r\n \"UserId\"\r\n ],\"isColumnstore\":false,\"indexId\":1,\"isUnique\":false\r\n }\r\n ],\"partitionKeyList\":[\r\n \r\n ],\"externalTable\":null,\"distributionInfo\":null,\"computeAccountName\":\"secondadla46152\",\"databaseName\":\"testdb1906414\",\"schemaName\":\"dbo\",\"createTime\":\"2018-05-19T08:10:00.88-07:00\",\"updateTime\":\"2018-05-19T08:10:00.88-07:00\",\"version\":\"5074ae78-6399-4368-af5a-7f1ce9b94476\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "fb48bb76-d072-472b-8abf-1e33cb0c5c07", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Sat, 19 May 2018 08:10:36 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1906414/schemas/dbo/tables/testtable113170?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#tables/$entity\",\"tableName\":\"testtable113170\",\"columnList\":[\r\n {\r\n \"name\":\"UserId\",\"type\":\"System.Int32\"\r\n },{\r\n \"name\":\"Start\",\"type\":\"System.DateTime\"\r\n },{\r\n \"name\":\"Region\",\"type\":\"System.String\"\r\n },{\r\n \"name\":\"Query\",\"type\":\"System.String\"\r\n },{\r\n \"name\":\"Duration\",\"type\":\"System.Int32\"\r\n },{\r\n \"name\":\"Urls\",\"type\":\"System.String\"\r\n },{\r\n \"name\":\"ClickedUrls\",\"type\":\"System.String\"\r\n }\r\n ],\"indexList\":[\r\n {\r\n \"name\":\"idx1\",\"indexKeys\":[\r\n {\r\n \"name\":\"Region\",\"descending\":false\r\n }\r\n ],\"columns\":[\r\n \"Region\",\"UserId\"\r\n ],\"distributionInfo\":{\r\n \"type\":2,\"keys\":[\r\n {\r\n \"name\":\"Region\",\"descending\":false\r\n }\r\n ],\"count\":0,\"dynamicCount\":0\r\n },\"partitionFunction\":\"c4f2ff3c-c5ad-4236-8f31-e9d7e8d22cd5\",\"partitionKeyList\":[\r\n \"UserId\"\r\n ],\"isColumnstore\":false,\"indexId\":1,\"isUnique\":false\r\n }\r\n ],\"partitionKeyList\":[\r\n \r\n ],\"externalTable\":null,\"distributionInfo\":null,\"computeAccountName\":\"secondadla46152\",\"databaseName\":\"testdb1906414\",\"schemaName\":\"dbo\",\"createTime\":\"2018-05-19T08:10:00.88-07:00\",\"updateTime\":\"2018-05-19T08:10:00.88-07:00\",\"version\":\"5074ae78-6399-4368-af5a-7f1ce9b94476\"\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "b212dc9b-9821-4ccc-974c-73db89c604d8", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Sat, 19 May 2018 08:10:36 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1906414/schemas/dbo/tablevaluedfunctions?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#tablevaluedfunctions\",\"value\":[\r\n {\r\n \"tvfName\":\"testtvf1162516\",\"definition\":\"//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1906414.dbo.testtvf1162516()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\",\"computeAccountName\":\"secondadla46152\",\"databaseName\":\"testdb1906414\",\"schemaName\":\"dbo\",\"createTime\":\"2018-05-19T08:10:00.91-07:00\",\"updateTime\":\"2018-05-19T08:10:00.91-07:00\",\"version\":\"8247f4e9-7e29-4614-ad2f-5116710146f4\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "3beafc5d-0e02-4370-91f2-202e098e982b", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Sat, 19 May 2018 08:10:36 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1906414/schemas/dbo/tablevaluedfunctions/testtvf1162516?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#tablevaluedfunctions/$entity\",\"tvfName\":\"testtvf1162516\",\"definition\":\"//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1906414.dbo.testtvf1162516()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\",\"computeAccountName\":\"secondadla46152\",\"databaseName\":\"testdb1906414\",\"schemaName\":\"dbo\",\"createTime\":\"2018-05-19T08:10:00.91-07:00\",\"updateTime\":\"2018-05-19T08:10:00.91-07:00\",\"version\":\"8247f4e9-7e29-4614-ad2f-5116710146f4\"\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "9fee93bf-4b37-42b2-8a1b-195aad166473", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Sat, 19 May 2018 08:10:37 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1906414/schemas/dbo/views?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#views\",\"value\":[\r\n {\r\n \"viewName\":\"testview136264\",\"definition\":\"CREATE VIEW testdb1906414.dbo.testview136264 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\",\"computeAccountName\":\"secondadla46152\",\"databaseName\":\"testdb1906414\",\"schemaName\":\"dbo\",\"createTime\":\"2018-05-19T08:10:00.91-07:00\",\"updateTime\":\"2018-05-19T08:10:00.91-07:00\",\"version\":\"4d4e2b51-0132-4f22-8677-4120e1452d80\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "d9f0f80c-00d5-4ea4-90f7-1ed416cc8ffe", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Sat, 19 May 2018 08:10:37 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1906414/schemas/dbo/views/testview136264?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#views/$entity\",\"viewName\":\"testview136264\",\"definition\":\"CREATE VIEW testdb1906414.dbo.testview136264 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\",\"computeAccountName\":\"secondadla46152\",\"databaseName\":\"testdb1906414\",\"schemaName\":\"dbo\",\"createTime\":\"2018-05-19T08:10:00.91-07:00\",\"updateTime\":\"2018-05-19T08:10:00.91-07:00\",\"version\":\"4d4e2b51-0132-4f22-8677-4120e1452d80\"\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "81ce2e09-66d7-44f1-8f12-c98ddc5c96f4", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Sat, 19 May 2018 08:10:37 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1906414/schemas/dbo/procedures?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#procedures\",\"value\":[\r\n {\r\n \"procName\":\"testproc154192\",\"definition\":\"CREATE PROCEDURE testdb1906414.dbo.testproc154192()\\nAS BEGIN\\n CREATE VIEW testdb1906414.dbo.testview136264 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"computeAccountName\":\"secondadla46152\",\"databaseName\":\"testdb1906414\",\"schemaName\":\"dbo\",\"createTime\":null,\"updateTime\":null,\"version\":\"941924b6-eef2-4a51-ad07-00c26c0b3d08\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "f80084b4-efbb-4ba9-b41d-2ab40bca1ef3", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Sat, 19 May 2018 08:10:37 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1906414/schemas/dbo/procedures/testproc154192?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#procedures/$entity\",\"procName\":\"testproc154192\",\"definition\":\"CREATE PROCEDURE testdb1906414.dbo.testproc154192()\\nAS BEGIN\\n CREATE VIEW testdb1906414.dbo.testview136264 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"computeAccountName\":\"secondadla46152\",\"databaseName\":\"testdb1906414\",\"schemaName\":\"dbo\",\"createTime\":null,\"updateTime\":null,\"version\":\"941924b6-eef2-4a51-ad07-00c26c0b3d08\"\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "416669d1-56be-48d2-9356-afb5980f5fc8", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Sat, 19 May 2018 08:10:38 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1906414/schemas/dbo/tables/testtable113170/partitions?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#partitions\",\"value\":[\r\n {\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"testdb1906414\",\"schemaName\":\"dbo\",\"partitionName\":\"testtable113170_Partition_3c6158b9-edd3-4204-9323-c868e81161b0\",\"indexId\":1,\"label\":[\r\n \"1\"\r\n ],\"createTime\":\"2018-05-19T08:10:00.893-07:00\",\"parentName\":{\r\n \"server\":\"16de09bb-342d-4d66-98f1-8dce2fa123c3\",\"firstPart\":\"testdb1906414\",\"secondPart\":\"dbo\",\"thirdPart\":\"testtable113170\",\"fourthPart\":null\r\n },\"version\":\"108faa5c-3ec0-449c-9409-92a5a25784d7\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "a9160348-be5c-4b07-93b1-5c4dee1f75d6", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Sat, 19 May 2018 08:10:38 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1906414/schemas/dbo/tables/testtable113170/partitions/testtable113170_Partition_3c6158b9-edd3-4204-9323-c868e81161b0?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#partitions/$entity\",\"computeAccountName\":\"secondadla46152\",\"databaseName\":\"testdb1906414\",\"schemaName\":\"dbo\",\"partitionName\":\"testtable113170_Partition_3c6158b9-edd3-4204-9323-c868e81161b0\",\"indexId\":1,\"label\":[\r\n \"1\"\r\n ],\"createTime\":\"2018-05-19T08:10:00.893-07:00\",\"parentName\":{\r\n \"server\":\"16de09bb-342d-4d66-98f1-8dce2fa123c3\",\"firstPart\":\"testdb1906414\",\"secondPart\":\"dbo\",\"thirdPart\":\"testtable113170\",\"fourthPart\":null\r\n },\"version\":\"108faa5c-3ec0-449c-9409-92a5a25784d7\"\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "9b6af4d8-6d55-4eb4-acff-21ad05bb7569", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Sat, 19 May 2018 08:10:38 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1906414/schemas/dbo/tables/testtable113170/tablefragments?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#tablefragments\",\"value\":[\r\n {\r\n \"parentId\":\"108faa5c-3ec0-449c-9409-92a5a25784d7\",\"fragmentId\":\"29eb6770-256c-42b9-8bbf-45ef5a63a77a\",\"indexId\":1,\"size\":34008,\"rowCount\":2,\"createDate\":\"2018-05-19T08:09:05.09-07:00\",\"streamPath\":null\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "2bf89969-3b73-48dd-a670-e6eb36f112e8", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Sat, 19 May 2018 08:10:39 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1906414/schemas/dbo/types?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#types\",\"value\":[\r\n {\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlArray\",\"typeFamily\":\"C#\",\"cSharpName\":\"Microsoft.Analytics.Types.Sql.SqlArray\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlArray\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":true,\"version\":\"1137ad93-d19b-4d4e-b726-011f76d4d833\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlBinary\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlBinary\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlBinary\",\"systemTypeId\":165,\"userTypeId\":165,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"b05e4357-12c7-461f-9559-4c39cfae1338\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlBit\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlBit\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlBit\",\"systemTypeId\":104,\"userTypeId\":104,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"caeb6f59-f027-4348-a3ff-f064531e0ee8\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlByte\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlByte\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlByte\",\"systemTypeId\":48,\"userTypeId\":48,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f2583736-1f0e-4072-8a04-d83db5e08241\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDate\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDate\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDate\",\"systemTypeId\":42,\"userTypeId\":42,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"29f9721a-315b-498f-a304-762e0511226d\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDateTime\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDateTime\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDateTime\",\"systemTypeId\":61,\"userTypeId\":61,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"6879225d-44ff-4404-a0bd-05ee379c39db\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDecimal\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDecimal\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDecimal\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"d6d8f781-23bf-48a6-a462-8946bab23c36\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDouble\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDouble\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDouble\",\"systemTypeId\":62,\"userTypeId\":62,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"db1bc9a7-f5da-4d64-9baa-399c9f72d6e2\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlGuid\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlGuid\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlGuid\",\"systemTypeId\":36,\"userTypeId\":36,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"ab6715ed-cfba-4b5a-92e9-f86520b8e711\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlInt16\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlInt16\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlInt16\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"4ee64682-cbd4-40cc-90e9-c5de1433bbed\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlInt32\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlInt32\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlInt32\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"9af787e7-9fc0-4819-80ac-0339ce031ab3\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlInt64\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlInt64\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlInt64\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"44d67b27-8bd8-4072-81ca-2d32adfdb17c\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlMap\",\"typeFamily\":\"C#\",\"cSharpName\":\"Microsoft.Analytics.Types.Sql.SqlMap\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlMap\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":true,\"version\":\"18cf5d12-3651-44fe-ad16-cf5068f0b112\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlMoney\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlMoney\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlMoney\",\"systemTypeId\":60,\"userTypeId\":60,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"861e13ee-e110-4dd2-b0df-f2eb9a6b5bd2\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlSingle\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlSingle\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlSingle\",\"systemTypeId\":59,\"userTypeId\":59,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"7037d7f1-e3d4-416f-bf81-285b630a75e4\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlString\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlString\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlString\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"a15306f5-43f5-433b-b795-ce02ee911953\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlStruct\",\"typeFamily\":\"C#\",\"cSharpName\":\"Microsoft.Analytics.Types.Sql.SqlStruct\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlStruct\",\"systemTypeId\":243,\"userTypeId\":332,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":true,\"version\":\"f89f413d-bd5f-440a-b069-8fc345643648\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Boolean\",\"typeFamily\":\"C#\",\"cSharpName\":\"bool\",\"fullCSharpName\":\"System.Boolean\",\"systemTypeId\":104,\"userTypeId\":104,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"c04b91b8-2b7e-45b3-ada9-db5ede901672\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Boolean?\",\"typeFamily\":\"C#\",\"cSharpName\":\"bool?\",\"fullCSharpName\":\"System.Boolean?\",\"systemTypeId\":104,\"userTypeId\":104,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"42f3147a-ed9b-47ae-a8ad-aa2fbc51e0ad\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Byte\",\"typeFamily\":\"C#\",\"cSharpName\":\"byte\",\"fullCSharpName\":\"System.Byte\",\"systemTypeId\":48,\"userTypeId\":48,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"6a048add-f003-4d73-8471-3b0be963d1ac\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Byte?\",\"typeFamily\":\"C#\",\"cSharpName\":\"byte?\",\"fullCSharpName\":\"System.Byte?\",\"systemTypeId\":48,\"userTypeId\":48,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"c2623267-2a86-444a-a773-89783eae5b30\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Byte[]\",\"typeFamily\":\"C#\",\"cSharpName\":\"byte[]\",\"fullCSharpName\":\"System.Byte[]\",\"systemTypeId\":165,\"userTypeId\":165,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"84506afa-d9ad-4bef-9e44-cd00f1f54ce3\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Char\",\"typeFamily\":\"C#\",\"cSharpName\":\"char\",\"fullCSharpName\":\"System.Char\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"bb4bb082-4d9c-4ce4-aa1b-bfaea278ac92\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Char?\",\"typeFamily\":\"C#\",\"cSharpName\":\"char?\",\"fullCSharpName\":\"System.Char?\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"748c6bfa-5a8e-43d4-823b-3b3be0d8b85a\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.DateTime\",\"typeFamily\":\"C#\",\"cSharpName\":\"DateTime\",\"fullCSharpName\":\"System.DateTime\",\"systemTypeId\":42,\"userTypeId\":42,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"4e348b46-7218-4c30-b879-ceee5a59e7bb\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.DateTime?\",\"typeFamily\":\"C#\",\"cSharpName\":\"DateTime?\",\"fullCSharpName\":\"System.DateTime?\",\"systemTypeId\":42,\"userTypeId\":42,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"eb486159-acfa-4499-9b1a-e0ecda5d52a2\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Decimal\",\"typeFamily\":\"C#\",\"cSharpName\":\"decimal\",\"fullCSharpName\":\"System.Decimal\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f29ebb5f-17e8-4448-8aec-1a6702380e75\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Decimal?\",\"typeFamily\":\"C#\",\"cSharpName\":\"decimal?\",\"fullCSharpName\":\"System.Decimal?\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"b78657ef-955b-4841-805e-bec1e9d11e37\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Double\",\"typeFamily\":\"C#\",\"cSharpName\":\"double\",\"fullCSharpName\":\"System.Double\",\"systemTypeId\":62,\"userTypeId\":62,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f3bbcc4e-d872-4bd1-8429-7082199016d3\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Double?\",\"typeFamily\":\"C#\",\"cSharpName\":\"double?\",\"fullCSharpName\":\"System.Double?\",\"systemTypeId\":62,\"userTypeId\":62,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"5832365f-70cb-47f9-92db-46cf7903dffc\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Guid\",\"typeFamily\":\"C#\",\"cSharpName\":\"Guid\",\"fullCSharpName\":\"System.Guid\",\"systemTypeId\":36,\"userTypeId\":36,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"ccccbe73-770a-4bc8-905f-2eec41e79736\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Guid?\",\"typeFamily\":\"C#\",\"cSharpName\":\"Guid?\",\"fullCSharpName\":\"System.Guid?\",\"systemTypeId\":36,\"userTypeId\":36,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"db4c6514-17fa-4de1-ab25-a22817844593\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int16\",\"typeFamily\":\"C#\",\"cSharpName\":\"short\",\"fullCSharpName\":\"System.Int16\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"2cca4ae1-4272-4ca4-832e-5bc22c486299\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int16?\",\"typeFamily\":\"C#\",\"cSharpName\":\"short?\",\"fullCSharpName\":\"System.Int16?\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"cef0bb72-9079-471b-855c-cfb87b1dc11f\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int32\",\"typeFamily\":\"C#\",\"cSharpName\":\"int\",\"fullCSharpName\":\"System.Int32\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"2a3f9560-1645-4e60-8ca5-9713f2ef8363\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int32?\",\"typeFamily\":\"C#\",\"cSharpName\":\"int?\",\"fullCSharpName\":\"System.Int32?\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"29fedecb-21d0-4fa8-bf6b-2539bee71bcc\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int64\",\"typeFamily\":\"C#\",\"cSharpName\":\"long\",\"fullCSharpName\":\"System.Int64\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"14c67089-ce4d-4770-8425-a0c41788c3cd\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int64?\",\"typeFamily\":\"C#\",\"cSharpName\":\"long?\",\"fullCSharpName\":\"System.Int64?\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"01b8cce9-d5e9-4f38-9f29-d5f3927d7407\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.SByte\",\"typeFamily\":\"C#\",\"cSharpName\":\"sbyte\",\"fullCSharpName\":\"System.SByte\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"899a07dd-662c-4cd2-8f98-6ec34d739355\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.SByte?\",\"typeFamily\":\"C#\",\"cSharpName\":\"sbyte?\",\"fullCSharpName\":\"System.SByte?\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f76f7f1a-64d9-4c50-a38c-a6b2578f66d3\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Single\",\"typeFamily\":\"C#\",\"cSharpName\":\"float\",\"fullCSharpName\":\"System.Single\",\"systemTypeId\":59,\"userTypeId\":59,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"04ae7374-f270-48ba-b429-c7e07bfcde61\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Single?\",\"typeFamily\":\"C#\",\"cSharpName\":\"float?\",\"fullCSharpName\":\"System.Single?\",\"systemTypeId\":59,\"userTypeId\":59,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f8f90902-84a6-449f-96fe-6710accc0f7a\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.String\",\"typeFamily\":\"C#\",\"cSharpName\":\"string\",\"fullCSharpName\":\"System.String\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"313664ea-0a0b-4016-8c25-a11052d885ad\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt16\",\"typeFamily\":\"C#\",\"cSharpName\":\"ushort\",\"fullCSharpName\":\"System.UInt16\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"1ee295be-df81-4f21-a17c-31205884958b\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt16?\",\"typeFamily\":\"C#\",\"cSharpName\":\"ushort?\",\"fullCSharpName\":\"System.UInt16?\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"a3228a28-dc3d-42f1-81d7-86899822af91\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt32\",\"typeFamily\":\"C#\",\"cSharpName\":\"uint\",\"fullCSharpName\":\"System.UInt32\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"133275dc-ec4b-4662-86ee-f6d13b0e8b7e\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt32?\",\"typeFamily\":\"C#\",\"cSharpName\":\"uint?\",\"fullCSharpName\":\"System.UInt32?\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"7292a0b6-ff2d-4c02-b256-63993c2b270a\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt64\",\"typeFamily\":\"C#\",\"cSharpName\":\"ulong\",\"fullCSharpName\":\"System.UInt64\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"e80c1a1c-99d9-418c-9f66-097c048095bb\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt64?\",\"typeFamily\":\"C#\",\"cSharpName\":\"ulong?\",\"fullCSharpName\":\"System.UInt64?\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"48cbabb8-03fc-4f00-bad6-0641a7f562c7\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "91e90767-a0e7-4fb4-849e-98a103bf33ad", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Sat, 19 May 2018 08:10:39 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1906414/schemas/dbo/types?$filter=isComplexType%20eq%20false&api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#types\",\"value\":[\r\n {\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlBinary\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlBinary\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlBinary\",\"systemTypeId\":165,\"userTypeId\":165,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"b05e4357-12c7-461f-9559-4c39cfae1338\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlBit\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlBit\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlBit\",\"systemTypeId\":104,\"userTypeId\":104,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"caeb6f59-f027-4348-a3ff-f064531e0ee8\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlByte\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlByte\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlByte\",\"systemTypeId\":48,\"userTypeId\":48,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f2583736-1f0e-4072-8a04-d83db5e08241\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDate\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDate\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDate\",\"systemTypeId\":42,\"userTypeId\":42,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"29f9721a-315b-498f-a304-762e0511226d\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDateTime\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDateTime\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDateTime\",\"systemTypeId\":61,\"userTypeId\":61,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"6879225d-44ff-4404-a0bd-05ee379c39db\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDecimal\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDecimal\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDecimal\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"d6d8f781-23bf-48a6-a462-8946bab23c36\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDouble\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDouble\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDouble\",\"systemTypeId\":62,\"userTypeId\":62,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"db1bc9a7-f5da-4d64-9baa-399c9f72d6e2\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlGuid\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlGuid\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlGuid\",\"systemTypeId\":36,\"userTypeId\":36,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"ab6715ed-cfba-4b5a-92e9-f86520b8e711\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlInt16\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlInt16\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlInt16\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"4ee64682-cbd4-40cc-90e9-c5de1433bbed\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlInt32\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlInt32\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlInt32\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"9af787e7-9fc0-4819-80ac-0339ce031ab3\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlInt64\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlInt64\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlInt64\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"44d67b27-8bd8-4072-81ca-2d32adfdb17c\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlMoney\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlMoney\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlMoney\",\"systemTypeId\":60,\"userTypeId\":60,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"861e13ee-e110-4dd2-b0df-f2eb9a6b5bd2\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlSingle\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlSingle\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlSingle\",\"systemTypeId\":59,\"userTypeId\":59,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"7037d7f1-e3d4-416f-bf81-285b630a75e4\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlString\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlString\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlString\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"a15306f5-43f5-433b-b795-ce02ee911953\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Boolean\",\"typeFamily\":\"C#\",\"cSharpName\":\"bool\",\"fullCSharpName\":\"System.Boolean\",\"systemTypeId\":104,\"userTypeId\":104,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"c04b91b8-2b7e-45b3-ada9-db5ede901672\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Boolean?\",\"typeFamily\":\"C#\",\"cSharpName\":\"bool?\",\"fullCSharpName\":\"System.Boolean?\",\"systemTypeId\":104,\"userTypeId\":104,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"42f3147a-ed9b-47ae-a8ad-aa2fbc51e0ad\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Byte\",\"typeFamily\":\"C#\",\"cSharpName\":\"byte\",\"fullCSharpName\":\"System.Byte\",\"systemTypeId\":48,\"userTypeId\":48,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"6a048add-f003-4d73-8471-3b0be963d1ac\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Byte?\",\"typeFamily\":\"C#\",\"cSharpName\":\"byte?\",\"fullCSharpName\":\"System.Byte?\",\"systemTypeId\":48,\"userTypeId\":48,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"c2623267-2a86-444a-a773-89783eae5b30\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Byte[]\",\"typeFamily\":\"C#\",\"cSharpName\":\"byte[]\",\"fullCSharpName\":\"System.Byte[]\",\"systemTypeId\":165,\"userTypeId\":165,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"84506afa-d9ad-4bef-9e44-cd00f1f54ce3\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Char\",\"typeFamily\":\"C#\",\"cSharpName\":\"char\",\"fullCSharpName\":\"System.Char\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"bb4bb082-4d9c-4ce4-aa1b-bfaea278ac92\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Char?\",\"typeFamily\":\"C#\",\"cSharpName\":\"char?\",\"fullCSharpName\":\"System.Char?\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"748c6bfa-5a8e-43d4-823b-3b3be0d8b85a\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.DateTime\",\"typeFamily\":\"C#\",\"cSharpName\":\"DateTime\",\"fullCSharpName\":\"System.DateTime\",\"systemTypeId\":42,\"userTypeId\":42,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"4e348b46-7218-4c30-b879-ceee5a59e7bb\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.DateTime?\",\"typeFamily\":\"C#\",\"cSharpName\":\"DateTime?\",\"fullCSharpName\":\"System.DateTime?\",\"systemTypeId\":42,\"userTypeId\":42,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"eb486159-acfa-4499-9b1a-e0ecda5d52a2\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Decimal\",\"typeFamily\":\"C#\",\"cSharpName\":\"decimal\",\"fullCSharpName\":\"System.Decimal\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f29ebb5f-17e8-4448-8aec-1a6702380e75\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Decimal?\",\"typeFamily\":\"C#\",\"cSharpName\":\"decimal?\",\"fullCSharpName\":\"System.Decimal?\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"b78657ef-955b-4841-805e-bec1e9d11e37\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Double\",\"typeFamily\":\"C#\",\"cSharpName\":\"double\",\"fullCSharpName\":\"System.Double\",\"systemTypeId\":62,\"userTypeId\":62,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f3bbcc4e-d872-4bd1-8429-7082199016d3\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Double?\",\"typeFamily\":\"C#\",\"cSharpName\":\"double?\",\"fullCSharpName\":\"System.Double?\",\"systemTypeId\":62,\"userTypeId\":62,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"5832365f-70cb-47f9-92db-46cf7903dffc\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Guid\",\"typeFamily\":\"C#\",\"cSharpName\":\"Guid\",\"fullCSharpName\":\"System.Guid\",\"systemTypeId\":36,\"userTypeId\":36,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"ccccbe73-770a-4bc8-905f-2eec41e79736\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Guid?\",\"typeFamily\":\"C#\",\"cSharpName\":\"Guid?\",\"fullCSharpName\":\"System.Guid?\",\"systemTypeId\":36,\"userTypeId\":36,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"db4c6514-17fa-4de1-ab25-a22817844593\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int16\",\"typeFamily\":\"C#\",\"cSharpName\":\"short\",\"fullCSharpName\":\"System.Int16\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"2cca4ae1-4272-4ca4-832e-5bc22c486299\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int16?\",\"typeFamily\":\"C#\",\"cSharpName\":\"short?\",\"fullCSharpName\":\"System.Int16?\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"cef0bb72-9079-471b-855c-cfb87b1dc11f\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int32\",\"typeFamily\":\"C#\",\"cSharpName\":\"int\",\"fullCSharpName\":\"System.Int32\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"2a3f9560-1645-4e60-8ca5-9713f2ef8363\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int32?\",\"typeFamily\":\"C#\",\"cSharpName\":\"int?\",\"fullCSharpName\":\"System.Int32?\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"29fedecb-21d0-4fa8-bf6b-2539bee71bcc\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int64\",\"typeFamily\":\"C#\",\"cSharpName\":\"long\",\"fullCSharpName\":\"System.Int64\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"14c67089-ce4d-4770-8425-a0c41788c3cd\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int64?\",\"typeFamily\":\"C#\",\"cSharpName\":\"long?\",\"fullCSharpName\":\"System.Int64?\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"01b8cce9-d5e9-4f38-9f29-d5f3927d7407\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.SByte\",\"typeFamily\":\"C#\",\"cSharpName\":\"sbyte\",\"fullCSharpName\":\"System.SByte\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"899a07dd-662c-4cd2-8f98-6ec34d739355\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.SByte?\",\"typeFamily\":\"C#\",\"cSharpName\":\"sbyte?\",\"fullCSharpName\":\"System.SByte?\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f76f7f1a-64d9-4c50-a38c-a6b2578f66d3\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Single\",\"typeFamily\":\"C#\",\"cSharpName\":\"float\",\"fullCSharpName\":\"System.Single\",\"systemTypeId\":59,\"userTypeId\":59,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"04ae7374-f270-48ba-b429-c7e07bfcde61\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Single?\",\"typeFamily\":\"C#\",\"cSharpName\":\"float?\",\"fullCSharpName\":\"System.Single?\",\"systemTypeId\":59,\"userTypeId\":59,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f8f90902-84a6-449f-96fe-6710accc0f7a\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.String\",\"typeFamily\":\"C#\",\"cSharpName\":\"string\",\"fullCSharpName\":\"System.String\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"313664ea-0a0b-4016-8c25-a11052d885ad\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt16\",\"typeFamily\":\"C#\",\"cSharpName\":\"ushort\",\"fullCSharpName\":\"System.UInt16\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"1ee295be-df81-4f21-a17c-31205884958b\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt16?\",\"typeFamily\":\"C#\",\"cSharpName\":\"ushort?\",\"fullCSharpName\":\"System.UInt16?\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"a3228a28-dc3d-42f1-81d7-86899822af91\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt32\",\"typeFamily\":\"C#\",\"cSharpName\":\"uint\",\"fullCSharpName\":\"System.UInt32\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"133275dc-ec4b-4662-86ee-f6d13b0e8b7e\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt32?\",\"typeFamily\":\"C#\",\"cSharpName\":\"uint?\",\"fullCSharpName\":\"System.UInt32?\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"7292a0b6-ff2d-4c02-b256-63993c2b270a\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt64\",\"typeFamily\":\"C#\",\"cSharpName\":\"ulong\",\"fullCSharpName\":\"System.UInt64\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"e80c1a1c-99d9-418c-9f66-097c048095bb\"\r\n },{\r\n \"computeAccountName\":\"secondadla46152\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt64?\",\"typeFamily\":\"C#\",\"cSharpName\":\"ulong?\",\"fullCSharpName\":\"System.UInt64?\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"48cbabb8-03fc-4f00-bad6-0641a7f562c7\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "a00859e5-fb42-4bfb-a4f2-3cb24d0286a6", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Sat, 19 May 2018 08:10:39 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1906414/acl?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#acl\",\"value\":[\r\n {\r\n \"aceType\":\"UserObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"GroupObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"Other\",\"principalId\":\"00000000-0000-0000-0000-000000000000\",\"permission\":\"None\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "59e6a67b-c590-41aa-adf6-6252c6226dbd", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Sat, 19 May 2018 08:10:39 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/acl?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#acl\",\"value\":[\r\n {\r\n \"aceType\":\"UserObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"GroupObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"Other\",\"principalId\":\"00000000-0000-0000-0000-000000000000\",\"permission\":\"None\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "98e4f0c6-cca9-4f68-b5cd-3dba1c7c7996", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Sat, 19 May 2018 08:10:40 GMT" + } + }, { + "Method" : "POST", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1906414/acl?op=GRANTACE&api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "5bd9298e-1d18-45f2-89ac-4c12447cdc71", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Sat, 19 May 2018 08:10:40 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1906414/acl?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#acl\",\"value\":[\r\n {\r\n \"aceType\":\"UserObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"GroupObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"Other\",\"principalId\":\"00000000-0000-0000-0000-000000000000\",\"permission\":\"None\"\r\n },{\r\n \"aceType\":\"User\",\"principalId\":\"7eafadbc-53f2-435c-83dc-d4794e017f87\",\"permission\":\"Use\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "97caca6c-0a69-4502-8073-9c81bd3e379d", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Sat, 19 May 2018 08:10:41 GMT" + } + }, { + "Method" : "POST", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1906414/acl?op=REVOKEACE&api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "a2293873-46f2-4f2b-966a-6859676a6fd9", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Sat, 19 May 2018 08:10:41 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1906414/acl?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#acl\",\"value\":[\r\n {\r\n \"aceType\":\"UserObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"GroupObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"Other\",\"principalId\":\"00000000-0000-0000-0000-000000000000\",\"permission\":\"None\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "42abb36d-68fd-44c5-8b1a-85aa4d535cf8", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Sat, 19 May 2018 08:10:42 GMT" + } + }, { + "Method" : "POST", + "Uri" : "http://localhost:1234/catalog/usql/acl?op=GRANTACE&api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "0658f806-7d30-46b5-b932-2a841c9bee13", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Sat, 19 May 2018 08:10:42 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/acl?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#acl\",\"value\":[\r\n {\r\n \"aceType\":\"UserObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"GroupObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"Other\",\"principalId\":\"00000000-0000-0000-0000-000000000000\",\"permission\":\"None\"\r\n },{\r\n \"aceType\":\"User\",\"principalId\":\"7eafadbc-53f2-435c-83dc-d4794e017f87\",\"permission\":\"Use\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "a7240f46-d349-43cd-8aeb-96b236987e42", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Sat, 19 May 2018 08:10:42 GMT" + } + }, { + "Method" : "POST", + "Uri" : "http://localhost:1234/catalog/usql/acl?op=REVOKEACE&api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "47cfbf95-5127-4903-aefb-79b35913b7ea", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Sat, 19 May 2018 08:10:42 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/acl?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#acl\",\"value\":[\r\n {\r\n \"aceType\":\"UserObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"GroupObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"Other\",\"principalId\":\"00000000-0000-0000-0000-000000000000\",\"permission\":\"None\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "7444e049-2e78-410e-af72-866e1e75b09d", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Sat, 19 May 2018 08:10:43 GMT" + } + }, { + "Method" : "DELETE", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/adlarga0c89743?api-version=2017-05-10", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (ResourceManagementClient, 2017-05-10)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "StatusCode" : "202", + "Body" : "", + "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkdBMEM4OTc0My1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "x-ms-routing-request-id" : "WESTUS2:20180519T081044Z:f9a5cd24-37f2-4107-b180-df809782f79a", + "date" : "Sat, 19 May 2018 08:10:44 GMT", + "pragma" : "no-cache", + "cache-control" : "no-cache", + "retry-after" : "0", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "f9a5cd24-37f2-4107-b180-df809782f79a", + "content-length" : "0", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "f9a5cd24-37f2-4107-b180-df809782f79a", + "x-ms-ratelimit-remaining-subscription-deletes" : "14999" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkdBMEM4OTc0My1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (ResourceManagementClient, 2017-05-10)" + }, + "Response" : { + "StatusCode" : "202", + "Body" : "", + "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkdBMEM4OTc0My1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "x-ms-routing-request-id" : "WESTUS2:20180519T081045Z:6d6c42f3-02b1-42b6-a5ac-d96325bd866d", + "x-ms-ratelimit-remaining-subscription-reads" : "14993", + "date" : "Sat, 19 May 2018 08:10:44 GMT", + "pragma" : "no-cache", + "cache-control" : "no-cache", + "retry-after" : "0", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "6d6c42f3-02b1-42b6-a5ac-d96325bd866d", + "content-length" : "0", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "6d6c42f3-02b1-42b6-a5ac-d96325bd866d" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkdBMEM4OTc0My1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (ResourceManagementClient, 2017-05-10)" + }, + "Response" : { + "StatusCode" : "202", + "Body" : "", + "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkdBMEM4OTc0My1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "x-ms-routing-request-id" : "WESTUS2:20180519T081100Z:d1a54e14-c896-4ef8-93d9-98a961644e90", + "x-ms-ratelimit-remaining-subscription-reads" : "14992", + "date" : "Sat, 19 May 2018 08:10:59 GMT", + "pragma" : "no-cache", + "cache-control" : "no-cache", + "retry-after" : "0", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "d1a54e14-c896-4ef8-93d9-98a961644e90", + "content-length" : "0", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "d1a54e14-c896-4ef8-93d9-98a961644e90" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkdBMEM4OTc0My1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (ResourceManagementClient, 2017-05-10)" + }, + "Response" : { + "StatusCode" : "202", + "Body" : "", + "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkdBMEM4OTc0My1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "x-ms-routing-request-id" : "WESTUS2:20180519T081115Z:5722ea1a-faa5-4a8f-88fa-0b4f67a4f399", + "x-ms-ratelimit-remaining-subscription-reads" : "14991", + "date" : "Sat, 19 May 2018 08:11:14 GMT", + "pragma" : "no-cache", + "cache-control" : "no-cache", + "retry-after" : "0", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "5722ea1a-faa5-4a8f-88fa-0b4f67a4f399", + "content-length" : "0", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "5722ea1a-faa5-4a8f-88fa-0b4f67a4f399" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkdBMEM4OTc0My1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (ResourceManagementClient, 2017-05-10)" + }, + "Response" : { + "StatusCode" : "202", + "Body" : "", + "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkdBMEM4OTc0My1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "x-ms-routing-request-id" : "WESTUS2:20180519T081130Z:f56c8bdc-72cc-4244-ae0c-f13b466eba01", + "x-ms-ratelimit-remaining-subscription-reads" : "14990", + "date" : "Sat, 19 May 2018 08:11:30 GMT", + "pragma" : "no-cache", + "cache-control" : "no-cache", + "retry-after" : "0", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "f56c8bdc-72cc-4244-ae0c-f13b466eba01", + "content-length" : "0", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "f56c8bdc-72cc-4244-ae0c-f13b466eba01" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkdBMEM4OTc0My1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (ResourceManagementClient, 2017-05-10)" + }, + "Response" : { + "StatusCode" : "202", + "Body" : "", + "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkdBMEM4OTc0My1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "x-ms-routing-request-id" : "WESTUS2:20180519T081145Z:2610a324-125e-40f2-a862-6b2edef869ac", + "x-ms-ratelimit-remaining-subscription-reads" : "14989", + "date" : "Sat, 19 May 2018 08:11:45 GMT", + "pragma" : "no-cache", + "cache-control" : "no-cache", + "retry-after" : "0", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "2610a324-125e-40f2-a862-6b2edef869ac", + "content-length" : "0", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "2610a324-125e-40f2-a862-6b2edef869ac" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkdBMEM4OTc0My1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (ResourceManagementClient, 2017-05-10)" + }, + "Response" : { + "StatusCode" : "202", + "Body" : "", + "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkdBMEM4OTc0My1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "x-ms-routing-request-id" : "WESTUS2:20180519T081200Z:ddaa4456-e847-4984-9601-44a1c3352975", + "x-ms-ratelimit-remaining-subscription-reads" : "14988", + "date" : "Sat, 19 May 2018 08:11:59 GMT", + "pragma" : "no-cache", + "cache-control" : "no-cache", + "retry-after" : "0", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "ddaa4456-e847-4984-9601-44a1c3352975", + "content-length" : "0", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "ddaa4456-e847-4984-9601-44a1c3352975" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkdBMEM4OTc0My1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (ResourceManagementClient, 2017-05-10)" + }, + "Response" : { + "StatusCode" : "202", + "Body" : "", + "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkdBMEM4OTc0My1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "x-ms-routing-request-id" : "WESTUS2:20180519T081216Z:0c8609e4-5292-4e61-8a6c-38beea4377b0", + "x-ms-ratelimit-remaining-subscription-reads" : "14987", + "date" : "Sat, 19 May 2018 08:12:15 GMT", + "pragma" : "no-cache", + "cache-control" : "no-cache", + "retry-after" : "0", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "0c8609e4-5292-4e61-8a6c-38beea4377b0", + "content-length" : "0", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "0c8609e4-5292-4e61-8a6c-38beea4377b0" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkdBMEM4OTc0My1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (ResourceManagementClient, 2017-05-10)" + }, + "Response" : { + "StatusCode" : "200", + "Body" : "", + "x-ms-ratelimit-remaining-subscription-reads" : "14986", + "x-ms-routing-request-id" : "WESTUS2:20180519T081231Z:7c681ad0-3ccc-419c-86d1-c57f25f0c5d2", + "date" : "Sat, 19 May 2018 08:12:30 GMT", + "pragma" : "no-cache", + "retry-after" : "0", + "cache-control" : "no-cache", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "7c681ad0-3ccc-419c-86d1-c57f25f0c5d2", + "content-length" : "0", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "7c681ad0-3ccc-419c-86d1-c57f25f0c5d2" + } + } ], + "variables" : [ "adlarga0c89743", "adls7e6741951", "secondadla46152", "e5bb37c0-e753-4fbb-aec1-c54e5c0c2b1a", "testdb1906414", "testtable113170", "testtvf1162516", "testproc154192", "testview136264", "testcred130016", "testcred209802", "eaad4feaa7ca49b", "921074fa73274d9", "36d642120e4b4f6", "9bcd68cc53a046c", "207045a1-486d-45a1-bf7b-00bd6a8284a3" ] } \ No newline at end of file