Richard Hollon

Results 2 issues of Richard Hollon

Problem encountered on https://dotnet.microsoft.com/en-us/learn/data/spark-tutorial/install-spark Operating System: windows I am following the instructions to install Spark. I first installed Java 8.1 SDK (legacy?). I then added the environment variables, and received...

Hello, I am trying to run the example from the ["Getting Started" instructions.](https://linvi.github.io/tweetinvi/dist/intro/getting-started.html), using this code example: ``` static async Task Main(string[] args) { var userClient = new TwitterClient("CONSUMER_KEY", "CONSUMER_SECRET",...