hdinsight / hdinsight-storm-examples

This is a repository for complete and easy to use samples that demonstrate the use of Apache Storm on HDInsight
Apache License 2.0
59 stars 52 forks source link

Scpc.exe not submitting topology #22

Closed vinityad closed 7 years ago

vinityad commented 7 years ago

I'm using Visual Studio 2015 Update 3 with Azure Data Lake tools for Visual Studio (2.2.2100.0v). Created new storm application from File->New Project->Templates->Azure Data Lake->Storm (HDInsight). Created new cluster with HDP 3.4 (Linux). Checked nuget reference of Microsoft.SCP.Net.SDK is 0.10.0.6. Right clicked project and asked to "Submit to Storm on HDInsight". Selected correct cluster name and clicked Submit.

Right after, it gets stuck with the following text in the output window (under Topology Submission). What is wrong with it.

Also is there any manual steps to do this without Visual Studio?

ScpC Start: 0 : ScpC Version: 1.0.6098.38783 ScpC Information: 0 : Executing Assembly Path: C:\Users\admin\Documents\Visual Studio 2015\Projects\StormSample2\packages\Microsoft.SCP.Net.SDK.0.10.0.6\tools ScpC Information: 0 : Executing Assembly's Path Parent: C:\Users\admin\Documents\Visual Studio 2015\Projects\StormSample2\packages\Microsoft.SCP.Net.SDK.0.10.0.6 ScpC Information: 0 : Executing Assembly's Parent's Parent: C:\Users\admin\Documents\Visual Studio 2015\Projects\StormSample2\packages ScpC Start: 0 : GenerateSpec ScpC Information: 0 : Load configuration file: C:\Users\admin\Documents\Visual Studio 2015\Projects\StormSample2\StormSample2\bin\Debug\SCPHost.exe.config as default configuartion file. ScpC Information: 0 : Found active TopologyDescriptor: "StormSample2.HelloWorld" ScpC Information: 0 : Generating spec file "C:\Users\admin\Documents\Visual Studio 2015\Projects\StormSample2\StormSample2\bin\Debug\StormSample2.spec" ScpC Information: 0 : Succeed to generate spec file "C:\Users\admin\Documents\Visual Studio 2015\Projects\StormSample2\StormSample2\bin\Debug\StormSample2.spec" 2/9/2017 7:04:38 PM Begin to generate zip package... 2/9/2017 7:04:54 PM ScpC Start: 0 : ScpC Version: 1.0.6098.38783 ScpC Information: 0 : Executing Assembly Path: C:\Users\admin\Documents\Visual Studio 2015\Projects\StormSample2\packages\Microsoft.SCP.Net.SDK.0.10.0.6\tools ScpC Information: 0 : Executing Assembly's Path Parent: C:\Users\admin\Documents\Visual Studio 2015\Projects\StormSample2\packages\Microsoft.SCP.Net.SDK.0.10.0.6 ScpC Information: 0 : Executing Assembly's Parent's Parent: C:\Users\admin\Documents\Visual Studio 2015\Projects\StormSample2\packages ScpC Information: 0 : Create temp folder: C:\Users\admin\AppData\Local\Temp\Temp-ScpC-package-636222440789034139 ... ScpC Information: 0 : Copy C# files from "C:\Users\admin\Documents\Visual Studio 2015\Projects\StormSample2\StormSample2\bin\Debug" to resources folder ...

vinityad commented 7 years ago

Was antivirus issue. Antivirus is assuming SCP's exe as potential unwanted application and blocked from executing properly.