You are viewing a plain text version of this content. The canonical link for it is here.
- [jira] [Closed] (REEF-1957) Message framework skeleton for all Java to C# calls - posted by "Doug Service (JIRA)" <ji...@apache.org> on 2018/04/04 00:04:00 UTC, 0 replies.
- [jira] [Closed] (REEF-1807) Add protocol negotiation to the Java/C# avro interface so header message strings can be replace with integers. - posted by "Doug Service (JIRA)" <ji...@apache.org> on 2018/04/04 00:04:00 UTC, 0 replies.
- [jira] [Closed] (REEF-1901) Replace interop call to clrSystemAllocatedEvaluatorHandlerOnNext() between Java/C# bridges - posted by "Doug Service (JIRA)" <ji...@apache.org> on 2018/04/04 00:05:00 UTC, 0 replies.
- [jira] [Closed] (REEF-1763) Replace interop call to StartHandlerOnNext() between Java/C# bridges - posted by "Doug Service (JIRA)" <ji...@apache.org> on 2018/04/04 00:05:00 UTC, 0 replies.
- [jira] [Closed] (REEF-1814) Design and implement Avro Java/C# bridge as compile time option - posted by "Doug Service (JIRA)" <ji...@apache.org> on 2018/04/04 00:05:00 UTC, 0 replies.
- [jira] [Closed] (REEF-1974) Proof of concept replacing managed C++ with pinvoke - posted by "Doug Service (JIRA)" <ji...@apache.org> on 2018/04/04 00:06:00 UTC, 0 replies.
- [jira] [Closed] (REEF-1970) Cross language tests of bridge messaging components - posted by "Doug Service (JIRA)" <ji...@apache.org> on 2018/04/04 00:06:00 UTC, 0 replies.
- [jira] [Closed] (REEF-1989) Add native dll project for bridge pinvoke code - posted by "Doug Service (JIRA)" <ji...@apache.org> on 2018/04/04 00:07:00 UTC, 0 replies.
- [jira] [Created] (REEF-1999) Add new C# .NET Core executable project to dotnet solution for C# side of two process bridge - posted by "Doug Service (JIRA)" <ji...@apache.org> on 2018/04/04 00:19:00 UTC, 0 replies.
- [jira] [Created] (REEF-2000) Add gRPC code generation to C# side of two process bridge project - posted by "Doug Service (JIRA)" <ji...@apache.org> on 2018/04/04 00:20:00 UTC, 0 replies.
- [jira] [Created] (REEF-2001) Driver launcher fails to find the JVM.DLL if JAVA_HOME is a JRE - posted by "tyclintw (JIRA)" <ji...@apache.org> on 2018/04/04 22:40:00 UTC, 0 replies.
- [jira] [Created] (REEF-2002) Create Java project for gRPC two process bridge - posted by "Doug Service (JIRA)" <ji...@apache.org> on 2018/04/06 23:51:00 UTC, 0 replies.
- gRPC based Java Bridge - posted by Tyson Condie <tc...@gmail.com> on 2018/04/10 16:59:11 UTC, 17 replies.
- [jira] [Resolved] (REEF-2001) Driver launcher fails to find the JVM.DLL if JAVA_HOME is a JRE - posted by "Markus Weimer (JIRA)" <ji...@apache.org> on 2018/04/10 17:48:00 UTC, 0 replies.
- [Open discussion] Refactor REEF Wake Transport Interface to support other networking framework - posted by Chenxi Zhao <Ch...@microsoft.com.INVALID> on 2018/04/10 22:56:10 UTC, 3 replies.
- Communication in REEF Wake .NET - posted by Chenxi Zhao <Ch...@microsoft.com.INVALID> on 2018/04/12 19:31:30 UTC, 2 replies.
- [jira] [Commented] (REEF-1999) Add new C# .NET Core executable project to dotnet solution for C# side of two process bridge - posted by "Doug Service (JIRA)" <ji...@apache.org> on 2018/04/16 20:58:00 UTC, 0 replies.
- [jira] [Resolved] (REEF-2002) Create Java project for gRPC two process bridge - posted by "Doug Service (JIRA)" <ji...@apache.org> on 2018/04/16 23:31:00 UTC, 0 replies.
- [jira] [Commented] (REEF-2002) Create Java project for gRPC two process bridge - posted by "Markus Weimer (JIRA)" <ji...@apache.org> on 2018/04/16 23:38:00 UTC, 0 replies.
- [jira] [Created] (REEF-2003) Make Driver Service a static configuration - posted by "Tyson Condie (JIRA)" <ji...@apache.org> on 2018/04/17 15:01:00 UTC, 0 replies.
- JIRA-2003 - posted by tc...@gmail.com on 2018/04/17 17:20:35 UTC, 2 replies.
- [jira] [Created] (REEF-2004) JavaClrBridge is not setting exit code when catches exception - posted by "Chenxi Zhao (JIRA)" <ji...@apache.org> on 2018/04/17 20:07:00 UTC, 0 replies.
- [jira] [Updated] (REEF-2004) JavaClrBridge is not setting exit code when catches exception - posted by "Chenxi Zhao (JIRA)" <ji...@apache.org> on 2018/04/17 20:08:00 UTC, 0 replies.
- [DISCUSS] Update C# REEF to .net461 - posted by Scott Inglis <ms...@gmail.com> on 2018/04/17 22:16:46 UTC, 2 replies.
- [DISCUSS] Proposal for supporting different platforms with .NET Core runtime - posted by Scott Inglis <ms...@gmail.com> on 2018/04/17 22:47:14 UTC, 3 replies.
- [jira] [Created] (REEF-2005) Update DotNet projects to target .net461 - posted by "Scott Inglis (JIRA)" <ji...@apache.org> on 2018/04/20 15:50:00 UTC, 0 replies.
- [jira] [Created] (REEF-2006) CodeTasks in csproj files need to be converted to Rosalyn Code Tasks - posted by "Scott Inglis (JIRA)" <ji...@apache.org> on 2018/04/20 16:31:00 UTC, 0 replies.
- [jira] [Updated] (REEF-2007) Implement C# bridge client using gRPC generated stubs - posted by "Doug Service (JIRA)" <ji...@apache.org> on 2018/04/21 00:15:00 UTC, 0 replies.
- [jira] [Created] (REEF-2007) Implement C# client using gRPC generated stubs - posted by "Doug Service (JIRA)" <ji...@apache.org> on 2018/04/21 00:15:00 UTC, 0 replies.
- [jira] [Created] (REEF-2008) Implement HelloREEF on C# bridge client - posted by "Doug Service (JIRA)" <ji...@apache.org> on 2018/04/21 00:17:00 UTC, 0 replies.
- [jira] [Resolved] (REEF-1998) Azure Block Blob File System apis should create container if it does not exist - posted by "Markus Weimer (JIRA)" <ji...@apache.org> on 2018/04/21 00:44:00 UTC, 0 replies.
- [jira] [Commented] (REEF-2005) Update DotNet projects to target .net461 - posted by "Scott Inglis (JIRA)" <ji...@apache.org> on 2018/04/23 20:25:00 UTC, 0 replies.
- [jira] [Resolved] (REEF-2005) Update DotNet projects to target .net461 - posted by "Markus Weimer (JIRA)" <ji...@apache.org> on 2018/04/23 21:39:00 UTC, 0 replies.
- [DISCUSS] Targeting .net standard 2.0 - posted by Scott Inglis <ms...@gmail.com> on 2018/04/24 00:20:12 UTC, 1 replies.
- REEF Version Format - posted by Scott Inglis <ms...@gmail.com> on 2018/04/24 00:26:35 UTC, 1 replies.
- [jira] [Created] (REEF-2009) Replace Version tag with VersionPrefix and VersionSuffix - posted by "Scott Inglis (JIRA)" <ji...@apache.org> on 2018/04/24 16:55:00 UTC, 0 replies.
- [jira] [Commented] (REEF-2009) Replace Version tag with VersionPrefix and VersionSuffix - posted by "Scott Inglis (JIRA)" <ji...@apache.org> on 2018/04/24 18:58:00 UTC, 0 replies.
- [jira] [Created] (REEF-2010) Update DotNet libraries to target .netstandard 2.0 - posted by "Scott Inglis (JIRA)" <ji...@apache.org> on 2018/04/24 19:20:00 UTC, 0 replies.
- [jira] [Resolved] (REEF-1992) Upgrade Azure Storage from 6.1 to 8.1.3 - posted by "Markus Weimer (JIRA)" <ji...@apache.org> on 2018/04/25 01:00:00 UTC, 0 replies.
- [jira] [Resolved] (REEF-2009) Replace Version tag with VersionPrefix and VersionSuffix - posted by "Markus Weimer (JIRA)" <ji...@apache.org> on 2018/04/25 20:20:00 UTC, 0 replies.
- Closing stale pull requests - posted by Markus Weimer <ma...@weimo.de> on 2018/04/25 20:30:08 UTC, 7 replies.
- [jira] [Created] (REEF-2011) Add labels to resource requests - posted by "Tyson Condie (JIRA)" <ji...@apache.org> on 2018/04/25 23:15:00 UTC, 0 replies.
- [jira] [Created] (REEF-2012) Add driver restart capabilities to reef runtime mock - posted by "Tyson Condie (JIRA)" <ji...@apache.org> on 2018/04/26 17:39:00 UTC, 0 replies.
- [jira] [Resolved] (REEF-1999) Add new C# .NET Core executable project to dotnet solution for C# side of two process bridge - posted by "Doug Service (JIRA)" <ji...@apache.org> on 2018/04/26 21:17:00 UTC, 0 replies.
- [jira] [Resolved] (REEF-2000) Add gRPC code generation to C# side of two process bridge project - posted by "Doug Service (JIRA)" <ji...@apache.org> on 2018/04/26 21:17:00 UTC, 0 replies.
- [jira] [Commented] (REEF-2010) Update DotNet libraries to target .netstandard 2.0 - posted by "Scott Inglis (JIRA)" <ji...@apache.org> on 2018/04/27 20:33:00 UTC, 0 replies.
- [jira] [Resolved] (REEF-1996) Move the Client resx file generation to the bin folder - posted by "Markus Weimer (JIRA)" <ji...@apache.org> on 2018/04/27 21:42:00 UTC, 0 replies.
- [jira] [Resolved] (REEF-2010) Update DotNet libraries to target .netstandard 2.0 - posted by "Markus Weimer (JIRA)" <ji...@apache.org> on 2018/04/27 21:42:00 UTC, 0 replies.
- [jira] [Created] (REEF-2013) Running on Azure Batch fails with a Null Exception error - posted by "Scott Inglis (JIRA)" <ji...@apache.org> on 2018/04/28 00:49:00 UTC, 0 replies.
- [jira] [Commented] (REEF-2013) Running on Azure Batch fails with a Null Exception error - posted by "Scott Inglis (JIRA)" <ji...@apache.org> on 2018/04/28 01:03:00 UTC, 0 replies.
- [jira] [Created] (REEF-2014) REEF .NET Driver is not able to exit when using REEFEnvironment to launch - posted by "Chenxi Zhao (JIRA)" <ji...@apache.org> on 2018/04/28 02:38:00 UTC, 0 replies.
- [jira] [Updated] (REEF-2014) Azure Batch REEF .NET Driver is not able to exit when using REEFEnvironment to launch - posted by "Chenxi Zhao (JIRA)" <ji...@apache.org> on 2018/04/28 02:41:00 UTC, 0 replies.
- [jira] [Commented] (REEF-2014) Azure Batch REEF .NET Driver is not able to exit when using REEFEnvironment to launch - posted by "Markus Weimer (JIRA)" <ji...@apache.org> on 2018/04/29 23:05:00 UTC, 0 replies.
- [jira] [Resolved] (REEF-2013) Running on Azure Batch fails with a Null Exception error - posted by "Markus Weimer (JIRA)" <ji...@apache.org> on 2018/04/29 23:16:00 UTC, 0 replies.
- [jira] [Resolved] (REEF-2014) Azure Batch REEF .NET Driver is not able to exit when using REEFEnvironment to launch - posted by "Markus Weimer (JIRA)" <ji...@apache.org> on 2018/04/29 23:21:00 UTC, 0 replies.