distributed
Here are 1,210 public repositories matching this topic...
-
Updated
Jun 4, 2020 - Jupyter Notebook
What's the ETA for updating the massively outdated documentation?
Please update all documents that are related building CNTK from source with latest CUDA dependencies that are indicated in CNTK.Common.props and CNTK.Cpp.props.
I tried to build from source, but it's a futile effort.
Documentation has problems about way to start Long-polling by Phoenix Channels JavaScript client
Hello!
Problem
I tried to use long polling by js client, and read the documentation.
I found 2 problems about docs.
- In doc about Socket object, It says that if user want to use long polling user should give
opts.transport
as Socket constructor parameter, and type of transport is string. But it se
这是我的配置
<server-config>
<server id="default">
<properties>
<property name="local-mode" value="false"/>
<property name="job-machine" value="true"/>
<property name="send-machine" value="true"/>
<property name="alarm-machine" value="true"/>
<property name="hdfs-enabled" value="false"/>
<p
Experience Report
I am currently ingesting a large continuous streaming data set. The most recent data is the most important data. The oldest - either by policy or by least importance needs to be aged-off. Today, we use Neo4J Community Edition. We perform a query to find nodes/relationships older than a specific date and then delete them.
Note: Feature requests are judged based on user
- This item located in 2.3. 常用设置 and 2.3. Common settings.It would an effect to cause chinese user confused.Please update it.
 is deprecated. Use Redis.hset() instead.
redis_client.hmset("webui", {"url": self._webui_url})
/Users/travis/build/ray-project/ray/python/ray/worker.py:358: DeprecationWarning: Redis.hmset() is deprecated. Use Redis.hset() instead.
"run_on_other_drivers": str(run_on_other_drivers),
Working on #2963 , I see two warnings generated when building the R package using MSVC.
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(467,5):
warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build.
config.cpp
C:\
Steps to reproduce
- Inside the server, set the language to a translation, for example, Spanish Argentina
- Find some plural translations. For example the summary of the current folder.
- Just check if the plural works.
Expected behaviour
In summary expect:
6 carpetas y 5 archivos 8,5 GB
Actual behaviour
In summary i see:
6 carpeta y 5 archivo 8,5 GB
![imagen
使用的elastic-job版本:2.1.1。
我的一个定时任务为通过 http 方式(使用 OKHttp 发送 http 请求)执行某个方法(例如:http://ip:port/myapp/synFundData)。
当调用上述接口时如果服务器返回504(后台执行时间太长导致超时),请问该定时任务是否会自动重试?因为我从 Nginx 的日志中发现:每隔30秒Nginx 会收到一个同样的http请求,且返回的状态码都是 504,日志如下:
...remote_user=- [16/Nov/2017:08:40:01 +0800] request="GET /xxx/synFundData HTTP/1.1" status=504
...remote_user=- [16/Nov/2017:08:40:31 +0800] request="GET /xxx/synFun
-
Updated
Jun 6, 2020 - Jupyter Notebook
In the quick start section, it seems forgot to mention the pipeline setting, and without the setting seems will cause yield item appear wrong result. Just like #137, please update the document, if need help, I can do the contribution as well.
Version: [bfba76748b8aabc0d66768009ff6f4adb24ff439]
Type: bug
Severity: medium
Description:
Following the steps and building from this example:
https://github.com/ipfs/js-ipfs/tree/master/examples/circuit-relaying
In the UI, the "Addresses:" section is empty and info.addresses
is an empty list. Connecting to other peers works, but not dialing /p2p-circuit/<peerid>
.
FAQ: My data isn't appearing! An explanation of db.load() vs db.events.on("replicated", callback)
There's been a number of questions lately about data not appearing in the store when you expect, so I thought it would be a good time to take a second to explain the process of opening a database and getting data out of it. The database can be either local or remote.
Important Note: While content discovery can happen via the IPFS distributed hash table, due to the limitations of browser-bas
python客户端调用为空
我运行的是这4条代码,有可以获得IP,但用python客户端调用没办法取出来
In the Cloud-native K8S environment, the logging architecture almost always assumes that all needed logs are sent to the stdout. It works as a unified source of logs where different tools read them, re-organize if needed, and route to the destinations like Analytics Dashboards etc.
Hazelcast Diagnostics are very useful when troubleshooting the performance and stability issues but currently, it
Documentation!?
I really don't understand why you didn't spend additional 30 min to create a good documentation for such a great project
For classes declared with struct
, forward declarations should also use struct
. Currently, only struct Message
violates this in a few header files (2 or so?).
- create an edgetype with prop
> create edge choose(grade int)
- create the edgetype without any prop using
if not exists
> create edge if not exists choose()
Execution succeeded (Time spent: 12.129/13.466 ms)
- check the schema of choose
describe edge choose;
================
| Field | Type |
================
| grade | int |
----------------
G
developer guide: development note for Middleware Engineering
- why need Middleware Engineering
- how to do it
Middleware Engineering
🔥 , like multi-version Java full support(support low version Java and full functions of high version Java), is boring but essential for middleware!🤣 https://github.com/alibaba/transmittable-thread-local/releases/tag/v2.5.0
-
Updated
Sep 7, 2018 - Go
Use case:
Have better compatibility with PostgreSQL tools
Feature description:
PostgreSQL supports various Data Type Formatting Functions
CrateDB has date_format
and format
as alternative, but for improved tooling support it would be good to have the PostgreSQL variants:
- `to_char(timestamp, text
USER GUIDE:
https://zoneminder.readthedocs.io/en/latest/userguide/components.html
- Remove zmf @connortechnology
- review rest is ok @connortechnology
- Do we need to mention ES anywhere is components and link to the ES docs or leave it out for now, esp. since ES invocation is built into ZM now (opinions from @connortechnology, owner @pliablepixels )
-
Updated
Nov 1, 2018 - Go
Currently, if trial.report()
method is called multiple times with the same step in a trial, only the first reported value will be recorded into the storage and the others will be silently ignored.
Reporting multiple values with the same step is an unintended usage of the method, and it could cause bugs that are hard to notice (see #847 as an example of such bug).
Therefore, it seems better to
Improve this page
Add a description, image, and links to the distributed topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the distributed topic, visit your repo's landing page and select "manage topics."
Please make sure that this is a bug. As per our
GitHub Policy,
we only address code/doc bugs, performance issues, feature requests and
build/installation issues on GitHub. tag:bug_template
System information
example script provided in TensorFlow): Yes