I am trying to submit a spark job using 'gcloud dataproc jobs submit spark'. To connect to ES cluster I need to pass the truststore path. The job is successful
I created one free-style job for generating .ipa for one of my project. Its working fine and successfully generated .ipa file. Now I want to create the same job
The application that me and my team working on use Ruby on Rails hosted in Openshift pod. We use delayed_job to handle background process, and for delayed_job l
got an error while doing the code.I want to redirect by button to other page but it is showing me the error I have not done any more coding just the simple cod
loadNewPages = async () => { //TODO this needs to be looping this.setState({ pageCount: 3 }) let response; do { response = await getMem
I have a code such as: val strs = List("hello", "andorra", "trab", "world") def f1(s: String) = !s.startsWith("a") def f2(s: String) = !s.endsWith("b") val re
I wanted to format a table as shown in here. But I have problem right-aligning integers. As can be seen in picture, the first four rows at the top, integers are
I'm fairly new to SQL, I would like some help on this query please. Here is my script so far. Let me know if you need further information, SELECT DISTINCT Est
The goal is to test whether OpenSea will make royalty payments to a smart contract instead of a regular wallet. I'm curious as to whether they will incur possib