I am having an issue with getting data from Azure HD Insight. The code is failing on processing any results, even the base query to get the tables. A row for the table query is coming back as:
{{ "value": [ { "scalarValue": { "type": "NULL", "null": true } }, { "scalarValue": { "type": "STRING", "stringValue": "PRPT" } }, { "scalarValue": { "type": "STRING", "stringValue": "u" } } ] }}
Value: {[ { "scalarValue": { "type": "NULL", "null": true } }, { "scalarValue": { "type": "STRING", "stringValue": "PRPT" } }, { "scalarValue": { "type": "STRING", "stringValue": "u" } } ]}
But the code to get the value is failing with "Specified argument was out of the range of valid values"
My cluster type is
Cluster type, HDInsight version - HBase on Linux (HDI 3.5.1000.0)
I am having an issue with getting data from Azure HD Insight. The code is failing on processing any results, even the base query to get the tables. A row for the table query is coming back as:
{{ "value": [ { "scalarValue": { "type": "NULL", "null": true } }, { "scalarValue": { "type": "STRING", "stringValue": "PRPT" } }, { "scalarValue": { "type": "STRING", "stringValue": "u" } } ] }}
Value: {[ { "scalarValue": { "type": "NULL", "null": true } }, { "scalarValue": { "type": "STRING", "stringValue": "PRPT" } }, { "scalarValue": { "type": "STRING", "stringValue": "u" } } ]}
But the code to get the value is failing with "Specified argument was out of the range of valid values"
My cluster type is
Cluster type, HDInsight version - HBase on Linux (HDI 3.5.1000.0)