无法建立连接,因为目标机器主动拒绝它 127.0.0.1:some port number
这是我刚刚在 Programe.cs 的控制台应用程序中编写的代码
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Spark.CSharp.Core;
namespace DemoSpark
{
class Program
{
static void Main(string[] args)
{
var Sparkcontext = new SparkContext(new SparkConf().SetAppName("Demo"));
Sparkcontext.Stop();
Console.WriteLine("Done");
}
}
}
截图 1 中有例外]:https ://i.stack.imgur.com/FWKQo.png