Dmitry Stratiychuk
Dmitry Stratiychuk
Hello @jafreck @timotheeguerin Right now AZTK in Spark SDK when [`aztk.spark.client.Client.submit()`](https://github.com/Azure/aztk/blob/828162ef10a80e8b9da8c1345bd12c5235bc1e1f/aztk/spark/client/client.py#L67) is called, it assumes that `ApplicationConfiguration` contains paths to local files in `jars` and `files` fields. In our case...
Is there a way to ssh into the cluster and look at the Spark UI for the job being run?
`MRKLOutputParser` strips quotes in "Action Input" without checking if they are present on both sides. See https://github.com/hwchase17/langchain/blob/acfd11c8e424a456227abde8df8b52a705b63024/langchain/agents/mrkl/output_parser.py#L27 Test case that reproduces the problem: ```python from langchain.agents.mrkl.output_parser import MRKLOutputParser parser =...