38 строки
1.2 KiB
JSON
38 строки
1.2 KiB
JSON
{
|
|
"name": "AggregateContosoTweetsSentiment",
|
|
"properties": {
|
|
"description": "Aggregate Contoso Tweets Sentiment",
|
|
"activities": [
|
|
{
|
|
"name": "AggregateContosoTweetsSentiment",
|
|
"description": "Aggregate Contoso Tweets Sentiment",
|
|
"inputs": [
|
|
{
|
|
"name": "ContosoTweetsSentimentBlob"
|
|
}
|
|
],
|
|
"outputs": [
|
|
{
|
|
"name": "ContosoTweetsAggSentimentBlob"
|
|
}
|
|
],
|
|
"linkedServiceName": "HDInsightLinkedService",
|
|
"type": "HDInsightHive",
|
|
"typeProperties": {
|
|
"scriptpath": "twitteranalysis\\twitter\\scripts\\Twitteraggsentiments.hql",
|
|
"scriptLinkedService": "StorageLinkedService",
|
|
"defines": {
|
|
"TweetsSentiment": "wasb://twitteranalysis@<accountname>.blob.core.windows.net/twitter/sentiment/Tweets/",
|
|
"TweetsSentimentAgg": "wasb://twitteranalysis@<accountname>.blob.core.windows.net/twitter/aggregate/Sentiments/"
|
|
}
|
|
},
|
|
"policy": {
|
|
"concurrency": 1,
|
|
"executionPriorityOrder": "NewestFirst",
|
|
"retry": 1,
|
|
"timeout": "01:00:00"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |