I am trying to find the best way to parse a json file with inconsistent schema (but the schema of the same type is known and consistent) in spark in order to sp
I'm trying to understand the django admin better and at the same time, I'm trying to add one more field to the current user admin. In models.py I've done User
I'm using vscode and developing a go project via remote-ssh. However, the format on save does not work. I found it works on the normal project without git. If I
I have the following declaration in my test file and the first of these two lines is failing when I run my tests. @BeforeAll public static void beforeAll() {
how to set the border color to Card component in React material ui .I have tried style property style={{borderColor:"red"}} in code but it won't work. Is there
after several tries I figured out how to put a file from local sys to HDFS. I'm able to see the added files trough HDFS GUI. But the file seems to be empty even
I'm getting this error in the first function when i run the second one function removeTime(date) { if( typeof date === "string" ) date =
I am working on the development of a Connector interface with Elasticsearch (translate SQL to API DSL query syntax) . I am starting with Apache Calcite CSV Adap