Payne
Payne
FWIW, explicitly running `react-native link react-native-ionicons` despite autolinking got rid of this issue on version 4.6.5 Worth a shot.
Thanks @phoenixy1, this is a good lead. Circling back on this today to see if the config needs to be tweaked. Thanks for the sanity check - will follow-up.
This was due to an invalid/malformed `basePath` in the `Configuration` parameter for the `PlaidApi` constructor. In this case a typo of the "development" environment property. Would this project consider tighter...
This is really old now, but exactly what I'm dealing with currently. @vqvu, @jeromew et al, what is the approach you use now-a-days? My case is that I need to...
@shivaram This is good to hear - but went through the process multiple times and `/root/spark` only has `/conf`. I'll dig in some more to see if I come up...
Confirmed a couple more times and seemingly no errors on my end. If this isn't an issue for anyone else, any tips for figuring out what is going on here?
oh, this wasn't loud enough in the logs: ``` Initializing spark --2017-03-29 19:05:47-- http://s3.amazonaws.com/spark-related-packages/spark-1.6.2-bin-hadoop1.tgz Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.216.1.75 Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.216.1.75|:80... connected. HTTP request sent, awaiting response... 404 Not...
> Read the docs that we could specify the Spark package. Is it required? Bump to this. Willing to push an update to make this required if the above is...
To be clear, I've been getting past this by specifying a commit hash which I prefer anyhow. But yes, I will give this a try to provide some feedback. Thanks!
adding `--hadoop-major-version 2` to `launch` fixed it. Anything we should do to either circumvent in code and/or document? Feel free to close if not.