Giter Site home page Giter Site logo

cortanaintelligencesuiteworkshopmanual's Issues

.

.

I am getting an error in the web app which appears to be some wrong reference or dll usage

This occurs post deployment. I faced two issues.

  1. The app settings are not persisted so I had to create them manually (mlApiKey, mlServiceID etc..), without which, call to weather API used to throw invalid API key error
  2. Post that the original error is gone but I see the error below..

Method not found: 'System.Threading.Tasks.Task`1<System.Net.Http.HttpResponseMessage> System.Net.Http.HttpClientExtensions.PostAsJsonAsync(System.Net.Http.HttpClient, System.String, !!0)'.

Regards
Badal

The screenshots in #5, 14 and 20 are wrong

In exercise 5, task 14 and 20 have screenshots that don't match the columns being selected in the order they are selected. It is a bit confusing because of that. I have uploaded a correct image for your convenience.

5-14

Credential Encryption

None is not an option. Default option is By Web Browser. Other is By Credential Manager. I have been using the default without issue.

Task 1 - Step 7 Wording

Task 1 – Step 7 says to choose “File Server Share” which does not exist. The image properly shows File System, but we’ll want to update the text of that step to say File System.

hi: I have questions for CortanaIntelligenceSuiteWorkshopManual/05_Exercise_5_-_Summarize_Data_Using_HDInsight_Spark.md

In the Task1:
I Copy the below text and paste it into the Jupyter notebook.
But it is error.
cloud you help me. how to solve it.
thank you

I use below code:
import sqlContext.implicits._

val flightDelayTextLines = sc.textFile("wasb:///Scored_FlightsAndWeather.csv")

case class AirportFlightDelays(OriginAirportCode:String,OriginLatLong:String,Month:Integer,Day:Integer,Hour:Integer,Carrier:String,DelayPredicted:Integer,DelayProbability:Double)

val flightDelayRowsWithoutHeader = flightDelayTextLines.map(s => s.split(",")).filter(line => line(0) != "OriginAirportCode")

val resultDataFrame = flightDelayRowsWithoutHeader.map(
s => AirportFlightDelays(
s(0), //Airport code
s(13) + "," + s(14), //Lat,Long
s(1).toInt, //Month
s(2).toInt, //Day
s(3).toInt, //Hour
s(5), //Carrier
s(11).toInt, //DelayPredicted
s(12).toDouble //DelayProbability
)
).toDF()

resultDataFrame.write.mode("overwrite").saveAsTable("FlightDelays")

but it is error
Creating HiveContext as 'sqlContext' SparkContext and HiveContext created. Executing user code ... org.apache.spark.SparkException: Job aborted. at org.apache.spark.sql.execution.datasources.InsertIntoHadoopFsRelation$$anonfun$run$1.apply$mcV$sp(InsertIntoHadoopFsRelation.scala:154) at org.apache.spark.sql.execution.datasources.InsertIntoHadoopFsRelation$$anonfun$run$1.apply(InsertIntoHadoopFsRelation.scala:106) at org.apache.spark.sql.execution.datasources.InsertIntoHadoopFsRelation$$anonfun$run$1.apply(InsertIntoHadoopFsRelation.scala:106) at org.apache.spark.sql.execution.SQLExecution$.withNewExecutionId(SQLExecution.scala:56) at org.apache.spark.sql.execution.datasources.InsertIntoHadoopFsRelation.run(InsertIntoHadoopFsRelation.scala:106) at org.apache.spark.sql.execution.ExecutedCommand.sideEffectResult$lzycompute(commands.scala:58) at org.apache.spark.sql.execution.ExecutedCommand.sideEffectResult(commands.scala:56) at org.apache.spark.sql.execution.ExecutedCommand.doExecute(commands.scala:70) at org.apache.spark.sql.execution.SparkPlan$$anonfun$execute$5.apply(SparkPlan.scala:132) at org.apache.spark.sql.execution.SparkPlan$$anonfun$execute$5.apply(SparkPlan.scala:130) at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:150) at org.apache.spark.sql.execution.SparkPlan.execute(SparkPlan.scala:130) at org.apache.spark.sql.execution.QueryExecution.toRdd$lzycompute(QueryExecution.scala:55) at org.apache.spark.sql.execution.QueryExecution.toRdd(QueryExecution.scala:55) at org.apache.spark.sql.execution.datasources.ResolvedDataSource$.apply(ResolvedDataSource.scala:256) at org.apache.spark.sql.hive.execution.CreateMetastoreDataSourceAsSelect.run(commands.scala:274) at org.apache.spark.sql.execution.ExecutedCommand.sideEffectResult$lzycompute(commands.scala:58) at org.apache.spark.sql.execution.ExecutedCommand.sideEffectResult(commands.scala:56) at org.apache.spark.sql.execution.ExecutedCommand.doExecute(commands.scala:70)

Issue with creating New Web Service

While trying to Deploy Web Service for AdventureWorks Travel [Predictive Exp.] I do not have what is in your video : Deploy Web Service (New) preview
When clicking on Deploy Web Service I stay in Microsoft Azure Machine Learning Studio and come to Web Service Tab
maml studio web services
If I go to New Web Service Experience I have no Use Web Service link in Quickstart
maml web services
Can you help me ?
Eric

Outdated Screenshots

These screenshots are no longer valid. It appears the interface has changed since these were taken.

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.