Coder Social home page Coder Social logo

hadoopsdk's Introduction

Updating for webhcat

hadoopsdk's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

hadoopsdk's Issues

case sensitive or insensitive

Most of the azure names (url) requires lower case. I could create a HDInsight cluster with a name in upper case. However, when I list the details of a cluster:

SubscriptionId: PS C:> get-azurehdinsightcluster -Subscriptionid $subid -certificate $cert

Name : HDI0819
ConnectionUrl : https://HDI0819.azurehdinsight.net
State : Running
CreateDate : 8/19/2013 5:33:10 PM
UserName : admin
Location : admin
ClusterSizeInNodes : 1

PS C:> get-azurehdinsightcluster hdi0819 -Subscriptionid $subid -certificate $cert

Name :
ConnectionUrl :
State :
CreateDate :
UserName :
Location :
ClusterSizeInNodes :

PS C:> get-azurehdinsightcluster HDI0819 -Subscriptionid $subid -certificate $cert

Name : HDI0819
ConnectionUrl : https://HDI0819.azurehdinsight.net
State : Running
CreateDate : 8/19/2013 5:33:10 PM
UserName : admin
Location : admin
ClusterSizeInNodes : 1

SerializationException should say why a type is unsupported

Currently, the DataContractResolver throws if type.IsUnsupported() but the error message is opaque. For example, if it's unsupported because it doesn't have a parameterless constructor, then it should say so.

The work is then to return a specific error code (enum?) from TypeExtensions.IsUnsupported and add this to the exception.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.