HDFS

1.0.1

This PowerShell module provides a wrapper for the Hadoop File System REST API (webhdfs).

Minimum PowerShell version

3.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name HDFS

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name HDFS

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2017 BAMCIS. All rights reserved.

Package Details

Author(s)

  • Michael Haken

Tags

Hadoop HDFS webhdfs

Functions

New-HDFSSession Remove-HDFSSession Get-HDFSSession Get-HDFSItem Get-HDFSChildItem New-HDFSItem Remove-HDFSItem Merge-HDFSItem Rename-HDFSItem Resize-HDFSItem Get-HDFSHomeDirectory Set-HDFSItem Get-HDFSTrashRoot Get-HDFSContent Add-HDFSContent Get-HDFSAcl Set-HDFSAcl Test-HDFSAccess Get-HDFSStoragePolicy Set-HDFSStoragePolicy Remove-HDFSStoragePolicy Get-HDFSFileBlockLocations Get-HDFSXAttr Set-HDFSXAttr Remove-HDFSXAttr New-HDFSSnapshot Rename-HDFSSnapshot Remove-HDFSSnapshot Get-HDFSDelegationToken Update-HDFSDelegationToken Revoke-HDFSDelegationToken

Dependencies

This module has no dependencies.

Release Notes

*1.0.1
Added a Credential parameter for New-HDFSSession and changed the parameter name for the Kerberos token from KerberosCredential to SPNEGOToken. Users should prefer using the Credential parameter for Kerberos auth over creating their own SPNEGO token.

*1.0.0.3
Changed file input process with New-HDFSItem.

*1.0.0.2
Added the ability to send file content to HDFS with New-HDFSItem

*1.0.0.1
Improved error handling. Added -Confirm and -Force functionality where applicable.

*1.0.0.0
Initial Release.

FileList

Version History

Version Downloads Last updated
1.0.1 (current version) 369 3/10/2020
1.0.0.3 223 6/7/2018
1.0.0.2 30 6/7/2018
1.0.0.1 81 12/10/2017
1.0.0.0 57 11/25/2017