文件名称:esaymr_v1.0
-
所属分类:
- 标签属性:
- 上传时间:2015-12-12
-
文件大小:887.77kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
整个框架是基于.NET Framework2.0开发,绿色不需要任何安装和复杂配置,相对与Hadoop简直可以用轻松来形容,可以让任何一个程序员或者IT短时间内快速搭建起属于自己的并行计算框架。功能介绍
1、一个并行计算软件框架
基于此框架的软件可以运行在多台计算机组成的计算集群上,并且每个计算机的计算任务也是多线程方式并行进行的,对于处理复杂的业务和巨量数据时非常用于。
2、有着MapReduce血统的任务调度监控中心
EasyMR的作业会由Mgr平台根据Key集切分成若干个数据集,通过RTP通信协议分配到计算Cell上,Mgr同时负责监控Cell上运行情况。
3、任务脚本管理运行管理平台
支持基于C#语言的任务执行脚本,所有脚本会基于TaskBase类,会在Key集之前发送到Cell计算单元,编译并等待执行,整个过程简单方便,尤其适合基于数据库技术的企业类大数据处理任务-The whole framework is based on Framework2.0.NET development, green does not require any installation and complex configuration, relative and Hadoop can simply be described, you can make any programmer or IT in a short time quickly build up their own parallel computing framework. Function introduction
1, a parallel computing software framework
The framework of the software can run on multiple computing clusters of computer composition based on thread computing tasks and each computer is also carried out in parallel and are used to deal with complex business and big data.
2, there is a task scheduling monitoring center of MapReduce descent
EasyMR s operation will be divided into several data sets based on Key set by the Mgr platform. The RTP communication protocol is distributed to the Cell, and Mgr is responsible for monitoring the operation of Cell.
3, the task scr ipt management operation management platform
Support tasks based on C# language scr ipt, all scr ipts will be based on
1、一个并行计算软件框架
基于此框架的软件可以运行在多台计算机组成的计算集群上,并且每个计算机的计算任务也是多线程方式并行进行的,对于处理复杂的业务和巨量数据时非常用于。
2、有着MapReduce血统的任务调度监控中心
EasyMR的作业会由Mgr平台根据Key集切分成若干个数据集,通过RTP通信协议分配到计算Cell上,Mgr同时负责监控Cell上运行情况。
3、任务脚本管理运行管理平台
支持基于C#语言的任务执行脚本,所有脚本会基于TaskBase类,会在Key集之前发送到Cell计算单元,编译并等待执行,整个过程简单方便,尤其适合基于数据库技术的企业类大数据处理任务-The whole framework is based on Framework2.0.NET development, green does not require any installation and complex configuration, relative and Hadoop can simply be described, you can make any programmer or IT in a short time quickly build up their own parallel computing framework. Function introduction
1, a parallel computing software framework
The framework of the software can run on multiple computing clusters of computer composition based on thread computing tasks and each computer is also carried out in parallel and are used to deal with complex business and big data.
2, there is a task scheduling monitoring center of MapReduce descent
EasyMR s operation will be divided into several data sets based on Key set by the Mgr platform. The RTP communication protocol is distributed to the Cell, and Mgr is responsible for monitoring the operation of Cell.
3, the task scr ipt management operation management platform
Support tasks based on C# language scr ipt, all scr ipts will be based on
(系统自动生成,下载前可以参看下载内容)
下载文件列表
51Aspx源码必读.txt
EasyMR.CellConsole/
EasyMR.CellConsole/bin/
EasyMR.CellConsole/bin/Debug/
EasyMR.CellConsole/bin/Debug/AC.NET.DataEntity.dll
EasyMR.CellConsole/bin/Debug/EasyMR.Base.dll
EasyMR.CellConsole/EasyMR.CellConsole.csproj
EasyMR.CellConsole/EasyMR.CellConsole.csproj.vspscc
EasyMR.CellConsole/FrmMain.cs
EasyMR.CellConsole/FrmMain.Designer.cs
EasyMR.CellConsole/FrmMain.resx
EasyMR.CellConsole/icon.ico
EasyMR.CellConsole/obj/
EasyMR.CellConsole/obj/Debug/
EasyMR.CellConsole/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
EasyMR.CellConsole/obj/Debug/TempPE/
EasyMR.CellConsole/Program.cs
EasyMR.CellConsole/Properties/
EasyMR.CellConsole/Properties/AssemblyInfo.cs
EasyMR.CellConsole/Properties/Resources.Designer.cs
EasyMR.CellConsole/Properties/Resources.resx
EasyMR.CellConsole/Properties/Settings.Designer.cs
EasyMR.CellConsole/Properties/Settings.settings
EasyMR.Mgr.Base/
EasyMR.Mgr.Base/bin/
EasyMR.Mgr.Base/bin/Debug/
EasyMR.Mgr.Base/bin/Debug/EasyMR.Base.dll
EasyMR.Mgr.Base/bin/Debug/EasyMR.Common.dll
EasyMR.Mgr.Base/bin/Debug/EasyMR.Net.dll
EasyMR.Mgr.Base/bin/Debug/Newtonsoft.Json.dll
EasyMR.Mgr.Base/CellMgr.cs
EasyMR.Mgr.Base/ClientService.cs
EasyMR.Mgr.Base/EasyMR.Mgr.Base.csproj
EasyMR.Mgr.Base/EasyMR.Mgr.Base.csproj.vspscc
EasyMR.Mgr.Base/obj/
EasyMR.Mgr.Base/obj/Debug/
EasyMR.Mgr.Base/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
EasyMR.Mgr.Base/obj/Debug/TempPE/
EasyMR.Mgr.Base/Properties/
EasyMR.Mgr.Base/Properties/AssemblyInfo.cs
EasyMR.Mgr.Base/Script.cs
EasyMR.sln
EasyMR.vssscc
EasyMRCell/
EasyMRCell/bin/
EasyMRCell/bin/Debug/
EasyMRCell/bin/Debug/EasyMR.Base.dll
EasyMRCell/bin/Debug/EasyMR.Common.dll
EasyMRCell/bin/Debug/EasyMR.Net.dll
EasyMRCell/bin/Debug/Newtonsoft.Json.dll
EasyMRCell/Cell.cs
EasyMRCell/EasyMR.Cell.csproj
EasyMRCell/EasyMR.Cell.csproj.vspscc
EasyMRCell/NetService.cs
EasyMRCell/obj/
EasyMRCell/obj/Debug/
EasyMRCell/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
EasyMRCell/obj/Debug/TempPE/
EasyMRCell/Properties/
EasyMRCell/Properties/AssemblyInfo.cs
EasyMRMgr/
EasyMRMgr/bin/
EasyMRMgr/bin/Debug/
EasyMRMgr/bin/Debug/EasyMgr.vshost.exe
EasyMRMgr/bin/Debug/EasyMgr.vshost.exe.manifest
EasyMRMgr/bin/Debug/EasyMR.Base.dll
EasyMRMgr/bin/Debug/EasyMR.Common.dll
EasyMRMgr/bin/Debug/EasyMR.Net.dll
EasyMRMgr/bin/Debug/Newtonsoft.Json.dll
EasyMRMgr/EasyMR.Mgr.csproj
EasyMRMgr/EasyMR.Mgr.csproj.vspscc
EasyMRMgr/FrmKeys.cs
EasyMRMgr/FrmKeys.Designer.cs
EasyMRMgr/FrmKeys.resx
EasyMRMgr/FrmMain.cs
EasyMRMgr/FrmMain.Designer.cs
EasyMRMgr/FrmMain.resx
EasyMRMgr/FrmScript.cs
EasyMRMgr/FrmScript.Designer.cs
EasyMRMgr/FrmScript.resx
EasyMRMgr/icon.ico
EasyMRMgr/obj/
EasyMRMgr/obj/Debug/
EasyMRMgr/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
EasyMRMgr/obj/Debug/TempPE/
EasyMRMgr/Program.cs
EasyMRMgr/Properties/
EasyMRMgr/Properties/AssemblyInfo.cs
EasyMRMgr/Properties/Resources.Designer.cs
EasyMRMgr/Properties/Resources.resx
EasyMRMgr/Properties/Settings.Designer.cs
EasyMRMgr/Properties/Settings.settings
from.gif
最新Asp.Net源码下载.url
说明.htm
EasyMR.CellConsole/
EasyMR.CellConsole/bin/
EasyMR.CellConsole/bin/Debug/
EasyMR.CellConsole/bin/Debug/AC.NET.DataEntity.dll
EasyMR.CellConsole/bin/Debug/EasyMR.Base.dll
EasyMR.CellConsole/EasyMR.CellConsole.csproj
EasyMR.CellConsole/EasyMR.CellConsole.csproj.vspscc
EasyMR.CellConsole/FrmMain.cs
EasyMR.CellConsole/FrmMain.Designer.cs
EasyMR.CellConsole/FrmMain.resx
EasyMR.CellConsole/icon.ico
EasyMR.CellConsole/obj/
EasyMR.CellConsole/obj/Debug/
EasyMR.CellConsole/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
EasyMR.CellConsole/obj/Debug/TempPE/
EasyMR.CellConsole/Program.cs
EasyMR.CellConsole/Properties/
EasyMR.CellConsole/Properties/AssemblyInfo.cs
EasyMR.CellConsole/Properties/Resources.Designer.cs
EasyMR.CellConsole/Properties/Resources.resx
EasyMR.CellConsole/Properties/Settings.Designer.cs
EasyMR.CellConsole/Properties/Settings.settings
EasyMR.Mgr.Base/
EasyMR.Mgr.Base/bin/
EasyMR.Mgr.Base/bin/Debug/
EasyMR.Mgr.Base/bin/Debug/EasyMR.Base.dll
EasyMR.Mgr.Base/bin/Debug/EasyMR.Common.dll
EasyMR.Mgr.Base/bin/Debug/EasyMR.Net.dll
EasyMR.Mgr.Base/bin/Debug/Newtonsoft.Json.dll
EasyMR.Mgr.Base/CellMgr.cs
EasyMR.Mgr.Base/ClientService.cs
EasyMR.Mgr.Base/EasyMR.Mgr.Base.csproj
EasyMR.Mgr.Base/EasyMR.Mgr.Base.csproj.vspscc
EasyMR.Mgr.Base/obj/
EasyMR.Mgr.Base/obj/Debug/
EasyMR.Mgr.Base/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
EasyMR.Mgr.Base/obj/Debug/TempPE/
EasyMR.Mgr.Base/Properties/
EasyMR.Mgr.Base/Properties/AssemblyInfo.cs
EasyMR.Mgr.Base/Script.cs
EasyMR.sln
EasyMR.vssscc
EasyMRCell/
EasyMRCell/bin/
EasyMRCell/bin/Debug/
EasyMRCell/bin/Debug/EasyMR.Base.dll
EasyMRCell/bin/Debug/EasyMR.Common.dll
EasyMRCell/bin/Debug/EasyMR.Net.dll
EasyMRCell/bin/Debug/Newtonsoft.Json.dll
EasyMRCell/Cell.cs
EasyMRCell/EasyMR.Cell.csproj
EasyMRCell/EasyMR.Cell.csproj.vspscc
EasyMRCell/NetService.cs
EasyMRCell/obj/
EasyMRCell/obj/Debug/
EasyMRCell/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
EasyMRCell/obj/Debug/TempPE/
EasyMRCell/Properties/
EasyMRCell/Properties/AssemblyInfo.cs
EasyMRMgr/
EasyMRMgr/bin/
EasyMRMgr/bin/Debug/
EasyMRMgr/bin/Debug/EasyMgr.vshost.exe
EasyMRMgr/bin/Debug/EasyMgr.vshost.exe.manifest
EasyMRMgr/bin/Debug/EasyMR.Base.dll
EasyMRMgr/bin/Debug/EasyMR.Common.dll
EasyMRMgr/bin/Debug/EasyMR.Net.dll
EasyMRMgr/bin/Debug/Newtonsoft.Json.dll
EasyMRMgr/EasyMR.Mgr.csproj
EasyMRMgr/EasyMR.Mgr.csproj.vspscc
EasyMRMgr/FrmKeys.cs
EasyMRMgr/FrmKeys.Designer.cs
EasyMRMgr/FrmKeys.resx
EasyMRMgr/FrmMain.cs
EasyMRMgr/FrmMain.Designer.cs
EasyMRMgr/FrmMain.resx
EasyMRMgr/FrmScript.cs
EasyMRMgr/FrmScript.Designer.cs
EasyMRMgr/FrmScript.resx
EasyMRMgr/icon.ico
EasyMRMgr/obj/
EasyMRMgr/obj/Debug/
EasyMRMgr/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
EasyMRMgr/obj/Debug/TempPE/
EasyMRMgr/Program.cs
EasyMRMgr/Properties/
EasyMRMgr/Properties/AssemblyInfo.cs
EasyMRMgr/Properties/Resources.Designer.cs
EasyMRMgr/Properties/Resources.resx
EasyMRMgr/Properties/Settings.Designer.cs
EasyMRMgr/Properties/Settings.settings
from.gif
最新Asp.Net源码下载.url
说明.htm
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.