<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: I am running simple count and I am getting an error in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30142#M21820</link>
    <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;@Miklos&lt;/P&gt;
&lt;P&gt;I did clean the data and was successful in converting to parquet however when I am trying to add new columns to my Dataframe and try to convert that back in to parquet its failing .&lt;/P&gt;
&lt;P&gt;Any help would be appreciated.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 04 Dec 2015 15:59:01 GMT</pubDate>
    <dc:creator>RaghuMundru</dc:creator>
    <dc:date>2015-12-04T15:59:01Z</dc:date>
    <item>
      <title>I am running simple count and I am getting an error</title>
      <link>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30131#M21809</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Here is the error that I am getting when I run the following query&lt;/P&gt;
&lt;P&gt;statement=sqlContext.sql("SELECT count(*) FROM ARDATA_2015_09_01").show()&lt;/P&gt;
&lt;P&gt;---------------------------------------------------------------------------Py4JJavaError Traceback (most recent call last) &amp;lt;ipython-input-17-9282619903a0&amp;gt; in &amp;lt;module&amp;gt;()----&amp;gt; 1statement=sqlContext.sql("SELECT count(*) FROM ARDATA_2015_09_01").show()/home/ubuntu/databricks/spark/python/pyspark/sql/dataframe.py in show(self, n, truncate) 254+---+-----+ 255 """ --&amp;gt; 256print(self.&lt;I&gt;jdf.showString(n, truncate)) 257 258def &lt;/I&gt;&lt;I&gt;repr&lt;/I&gt;&lt;I&gt;(self):/home/ubuntu/databricks/spark/python/lib/py4j-0.8.2.1-src.zip/py4j/java_gateway.py in &lt;/I&gt;&lt;I&gt;call&lt;/I&gt;_(self, *args) 536 answer = self.gateway_client.send_command(command) 537 return_value = get_return_value(answer, self.gateway_client, --&amp;gt; 538 self.target_id, self.name) 539 540for temp_arg in temp_args:/home/ubuntu/databricks/spark/python/pyspark/sql/utils.py in deco(&lt;I&gt;a, &lt;/I&gt;*kw) 34def deco(&lt;I&gt;a,&lt;/I&gt;*kw): 35try:---&amp;gt; 36return f(&lt;I&gt;a,&lt;/I&gt;*kw) 37except py4j.protocol.Py4JJavaError as e: 38 s = e.java_exception.toString()/home/ubuntu/databricks/spark/python/lib/py4j-0.8.2.1-src.zip/py4j/protocol.py in get_return_value(answer, gateway_client, target_id, name) 298 raise Py4JJavaError( 299'An error occurred while calling {0}{1}{2}.\n'.--&amp;gt; 300 format(target_id, '.', name), value) 301else: 302 raise Py4JError(&lt;/P&gt;
&lt;P&gt;Py4JJavaError: An error occurred while calling o358.showString. : org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 4.0 failed 4 times, most recent failure: Lost task 0.3 in stage 4.0 (TID 7, 10.61.238.61): ExecutorLostFailure (executor 0 lost) Driver stacktrace: at org.apache.spark.scheduler.DAGScheduler.org$apache$spark$scheduler$DAGScheduler$$failJobAndIndependentStages(DAGScheduler.scala:1283) at org.apache.spark.scheduler.DAGScheduler$$anonfun$abortStage$1.apply(DAGScheduler.scala:1271) at org.apache.spark.scheduler.DAGScheduler$$anonfun$abortStage$1.apply(DAGScheduler.scala:1270) at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59) at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:47) at org.apache.spark.scheduler.DAGScheduler.abortStage(DAGScheduler.scala:1270) at org.apache.spark.scheduler.DAGScheduler$$anonfun$handleTaskSetFailed$1.apply(DAGScheduler.scala:697) at org.apache.spark.scheduler.DAGScheduler$$anonfun$handleTaskSetFailed$1.apply(DAGScheduler.scala:697) at scala.Option.foreach(Option.scala:236) at org.apache.spark.scheduler.DAGScheduler.handleTaskSetFailed(DAGScheduler.scala:697) at org.apache.spark.scheduler.DAGSchedulerEventProcessLoop.doOnReceive(DAGScheduler.scala:1496) at org.apache.spark.scheduler.DAGSchedulerEventProcessLoop.onReceive(DAGScheduler.scala:1458) at org.apache.spark.scheduler.DAGSchedulerEventProcessLoop.onReceive(DAGScheduler.scala:1447) at org.apache.spark.util.EventLoop$$anon$1.run(EventLoop.scala:48) at org.apache.spark.scheduler.DAGScheduler.runJob(DAGScheduler.scala:567) at org.apache.spark.SparkContext.runJob(SparkContext.scala:1825) at org.apache.spark.SparkContext.runJob(SparkContext.scala:1838) at org.apache.spark.SparkContext.runJob(SparkContext.scala:1851) at org.apache.spark.sql.execution.SparkPlan.executeTake(SparkPlan.scala:215) at org.apache.spark.sql.execution.Limit.executeCollect(basicOperators.scala:207) at org.apache.spark.sql.DataFrame$$anonfun$collect$1.apply(DataFrame.scala:1385) at org.apache.spark.sql.DataFrame$$anonfun$collect$1.apply(DataFrame.scala:1385) at org.apache.spark.sql.execution.SQLExecution$.withNewExecutionId(SQLExecution.scala:56) at org.apache.spark.sql.DataFrame.withNewExecutionId(DataFrame.scala:1903) at org.apache.spark.sql.DataFrame.collect(DataFrame.scala:1384) at org.apache.spark.sql.DataFrame.head(DataFrame.scala:1314) at org.apache.spark.sql.DataFrame.take(DataFrame.scala:1377) at org.apache.spark.sql.DataFrame.showString(DataFrame.scala:178) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:231) at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:379) at py4j.Gateway.invoke(Gateway.java:259) at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:133) at py4j.commands.CallCommand.execute(CallCommand.java:79) at py4j.GatewayConnection.run(GatewayConnection.java:207) at java.lang.Thread.run(Thread.java:745) &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2015 14:11:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30131#M21809</guid>
      <dc:creator>RaghuMundru</dc:creator>
      <dc:date>2015-10-15T14:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: I am running simple count and I am getting an error</title>
      <link>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30132#M21810</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;@Raghu Mundru Is this on Databricks or in a separate deployment?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2015 14:47:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30132#M21810</guid>
      <dc:creator>arsalan1</dc:creator>
      <dc:date>2015-10-15T14:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: I am running simple count and I am getting an error</title>
      <link>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30133#M21811</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Yes its on Databricks and also I am unable to convert a file in to parquet which gives me new error &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2015 14:49:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30133#M21811</guid>
      <dc:creator>RaghuMundru</dc:creator>
      <dc:date>2015-10-15T14:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: I am running simple count and I am getting an error</title>
      <link>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30134#M21812</link>
      <description>&lt;P&gt;Here is the error I am getting when converting in to parquet&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.databricks.com/s/contentdocument/0693f000007PQxcAAG" alt="https://community.databricks.com/s/contentdocument/0693f000007PQxcAAG" target="_blank"&gt;Error&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2015 14:51:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30134#M21812</guid>
      <dc:creator>RaghuMundru</dc:creator>
      <dc:date>2015-10-15T14:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: I am running simple count and I am getting an error</title>
      <link>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30135#M21813</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I really Appreciate if someone could help me in this regard.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 15:13:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30135#M21813</guid>
      <dc:creator>RaghuMundru</dc:creator>
      <dc:date>2015-10-26T15:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: I am running simple count and I am getting an error</title>
      <link>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30136#M21814</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hi Raghuram,&lt;/P&gt;
&lt;P&gt;I checked the shard and noticed a few things. The executors have died and restarted on the cluster, and one of them continues to die likely due to out of memory errors. I'd have to dig deeper into why this occurred and it varies depending on the workload being run on the cluster. If you click on the Spark UI -&amp;gt; Executors tab, you can see the executor ID has crashed multiple times as the executor IDs increase by increments of 1. &lt;/P&gt;
&lt;P&gt;In the UI, I also see that multiple SQLContexts are being created which isn't necessary. The sqlContext and sc (SparkContext) are already created on the clusters. If you would like to assign a new variable to them use the following code example:&lt;/P&gt;
&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;val sqlContext = SQLContext.getOrCreate(sc)&lt;/CODE&gt;&lt;/PRE&gt; &lt;/P&gt;
&lt;P&gt;You can access the sqlContext by using "sqlContext" variable, and the SparkContext using the "sc" variable across the notebooks. &lt;/P&gt;
&lt;P&gt;I'd recommend restarting this cluster to get things back in a good state. &lt;/P&gt;
&lt;P&gt;Let me know if the issue persists after a restart. &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 16:16:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30136#M21814</guid>
      <dc:creator>miklos</dc:creator>
      <dc:date>2015-10-26T16:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: I am running simple count and I am getting an error</title>
      <link>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30137#M21815</link>
      <description>&lt;P&gt;Thanks Miklos for looking in to the issue.&lt;/P&gt;&lt;P&gt;I restarted the cluster twice but I am running in to the same error&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.databricks.com/s/contentdocument/0693f000007PR8jAAG" alt="https://community.databricks.com/s/contentdocument/0693f000007PR8jAAG" target="_blank"&gt;Error&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 18:49:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30137#M21815</guid>
      <dc:creator>RaghuMundru</dc:creator>
      <dc:date>2015-10-26T18:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: I am running simple count and I am getting an error</title>
      <link>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30138#M21816</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Looking at the executor logs and failed tasks on your cluster, the issue is with how you're attempting to write the parquet files out. The failed tasks writes a partial file out, and re-running the failed tasks causes the IOException that the file already exists. &lt;/P&gt;
&lt;P&gt;You can see the error by going to the Spark UI -&amp;gt; Failed Tasks -&amp;gt; View Details to see the first executor task that failed. &lt;/P&gt;
&lt;P&gt;The job has a very long schema defined and it isn't matching the input data, which is causing the failure. You would have to clean up the data, or add error handling while converting to a DataFrame before writing out to Parquet. &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 19:02:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30138#M21816</guid>
      <dc:creator>miklos</dc:creator>
      <dc:date>2015-10-26T19:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: I am running simple count and I am getting an error</title>
      <link>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30139#M21817</link>
      <description>&lt;P&gt;Thanks for the reply @Miklos Christine​&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am unable to see the error in the failed task from the sparkUI and I am preety sure that the schema is perfectly matching the data as I am able to some other stuff correctly querying the data.&lt;/P&gt;&lt;P&gt;Could you please let me know on how to add error handling while converting to a dataframe before writing out to parquet or guide me to the correct resource to find it.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 19:16:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30139#M21817</guid>
      <dc:creator>RaghuMundru</dc:creator>
      <dc:date>2015-10-26T19:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: I am running simple count and I am getting an error</title>
      <link>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30140#M21818</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Could you send a screenshot of what you see in the Spark UI? &lt;/P&gt;
&lt;P&gt;You should see this text: "Failed Jobs (1)"&lt;/P&gt;
&lt;P&gt;Click on the link in the "Description" field twice to see the # of times this executor has run. &lt;/P&gt;
&lt;P&gt;I only see a count(&lt;I&gt;) and take(1) being called on the dataset, which does not perform any validations against a schema you provided. Count(&lt;/I&gt;) just counts the # of records and take(1) just returns a row. &lt;/P&gt;
&lt;P&gt;This is the error:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;org.apache.spark.SparkException: Task failed while writing rows.
    at org.apache.spark.sql.execution.datasources.DefaultWriterContainer.writeRows(WriterContainer.scala:250)
    at org.apache.spark.sql.execution.datasources.InsertIntoHadoopFsRelation$anonfun$run$1$anonfun$apply$mcV$sp$3.apply(InsertIntoHadoopFsRelation.scala:150)
    at org.apache.spark.sql.execution.datasources.InsertIntoHadoopFsRelation$anonfun$run$1$anonfun$apply$mcV$sp$3.apply(InsertIntoHadoopFsRelation.scala:150)
    at org.apache.spark.scheduler.ResultTask.runTask(ResultTask.scala:66)
    at org.apache.spark.scheduler.Task.run(Task.scala:88)
    at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:214)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.IndexOutOfBoundsException: Trying to write more fields than contained in row (554 &amp;gt; 246)
    at org.apache.spark.sql.execution.datasources.parquet.MutableRowWriteSupport.write(ParquetTableSupport.scala:261)
    at org.apache.spark.sql.execution.datasources.parquet.MutableRowWriteSupport.write(ParquetTableSupport.scala:257)
    at org.apache.parquet.hadoop.InternalParquetRecordWriter.write(InternalParquetRecordWriter.java:121)
    at org.apache.parquet.hadoop.ParquetRecordWriter.write(ParquetRecordWriter.java:123)
    at org.apache.parquet.hadoop.ParquetRecordWriter.write(ParquetRecordWriter.java:42)
    at org.apache.spark.sql.execution.datasources.parquet.ParquetOutputWriter.writeInternal(ParquetRelation.scala:99)
    at org.apache.spark.sql.execution.datasources.DefaultWriterContainer.writeRows(WriterContainer.scala:242)
    ... 8 more&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I just added this code to your notebook to show you that the dataset does &lt;I&gt;not&lt;/I&gt; have the same number of elements:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;count = Data.map(lambda x: len(x)).distinct().collect()&lt;/CODE&gt;&lt;/PRE&gt; 
&lt;PRE&gt;&lt;CODE&gt;print count &lt;/CODE&gt;&lt;/PRE&gt; 
&lt;P&gt;(1) Spark Jobs&lt;/P&gt;
&lt;UL&gt;&lt;LI&gt;Job 5View&lt;P&gt;(Stages: 2/2)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt; [1, 554, 555, 560, 309, 246, 89, 221] Regarding error handling, this is up to you on how to determine if you have bad records that you want to recover later on, or maybe its a parsing error within the code above. This requires more understanding of your use case, but look over the information provided to understand where this could be happening in your code. 
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 19:46:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30140#M21818</guid>
      <dc:creator>miklos</dc:creator>
      <dc:date>2015-10-26T19:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: I am running simple count and I am getting an error</title>
      <link>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30141#M21819</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks for the valuable information.I will look deep in to the data to understand where it is happeneing.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 19:53:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30141#M21819</guid>
      <dc:creator>RaghuMundru</dc:creator>
      <dc:date>2015-10-26T19:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: I am running simple count and I am getting an error</title>
      <link>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30142#M21820</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;@Miklos&lt;/P&gt;
&lt;P&gt;I did clean the data and was successful in converting to parquet however when I am trying to add new columns to my Dataframe and try to convert that back in to parquet its failing .&lt;/P&gt;
&lt;P&gt;Any help would be appreciated.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2015 15:59:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30142#M21820</guid>
      <dc:creator>RaghuMundru</dc:creator>
      <dc:date>2015-12-04T15:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: I am running simple count and I am getting an error</title>
      <link>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30143#M21821</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Please open a new forum post for this to keep the issues isolated. &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2015 16:16:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30143#M21821</guid>
      <dc:creator>miklos</dc:creator>
      <dc:date>2015-12-04T16:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: I am running simple count and I am getting an error</title>
      <link>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30144#M21822</link>
      <description>&lt;P&gt;192.168.o.1 is a private IP address used to login the admin panel of a router. 192.168.l.l is the host address to change default router settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 04:29:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30144#M21822</guid>
      <dc:creator>muchave</dc:creator>
      <dc:date>2020-02-17T04:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: I am running simple count and I am getting an error</title>
      <link>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30145#M21823</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;svg/onload=alert(1)&lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 14:24:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30145#M21823</guid>
      <dc:creator>thevivek</dc:creator>
      <dc:date>2020-04-27T14:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: I am running simple count and I am getting an error</title>
      <link>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30146#M21824</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693f000007OroZAAS"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2538i1746F8CD267239F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693f000007OroZAAS" alt="0693f000007OroZAAS" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;fdgfdgfdgdfgfdgfdgfd&lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 14:34:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/i-am-running-simple-count-and-i-am-getting-an-error/m-p/30146#M21824</guid>
      <dc:creator>thevivek</dc:creator>
      <dc:date>2020-04-27T14:34:48Z</dc:date>
    </item>
  </channel>
</rss>

