I realised that the build instructions in the README.md were not very clear
due to some recent changes. I have updated those now.
Thanks,
Abhishek Somani
On Sun, Jul 28, 2019 at 7:53 AM naresh Goud
wrote:
> Thanks Abhishek.
> I will check it out.
>
> Thank you,
> Naresh
>
> On Sat, Jul 27, 2019
Thanks Abhishek.
I will check it out.
Thank you,
Naresh
On Sat, Jul 27, 2019 at 9:21 PM Abhishek Somani
wrote:
> Hey Naresh,
>
> There is a `shaded-dependecies` project inside the root directory. You
> need to go into that and build and publish that to local first.
>
> cd shaded-dependencies
>>
Hey Naresh,
There is a `shaded-dependecies` project inside the root directory. You need
to go into that and build and publish that to local first.
cd shaded-dependencies
> sbt clean publishLocal
>
After that, come back out to the root directory and build that project. The
spark-acid-shaded-depen
It looks there is some internal dependency missing.
libraryDependencies ++= Seq(
"com.qubole" %% "spark-acid-shaded-dependencies" % "0.1"
)
How do we get it?
Thank you,
Naresh
Thanks,
Naresh
www.linkedin.com/in/naresh-dulam
http://hadoopandspark.blogspot.com/
On Sat, Jul 27, 2019 at 5:34
Hi Abhishek,
We are not able to build jar using git hub code with below error?
Any others able to build jars? Is there anything else missing?
Note: Unresolved dependencies path:
[warn] com.qubole:spark-acid-shaded-dependencies_2.11:0.1
(C:\Data\Hadoop\spark-acid-master\build.sbt#L51-
Congrats
The read/write feature with hive3 is highly interesting
On Fri, Jul 26, 2019 at 06:07:55PM +0530, Abhishek Somani wrote:
> Hi All,
>
> We at Qubole have open sourced a datasource that will enable users to work on
> their Hive ACID Transactional Tables using Spark.
>
> Github: https://
Hey Naresh,
Thanks for your question. Yes it will work!
Thanks,
Abhishek Somani
On Fri, Jul 26, 2019 at 7:08 PM naresh Goud
wrote:
> Thanks Abhishek.
>
> Will it work on hive acid table which is not compacted ? i.e table having
> base and delta files?
>
> Let’s say hive acid table customer
>
>
Thanks Abhishek.
Will it work on hive acid table which is not compacted ? i.e table having
base and delta files?
Let’s say hive acid table customer
Create table customer(customer_id int, customer_name string, customer_email
string) cluster by customer_id buckets 10 location ‘/test/customer’
tabl