-
Updated
May 30, 2020 - TypeScript
batch-processing
Here are 287 public repositories matching this topic...
Currently the syntax is like jet -a <address> -n <name> submit <jar> .. which looks rather odd. We should allow adding address/name after the commands as well.
There might be a few conflicts because -n in submit command is already used for other parameters.
-
Updated
May 3, 2020 - C
An Advanced Usage section would be a nice addition to the Readme. It could contain;
- Piping to
s5cmd run: a clever usage is documented at @joshuarobinson's article (Thanks for the article! Again!💯 ) - Suggest using wildcards if there are many objects to be deleted and they share a common patte
-
Updated
May 25, 2020 - Ruby
Publish to PyPI
Publish to pypi checklist:
-
pykwalifyrequirements changes (1.7.1+) - Create setup.py
- Migrate requirements.txt
- Add
entry_points - Add README.md ingestion
- Update travis with publish step
- Update README/install docs with pypi option (with caveats)
-
Updated
May 14, 2020 - Python
-
Updated
May 30, 2020 - Python
-
Updated
May 28, 2020 - JavaScript
-
Updated
Apr 23, 2020 - Java
-
Updated
May 15, 2020 - Java
-
Updated
Mar 13, 2020 - Python
Can RevitBatchProcessor run cloud based models (BIM 360 Teams/Docs)?
When opening a BIM360 project options to Detach/Create Local are disabled (grayed out) on Cloud Based Models. If Cloud Models can be open via RevitBatchProcessor can it detach?
or do we need to access via local Collaboration Cache.
(C:\Users<user>\AppData\Local\Autodesk\Revit\Autodesk Revit 2018\CollaborationCache).
Th
What steps will reproduce the problem?
1. man pscp (or prsync or pslurp)
2. look in the NAME section
What is the expected output? What do you see instead?
expected (e.g.): pscp - parallel secure copy
see instead: parallel process kill program
What version of the product are you using?
2.3.1
On what operating system?
cygwin
Please provide any additional information below.
commit 846796e941c
Potential users are confused about how Euphoria compares to Apache Beam and what its feature set is. Please create a page in the wiki describing the set of supported features (maybe along the lines of https://beam.apache.org/documentation/runners/capability-matrix/) and the set of feature not supported compared to Beam.
Contributes to #21.
-
Updated
Feb 9, 2018 - C#
-
Updated
Sep 25, 2019 - Python
-
Updated
Feb 12, 2020 - C#
-
Updated
May 17, 2020 - Java
- Database
- alterDatabase - currently, a database is mapped to a namespace in Pulsar, we are unable to store or change metadata of the DB in k/v manner
- View
- listViews - we don't support view in pulsar on top of a topic
- Table
- alterTable - metadata in k/v of a topic cannot be store in Pulsar, right?
- renameTable - can we change the name of a topic after creation?
- Partition
-
Updated
Aug 6, 2019 - Shell
-
Updated
Jan 13, 2020 - Java
-
Updated
Oct 27, 2019 - C#
-
Updated
Feb 11, 2020 - Java
How to replicate:
- A manifest has 25 files
- An extra file is present in the folder (26 files)
- Validate will say' Here is a list of allt he files in the folder, they are not in the manifest'
It should not say his as this is not he case.
It should say: This one file is in your folder, not the manifest.
Describe the bug
I just write number 1 to 10 into a Pulsar Topic thru spark-pulsar connector . When I use Pulsar SQL to read the 10-number, the exception info occured "Query 20190902_101219_00035_9r62s failed: Topic persistent://public/default/topic_test1 does not have a valid schema"
Screenshots
- A simple Spark-Pulsar code to write 1-10 value into a Pulsar Topic
![image](https://u
-
Updated
Mar 2, 2020 - Shell
Improve this page
Add a description, image, and links to the batch-processing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the batch-processing topic, visit your repo's landing page and select "manage topics."
As a continuation of the bug reported at spring-cloud/spring-cloud-dataflow-ui#1387, it'd be good to add an explicit endpoint to retrieve the relevant information in 1 call.