-
Trying to connect a spark server, I can just see hostname, port number fields. But I need "username" and "password" fields as well to get necessary credentials to connect this server.
How I can ha…
-
Currently Spark has it's own script for launching EC2 instances: https://spark.apache.org/docs/0.8.1/ec2-scripts.html and [source](https://github.com/apache/spark/blob/master/ec2/spark_ec2.py).
I fil…
-
### Task
http://spark-packages.org/register
### Acceptance Criteria
- [ ] Package is visible on http://spark-packages.org
- [ ] Package can be included via `--package` option when launching Spark (ht…
-
-
We should think about the queries created and how to test it!
-
I want to use flink and spark to write to the mor table, and use bucket CONSISTENT_HASHING for the index, but I find that spark is very fast to write the full amount and flink is very slow(flink write…
-
### Estos link me sirvieron para la configuración en Mac:
1. http://www.sajeconsultants.com/how-to-set-java_home-on-mac-os-x/
2. https://github.com/jleetutorial/python-spark-tutorial
3. https://m…
-
Hi,
I want to use Avocado for variant calling..
which Spark version should I install?
Spark 2.2 or Spark 2.1 ?
Thanks
-
# PowerShell Script to Modify the Profile to Prepend User PATH
param (
[Parameter(Mandatory = $true)]
[string]$PrependPath
)
# Step 1: Validate the directory
if (!(Test-Path -Path $PrependPa…
-
Would probably be useful to have an option to specify the Spark version (I don't think it's there, based on a look through the codebase, though I might have missed it!).